]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
- add priority
authorshadzik <shadzik@pld-linux.org>
Fri, 28 Aug 2009 14:42:20 +0000 (14:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    client/kde4send2builders.sh -> 1.24

client/kde4send2builders.sh

index 2c9b30dd2ff66ae8f65bf3576537ea3050163522..f6046103b78e715701e381181c85d40c69d4cf74 100644 (file)
@@ -16,6 +16,7 @@ usage() {
        echo "     send with current autotag, default no"
        echo "  -b   --builder VALUE"
        echo "     choose a particular builder, default all"
+       echo "  -p   --priority VALUE (default: 2)"
        echo "  -h   --help"
        echo "     show this help"
        echo ""
@@ -36,6 +37,7 @@ DIST=
 ATAG=no
 SENDPRIO=
 BUILDER=
+PRIO=2
 #SPECDIR=$(rpm -E %_specdir)
 SPECDIR=~/rpm
 
@@ -73,6 +75,10 @@ while [ $# -gt 0 ]; do
                        BUILDER="$BUILDER $2"
                        shift
                        ;;
+               
+               --priority | -p )
+                       PRIO=$2
+                       ;;
 
                --help | -h )
                        usage
This page took 0.031523 seconds and 4 git commands to generate.