Enable upload mode when rsync'ing snaps or packages

This commit is contained in:
Renato Botelho 2017-08-31 12:07:42 -03:00
parent 52e5efc8c3
commit dee2ecb20a

View File

@ -298,10 +298,12 @@ case $BUILDACTION in
;;
rsync_repos)
unset SKIP_FINAL_RSYNC
export UPLOAD=1
pkg_repo_rsync "${CORE_PKG_PATH}"
;;
rsync_snapshots)
unset SKIP_FINAL_RSYNC
export UPLOAD=1
snapshots_scp_files
;;
update_pkg_repo)