Compare commits
No commits in common. "e6940b151cca8c4c101d577d991ee74ed791c161" and "5fd9452a6c187e7d4cbfcc51bd426eecee5a0bff" have entirely different histories.
e6940b151c
...
5fd9452a6c
2 changed files with 1 additions and 9 deletions
1
.envrc
1
.envrc
|
@ -5,7 +5,6 @@ source ./.venv/bin/activate
|
||||||
PATH_add .venv/bin
|
PATH_add .venv/bin
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
|
|
||||||
rm -rf .cache/bw/git_deploy
|
|
||||||
export BW_GIT_DEPLOY_CACHE=.cache/bw/git_deploy
|
export BW_GIT_DEPLOY_CACHE=.cache/bw/git_deploy
|
||||||
export EXPERIMENTAL_UPLOAD_VIA_CAT=1
|
export EXPERIMENTAL_UPLOAD_VIA_CAT=1
|
||||||
mkdir -p "$BW_GIT_DEPLOY_CACHE"
|
mkdir -p "$BW_GIT_DEPLOY_CACHE"
|
||||||
|
|
|
@ -4,14 +4,7 @@ directories = {
|
||||||
},
|
},
|
||||||
'/var/lib/steam_chat_logger': {
|
'/var/lib/steam_chat_logger': {
|
||||||
'owner': 'steam_chat_logger',
|
'owner': 'steam_chat_logger',
|
||||||
'mode': '0755',
|
'mode': '0770',
|
||||||
'needs': [
|
|
||||||
'zfs_dataset:tank/steam-chat-logger'
|
|
||||||
],
|
|
||||||
},
|
|
||||||
'/var/lib/steam_chat_logger/steamuserimages': {
|
|
||||||
'owner': 'steam_chat_logger',
|
|
||||||
'mode': '0755',
|
|
||||||
'needs': [
|
'needs': [
|
||||||
'zfs_dataset:tank/steam-chat-logger'
|
'zfs_dataset:tank/steam-chat-logger'
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue