commit 84c84dd4955533716d9e20054de38c72d32b8d9a
Author: Elan Ruusamäe <[email protected]>
Date:   Sat Jul 9 13:49:45 2011 +0000

    - strip :XXX off builders, to easily copy builders list from queue.html 
(ac-i586:FAIL_BUILD ac-i386:FAIL_DEPS_INSTALL ...)
    
    Changed files:
        client/make-request.sh -> 1.96

 make-request.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/make-request.sh b/make-request.sh
index 780d9b0..03328bb 100644
--- a/make-request.sh
+++ b/make-request.sh
@@ -230,7 +230,9 @@ while [ $# -gt 0 ] ; do
                        ;;
 
                --builder | -b)
-                       builders="$builders $2"
+                       for b in $2; do
+                               builders="$builders ${b%:*}"
+                       done
                        shift
                        ;;
 
================================================================

---- gitweb:

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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to