summaryrefslogtreecommitdiff
path: root/.mrconfig.in
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-07-16 12:50:33 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-07-16 12:50:33 -0700
commit54c6c297a4efa494523dccbbfabe647e201e1428 (patch)
tree177c70333afa57e0639d581221461d62073b2a09 /.mrconfig.in
parent3ba2153ec326e624427cf0ec3b51b7e2670ae271 (diff)
downloaddotfiles-54c6c297a4efa494523dccbbfabe647e201e1428.tar.gz
lib/athena-apt: separately sync athena and origin
Otherwise we can get left with an unsynced git-annex branch locally.
Diffstat (limited to '.mrconfig.in')
-rw-r--r--.mrconfig.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/.mrconfig.in b/.mrconfig.in
index fcc0318d..6770e658 100644
--- a/.mrconfig.in
+++ b/.mrconfig.in
@@ -621,7 +621,8 @@ update = git annex sync --no-content
push =
git annex add
git annex unlock db
- git annex sync --content
+ git annex sync --content athena
+ git annex sync origin
ssh athena find /srv/www/debian -type f -exec chmod 644 '{}' +
ssh athena find /srv/www/debian -type d -exec chmod 755 '{}' +
fixups =