pld-builder.new: client/make-request.sh - clearify what builder means for -...

gotar gotar at pld-linux.org
Sat Jun 20 14:37:45 CEST 2009


Author: gotar                        Date: Sat Jun 20 12:37:45 2009 GMT
Module: pld-builder.new               Tag: HEAD
---- Log message:
- clearify what builder means for -b option

---- Files affected:
pld-builder.new/client:
   make-request.sh (1.58 -> 1.59) 

---- Diffs:

================================================================
Index: pld-builder.new/client/make-request.sh
diff -u pld-builder.new/client/make-request.sh:1.58 pld-builder.new/client/make-request.sh:1.59
--- pld-builder.new/client/make-request.sh:1.58	Sun May 31 15:13:30 2009
+++ pld-builder.new/client/make-request.sh	Sat Jun 20 14:37:40 2009
@@ -85,7 +85,7 @@
 	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 @@
 			;;
 
 		--gpg-opts | -g )
-			 gpg_opts="$2"
-			 shift
-			 ;;
+			gpg_opts="$2"
+			shift
+			;;
 
 		--help | -h )
 			usage
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/pld-builder.new/client/make-request.sh?r1=1.58&r2=1.59&f=u



More information about the pld-cvs-commit mailing list