]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- assume -r HEAD is same as -A
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 6 Jun 2006 12:08:34 +0000 (12:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.445

builder.sh

index 3dad5b94582d7f9b8e159530adca7e115d33f315..a94cb775c056029cfcd490e1c2c65b77aab81e85 100644 (file)
@@ -1929,6 +1929,9 @@ if [ -z "$CVSTAG" ]; then
        if [ "$CVSTAG" ]; then
                echo "builder: Stick tag $CVSTAG active. Use -r TAGNAME to override."
        fi
+elif [ "$CVSTAG" = "HEAD" ]; then
+       # assume -r HEAD is same as -A
+       CVSTAG=""
 fi
 
 if [ -n "$DEBUG" ]; then
This page took 0.055173 seconds and 4 git commands to generate.