Compare commits

...

2 commits

Author SHA1 Message Date
mwiegand
e6940b151c steam-chat-logger: steamuserimages subdir 2022-06-01 19:51:19 +02:00
mwiegand
5647654135 envrc: empty bw git deploy cache 2022-06-01 19:50:58 +02:00
2 changed files with 9 additions and 1 deletions

1
.envrc
View file

@ -5,6 +5,7 @@ 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"

View file

@ -4,7 +4,14 @@ directories = {
}, },
'/var/lib/steam_chat_logger': { '/var/lib/steam_chat_logger': {
'owner': 'steam_chat_logger', 'owner': 'steam_chat_logger',
'mode': '0770', 'mode': '0755',
'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'
], ],