From e3acd13dcc343fb96f7594c4f12d31abcce64429 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Mon, 9 Oct 2017 15:56:02 -0300 Subject: [PATCH] Do not reset SKIP_FINAL_RSYNC, it can make things to go to undesired place --- build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.sh b/build.sh index 31f26bbf9c..077c7bd0f9 100755 --- a/build.sh +++ b/build.sh @@ -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 ;;