summaryrefslogtreecommitdiff
path: root/archmirror-sync.sh
diff options
context:
space:
mode:
authordoc <doc@filenotfound.org>2025-10-01 20:35:47 +0000
committerdoc <doc@filenotfound.org>2025-10-01 20:35:47 +0000
commit772152a5810aa8c4e03cf167381aadc4ec00499f (patch)
treeba9418142f88622da878d9a3483c5da2da3e5c83 /archmirror-sync.sh
parent13eb2d51c7284472efabc278bf9b7ec0b8575e47 (diff)
mirror scriptsHEADmaster
Diffstat (limited to 'archmirror-sync.sh')
-rwxr-xr-xarchmirror-sync.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/archmirror-sync.sh b/archmirror-sync.sh
index 35b02da..fca6a02 100755
--- a/archmirror-sync.sh
+++ b/archmirror-sync.sh
@@ -8,8 +8,8 @@ set -euo pipefail
UPSTREAM="${UPSTREAM:-rsync://mirror.csclub.uwaterloo.ca/archlinux/}"
# Local paths
-LIVE="${LIVE:-/brimstone1/mirror/archlinux}" # served path (symlink target)
-STAGE="${STAGE:-/brimstone3/mirror-stage/archlinux}" # staging path
+LIVE="${LIVE:-/brimstone2a/mirror/archlinux}" # served path (symlink target)
+STAGE="${STAGE:-/brimstone3a/mirror-stage/archlinux}" # staging path
LOGDIR="${LOGDIR:-/var/log/mirrors}"
LOCK="${LOCK:-/var/log/archmirror.lock}"