summaryrefslogtreecommitdiff
path: root/bin/locmaint
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-12-16 21:03:15 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-12-16 21:03:15 -0700
commit5bcda738cc368266c5fc13d3b7d20e77d3c4abd8 (patch)
treefa1ce5c2a8a0a8d47bd92a1aea5be467b57b8104 /bin/locmaint
parent1ef249f24b5a5346cf5ba01c680366b64c5a1d35 (diff)
downloaddotfiles-5bcda738cc368266c5fc13d3b7d20e77d3c4abd8.tar.gz
locmaint: add annex19.git
Diffstat (limited to 'bin/locmaint')
-rwxr-xr-xbin/locmaint9
1 files changed, 5 insertions, 4 deletions
diff --git a/bin/locmaint b/bin/locmaint
index 624285f0..2f72e3a0 100755
--- a/bin/locmaint
+++ b/bin/locmaint
@@ -94,10 +94,11 @@ our $check_for_extdrive = 0;
# will be backed up as if they were just ordinary git repos. That's
# desirable behaviour for some annexes, which is why we don't try to
# autodetect them
-our @remote_annexes =
- ({origin => "athenag:annex.git", homedir => "lib/annex" },
- {origin => "athena:wikiannex", homedir => "lib/wikiannex"},
- {origin => "athenap:dionysus", homedir => "lib/dionysus" });
+our @remote_annexes = (
+ { origin => "athenag:annex.git", homedir => "lib/annex" },
+ { origin => "athenag:annex19.git", homedir => "annex" },
+ { origin => "athena:wikiannex", homedir => "lib/wikiannex" },
+ { origin => "athenap:dionysus", homedir => "lib/dionysus" });
for (getpwuid($<) . '@' . `hostname -f`) {
chomp;