[packages/rpm-build-tools/merge-pld-builder-client: 77/2675] - clearify what builder means for -b option

glen glen at pld-linux.org
Mon Dec 19 21:55:24 CET 2016


commit ea5d0388024318f280aaee6606616d9f9252cfcb
Author: Tomasz Pala <gotar at pld-linux.org>
Date:   Sat Jun 20 12:37:40 2009 +0000

    - clearify what builder means for -b option
    
    Changed files:
        client/make-request.sh -> 1.59

 make-request.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/make-request.sh b/make-request.sh
index 91b8aa4..3829904 100644
--- a/make-request.sh
+++ b/make-request.sh
@@ -85,7 +85,7 @@ usage() {
 	echo "       Source additional config file (after $USER_CFG), useful when"
 	echo "       when sending build requests to Ac/Th from the same account"
 	echo "  -b 'BUILDER BUILDER ...'  --builder='BUILDER BUILDER ...'"
-	echo "       Sends request to given builders"
+	echo "       Sends request to given builders (in 'version-arch' format)"
 	echo "  --with VALUE --without VALUE"
 	echo "       Build package with(out) a given bcond"
 	echo "  --kernel VALUE"
@@ -249,9 +249,9 @@ while [ $# -gt 0 ] ; do
 			;;
 
 		--gpg-opts | -g )
-			 gpg_opts="$2"
-			 shift
-			 ;;
+			gpg_opts="$2"
+			shift
+			;;
 
 		--help | -h )
 			usage
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-tools.git/commitdiff/cca6584b96e6c33d0732d559e43e100d804e2ecd



More information about the pld-cvs-commit mailing list