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:30 -0300
commitdee2ecb20adf91dd0297eb876b239a88fffacebc (patch)
tree15e05fd3b7c578682df92c12bf953a4798a906f4
parent52e5efc8c33ec292ead2d109090d348aacbd6cb6 (diff)
downloadpfsense-dee2ecb20adf91dd0297eb876b239a88fffacebc.zip
pfsense-dee2ecb20adf91dd0297eb876b239a88fffacebc.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 9a23a50..31f26bb 100755
--- a/build.sh
+++ b/build.sh
@@ -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)
OpenPOWER on IntegriCloud