Do not reset SKIP_FINAL_RSYNC, it can make things to go to undesired place

This commit is contained in:
Renato Botelho 2017-10-09 15:56:02 -03:00
parent 8b69a5b087
commit e3acd13dcc

View File

@ -297,12 +297,10 @@ case $BUILDACTION in
poudriere_update_ports
;;
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
;;