SPECS: builder - reverted (mistake)

adamg adamg at pld-linux.org
Fri Dec 26 03:11:32 CET 2008


Author: adamg                        Date: Fri Dec 26 02:11:32 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- reverted (mistake)

---- Files affected:
SPECS:
   builder (1.568 -> 1.569) 

---- Diffs:

================================================================
Index: SPECS/builder
diff -u SPECS/builder:1.568 SPECS/builder:1.569
--- SPECS/builder:1.568	Fri Dec 26 02:52:46 2008
+++ SPECS/builder	Fri Dec 26 03:11:26 2008
@@ -1296,6 +1296,13 @@
 	fi
 
 	local OPTIONS="tag $CVS_FORCE -b"
+
+	# branch exists?
+	is_tag_a_branch $TAG
+	if [ $? -eq 1 ]; then
+		OPTIONS="$OPTIONS -B"
+	fi
+
 	if [ -n "$CVSROOT" ]; then
 		OPTIONS="-d $CVSROOT $OPTIONS"
 	fi
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/builder?r1=1.568&r2=1.569&f=u



More information about the pld-cvs-commit mailing list