]> git.pld-linux.org Git - packages/rpm-build-tools.git/blobdiff - builder.sh
- add option -A which behaves like cvs up -A
[packages/rpm-build-tools.git] / builder.sh
index e1e1ce1cd638b07885326de9d37f774629b86264..d4503d6c8bedc5abfdf3b1ecd4e9f44b7c1404f1 100644 (file)
@@ -253,6 +253,7 @@ Usage: builder [-D|--debug] [-V|--version] [-a|--as_anon] [-b|-ba|--build]
 --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 @@ do
                        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=
This page took 0.035003 seconds and 4 git commands to generate.