summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-08-31 12:07:42 -0300
committerRenato Botelho <renato@netgate.com>2017-08-31 12:07:57 -0300
commitd610e4bae95c194c37bd2e0d13ce757d404ae9f8 (patch)
tree51c2870f92ee74b40ea268aceff7a812675eeb85
parent529dac21270aa6da8cea8ad24a02241fac1aa0d3 (diff)
downloadpfsense-d610e4bae95c194c37bd2e0d13ce757d404ae9f8.zip
pfsense-d610e4bae95c194c37bd2e0d13ce757d404ae9f8.tar.gz
Enable upload mode when rsync'ing snaps or packages
-rwxr-xr-xbuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index ba47636..8a37ace 100755
--- a/build.sh
+++ b/build.sh
@@ -236,10 +236,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)
OpenPOWER on IntegriCloud