diff options
| author | doc <doc@filenotfound.org> | 2025-10-01 20:35:47 +0000 |
|---|---|---|
| committer | doc <doc@filenotfound.org> | 2025-10-01 20:35:47 +0000 |
| commit | 772152a5810aa8c4e03cf167381aadc4ec00499f (patch) | |
| tree | ba9418142f88622da878d9a3483c5da2da3e5c83 /archmirror-sync.sh | |
| parent | 13eb2d51c7284472efabc278bf9b7ec0b8575e47 (diff) | |
Diffstat (limited to 'archmirror-sync.sh')
| -rwxr-xr-x | archmirror-sync.sh | 4 |
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}" |
