]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- fixed: for getting resources fron main branch cvs must be called with -A
authorkloczek <kloczek@pld-linux.org>
Mon, 21 Jun 1999 19:17:46 +0000 (19:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
istead -P.

Changed files:
    builder.sh -> 1.37

builder.sh

index 4c585ca6792bce0220c3ca53588d3525a42a090d..263ba6e459b7b589cd28f0571770219faada2341 100644 (file)
@@ -154,7 +154,7 @@ get_spec()
     if [ -n "$CVSTAG" ]; then
        OPTIONS="$OPTIONS -r $CVSTAG"
     else
-       OPTIONS="$OPTIONS -P"
+       OPTIONS="$OPTIONS -A"
     fi
 
     cvs $OPTIONS $SPECFILE
@@ -180,7 +180,7 @@ get_all_files()
        if [ -n "$CVSTAG" ]; then
            OPTIONS="$OPTIONS -r $CVSTAG"
        else
-           OPTIONS="$OPTIONS -P"
+           OPTIONS="$OPTIONS -A"
        fi
 
        cvs $OPTIONS $SOURCES $PATCHES $ICONS
This page took 0.09022 seconds and 4 git commands to generate.