[packages/rpm-build-tools/merge-pld-builder-client: 62/2675] - fix hardcoded dist name

glen glen at pld-linux.org
Mon Dec 19 21:54:08 CET 2016


commit 9ecbb7a9777d22395c1cfd244080a40265314bdc
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Mon Mar 2 11:32:04 2009 +0000

    - fix hardcoded dist name
    
    Changed files:
        client/kde4send2builders.sh -> 1.6

 kde4send2builders.sh | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/kde4send2builders.sh b/kde4send2builders.sh
index 2d31c55..09b345b 100644
--- a/kde4send2builders.sh
+++ b/kde4send2builders.sh
@@ -1,5 +1,7 @@
 #!/bin/bash
-# Author: Bartosz Świątek (shadzik at pld-linux.org)
+# Authors:
+# - Bartosz Świątek (shadzik at pld-linux.org)
+# - Elan Ruusamäe (glen at pld-linux.org)
 #
 # helps sending kde4 specs in proper order with or without autotags
 
@@ -114,7 +116,7 @@ done`
 
 if [ "$ATAG" == "yes" ]; then
 	for spec in $specs; do
-		LAST_AUTOTAG=$(cvs status -v SPECS/$spec | awk -vdist=ac '!/Sticky/ && $0 ~ "auto-" dist "-"{if (!a++) print $1}')
+		LAST_AUTOTAG=$(cvs status -v SPECS/$spec | awk -vdist=$DIST '!/Sticky/ && $0 ~ "auto-" dist "-"{if (!a++) print $1}')
 		SENDPRIO+="$spec:$LAST_AUTOTAG "
 	done
 else
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list