From 7265700a28961b4d103d5160c95c75b0aa42811f Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 1 Sep 2015 12:18:50 -0300 Subject: Change -U to -u on build.sh to match current option from build_snapshot.sh --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.sh') 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*) -- cgit v1.1