diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-12-19 09:30:28 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-12-19 09:31:03 +0100 |
commit | cfdfcda718782208d2717dfbcddb16dfc453d822 (patch) | |
tree | 9ad1f35f3099acb276f85eb3c6226fa493cc59a9 /snapshots-create.sh | |
parent | rsync-gen: declare new vars for changelog module. (diff) | |
download | mastermirror-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-x | snapshots-create.sh | 2 |
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/" |