SPECS: builder - looks like "-B" is required to move a tag/branch

adamg adamg at pld-linux.org
Mon Nov 26 22:17:12 CET 2007


Author: adamg                        Date: Mon Nov 26 21:17:12 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- looks like "-B" is required to move a tag/branch

---- Files affected:
SPECS:
   builder (1.524 -> 1.525) 

---- Diffs:

================================================================
Index: SPECS/builder
diff -u SPECS/builder:1.524 SPECS/builder:1.525
--- SPECS/builder:1.524	Thu Nov 22 16:07:37 2007
+++ SPECS/builder	Mon Nov 26 22:17:06 2007
@@ -1957,7 +1957,7 @@
 		-c | --clean )
 			CLEAN="--clean --rmspec --rmsource"; shift ;;
 		-cf | --cvs-force )
-			CVS_FORCE="-F"; shift;;
+			CVS_FORCE="-B -F"; shift;;
 		-d | --cvsroot )
 			shift; CVSROOT="${1}"; shift ;;
 		-g | --get )
================================================================

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



More information about the pld-cvs-commit mailing list