SPECS: builder - add option -A which behaves like cvs up -A

glen glen at pld-linux.org
Tue Oct 17 14:58:54 CEST 2006


Author: glen                         Date: Tue Oct 17 12:58:54 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add option -A which behaves like cvs up -A

---- Files affected:
SPECS:
   builder (1.456 -> 1.457) 

---- Diffs:

================================================================
Index: SPECS/builder
diff -u SPECS/builder:1.456 SPECS/builder:1.457
--- SPECS/builder:1.456	Thu Sep 21 21:21:35 2006
+++ SPECS/builder	Tue Oct 17 14:58:48 2006
@@ -253,6 +253,7 @@
 --date yyyy-mm-dd   - build package using resources from specified CVS date,
 -r <cvstag>, --cvstag <cvstag>
                     - build package using resources from specified CVS tag,
+-A                  - build package using CVS resources as any sticky tags/date/kopts being reset.
 -R, --fetch-build-requires
                     - fetch what is BuildRequired,
 -RB, --remove-build-requires
@@ -1844,6 +1845,8 @@
 			CVSDATE="${2}"; shift 2 ;;
 		-r | --cvstag )
 			shift; CVSTAG="${1}"; shift ;;
+		-A)
+			shift; CVSTAG="HEAD"; ;;
 		-R | --fetch-build-requires)
 			FETCH_BUILD_REQUIRES="yes"
 			NOT_INSTALLED_PACKAGES=
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/builder?r1=1.456&r2=1.457&f=u



More information about the pld-cvs-commit mailing list