summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-09-01 12:18:50 -0300
committerRenato Botelho <renato@netgate.com>2015-09-01 12:18:50 -0300
commit7265700a28961b4d103d5160c95c75b0aa42811f (patch)
treed00ac1182fd22115cb563efb9e5ccd8d719654fd /build.sh
parentf48a09c7062917de946fa677aacc00b7a2257655 (diff)
downloadpfsense-7265700a28961b4d103d5160c95c75b0aa42811f.zip
pfsense-7265700a28961b4d103d5160c95c75b0aa42811f.tar.gz
Change -U to -u on build.sh to match current option from build_snapshot.sh
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index b6c0854..7200d86 100755
--- a/build.sh
+++ b/build.sh
@@ -72,7 +72,7 @@ usage() {
echo " --update-poudriere-jails [-a ARCH_LIST] - Update poudriere jails using current patch versions"
echo " --update-poudriere-ports - Update poudriere ports tree"
echo " --update-pkg-repo - Rebuild necessary ports on poudriere and update pkg repo"
- echo " --do-not-upload|-U - Do not send updated pkg repo to PKG_RSYNC_HOSTNAME"
+ echo " --do-not-upload|-u - Do not upload pkgs or snapshots"
echo " -V VARNAME - print value of variable VARNAME"
exit 1
}
@@ -181,7 +181,7 @@ while test "$1" != ""; do
--update-pkg-repo)
BUILDACTION="update_pkg_repo"
;;
- --do-not-upload|-U)
+ --do-not-upload|-u)
export DO_NOT_UPLOAD=1
;;
all|*iso*|*ova*|*memstick*|*memstickserial*|*memstickadi*|*nanobsd*|*nanobsd-vga*|*fullupdate*)
OpenPOWER on IntegriCloud