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:08:22 -0300
commit297a7fe4c90ec86613555c9a5a5e31c8a912bb93 (patch)
treec01950d44d8abb32725bb9433b5e292193585620
parent7d7c65c2ffa4bcabccc10d0e3e319afbd979192b (diff)
downloadpfsense-297a7fe4c90ec86613555c9a5a5e31c8a912bb93.zip
pfsense-297a7fe4c90ec86613555c9a5a5e31c8a912bb93.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 b33965b..33f6734 100755
--- a/build.sh
+++ b/build.sh
@@ -284,10 +284,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