Compare commits

..

No commits in common. "e6940b151cca8c4c101d577d991ee74ed791c161" and "5fd9452a6c187e7d4cbfcc51bd426eecee5a0bff" have entirely different histories.

2 changed files with 1 additions and 9 deletions

1
.envrc
View file

@ -5,7 +5,6 @@ source ./.venv/bin/activate
PATH_add .venv/bin
python3 -m pip install --upgrade pip
rm -rf .cache/bw/git_deploy
export BW_GIT_DEPLOY_CACHE=.cache/bw/git_deploy
export EXPERIMENTAL_UPLOAD_VIA_CAT=1
mkdir -p "$BW_GIT_DEPLOY_CACHE"

View file

@ -4,14 +4,7 @@ directories = {
},
'/var/lib/steam_chat_logger': {
'owner': 'steam_chat_logger',
'mode': '0755',
'needs': [
'zfs_dataset:tank/steam-chat-logger'
],
},
'/var/lib/steam_chat_logger/steamuserimages': {
'owner': 'steam_chat_logger',
'mode': '0755',
'mode': '0770',
'needs': [
'zfs_dataset:tank/steam-chat-logger'
],