[packages/rpm-build-tools/merge-pld-builder-client: 21/2675] - removed ready/test specifics

glen glen at pld-linux.org
Mon Dec 19 21:50:42 CET 2016


commit a47f3777dc7e85366711c336127e6d7874738b50
Author: Mariusz Mazur <mmazur at pld-linux.org>
Date:   Tue Oct 12 12:36:35 2004 +0000

    - removed ready/test specifics
    
    Changed files:
        client/make-request.sh -> 1.20

 make-request.sh | 22 ----------------------
 1 file changed, 22 deletions(-)
---
diff --git a/make-request.sh b/make-request.sh
index 789acd8..496dcd0 100644
--- a/make-request.sh
+++ b/make-request.sh
@@ -27,7 +27,6 @@ mailer="/usr/sbin/sendmail -t"
 default_builders="ac-*"
 
 # defaults:
-build_mode=ready
 f_upgrade=yes
 
 EOF
@@ -47,11 +46,6 @@ usage() {
   echo "       Sends request to given builders"
   echo "  --with VALUE --without VALUE"
   echo "       Build package with(out) a given bcond"
-  echo "  -t   --test-build"
-  echo "       Performs a 'test-build'. Package will be uploaded to test/ tree"
-  echo "       and won't be upgraded on builders"
-  echo "  -r   --ready-build"
-  echo "       Build and upgrade package and upload it to ready/ tree"
   echo "  -u   --upgrade"
   echo "       Forces pacakge upgrade (for use with -t)"
   echo "  -n   --no-upgrade"
@@ -88,15 +82,6 @@ while [ $# -gt 0 ] ; do
       shift
       ;;
 
-    --test-build | -t )
-      build_mode=test
-      f_upgrade=no
-      ;;
-
-    --ready-build | -r )
-      build_mode=ready
-      ;;
-
     --upgrade | -u )
       f_upgrade=yes
       ;;
@@ -167,13 +152,6 @@ if [ "$f_upgrade" = "yes" ] ; then
   flags="$flags upgrade"
 fi
 
-if [ "$build_mode" = "test" ] ; then
-  if [ "$f_upgrade" = "yes" ] ; then
-    die "--upgrade and --test-build are mutually exclusive"
-  fi
-  flags="$flags test-build"
-fi
-
 ok=
 for s in $specs ; do
   ok=1
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list