summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-12-19 09:30:28 +0100
committerMichał Górny <mgorny@gentoo.org>2016-12-19 09:31:03 +0100
commitcfdfcda718782208d2717dfbcddb16dfc453d822 (patch)
tree9ad1f35f3099acb276f85eb3c6226fa493cc59a9 /snapshots-create.sh
parentrsync-gen: declare new vars for changelog module. (diff)
downloadmastermirror-scripts-cfdfcda718782208d2717dfbcddb16dfc453d822.tar.gz
mastermirror-scripts-cfdfcda718782208d2717dfbcddb16dfc453d822.tar.bz2
mastermirror-scripts-cfdfcda718782208d2717dfbcddb16dfc453d822.zip
Update STAGEDIR, FINALDIR in remaining scripts
Fixes: 931a49ce1da1063 ("rsync-gen: be clear about variable purposes.")
Diffstat (limited to 'snapshots-create.sh')
-rwxr-xr-xsnapshots-create.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/snapshots-create.sh b/snapshots-create.sh
index 2d1f241..08e5192 100755
--- a/snapshots-create.sh
+++ b/snapshots-create.sh
@@ -15,7 +15,7 @@ umask 022
source /usr/local/bin/mastermirror/rsync-gen.vars
# locations (if used in multiple files, please move to rsync-gen.vars file)
-MASTER="${FINALDIR}" # the master gentoo-x86 copy
+MASTER="${FINALDIR_repo_gentoo}" # the master gentoo-x86 copy
TEMP="${BASE}/snapshots-tmp/" # working directory
HISTORY="7" #number in dsays of previous snapshots to keep
DELTA_UPLOAD="${UPLOAD}/deltas/"