[packages/rpm-build-tools/merge-pld-builder-client: 25/2675] - make-request.sh is Ac compatible again (I hope)

glen glen at pld-linux.org
Mon Dec 19 21:51:02 CET 2016


commit 3b64019987c0b35c845e2ffa89d0c20f5597717c
Author: Mariusz Mazur <mmazur at pld-linux.org>
Date:   Sun Jun 26 16:10:50 2005 +0000

    - make-request.sh is Ac compatible again (I hope)
    
    Changed files:
        client/make-request.sh -> 1.24

 make-request.sh | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/make-request.sh b/make-request.sh
index 8e202d1..38fa71a 100644
--- a/make-request.sh
+++ b/make-request.sh
@@ -22,12 +22,13 @@ else
 priority=2
 requester=deviloper at pld-linux.org
 default_key=deviloper at pld-linux.org
-builder_email=builder-th at pld-linux.org
+builder_email=builder-ac at pld-linux.org
 mailer="/usr/sbin/sendmail -t"
-default_builders="th-*"
+default_builders="ac-*"
 
 # defaults:
-f_upgrade=yes
+build_mode=test
+f_upgrade=no
 
 EOF
 exit
@@ -47,11 +48,11 @@ usage() {
   echo "  --with VALUE --without VALUE"
   echo "       Build package with(out) a given bcond"
   echo "  -t   --test-build"
-  echo "       Performs a test build. No upgrades on builders, no tagging,"
-  echo "       rpms will get uploaded to '.test-builds' dir on ftp and removed"
-  echo "       after a couple of days."
+  echo "       Performs a test build. No upgrades on builders, no tagging."
+  echo "  -r   --ready-build"
+  echo "       Ac compatibility. \"Ready\" build"
   echo "  -u   --upgrade"
-  echo "       Forces pacakge upgrade"
+  echo "       Forces package upgrade"
   echo "  -n   --no-upgrade"
   echo "       Disables package upgrade"
   echo "  -ni  -no-install-br"
@@ -93,6 +94,11 @@ while [ $# -gt 0 ] ; do
 	  f_upgrade=no
 	  ;;
 
+	--ready-build | -r )
+	  build_mode=ready
+	  f_upgrade=yes
+	  ;;
+
     --priority | -p )
       priority=$2
       shift
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list