]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- reverted (mistake)
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 26 Dec 2008 02:11:26 +0000 (02:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.569

builder.sh

index 899ed6bd22210d60e4e92be423e00157f5fcf86d..3f16eccc3f4eab8dcbfce8214b022816824efe9f 100644 (file)
@@ -1296,6 +1296,13 @@ branch_files()
        fi
 
        local OPTIONS="tag $CVS_FORCE -b"
+
+       # branch exists?
+       is_tag_a_branch $TAG
+       if [ $? -eq 1 ]; then
+               OPTIONS="$OPTIONS -B"
+       fi
+
        if [ -n "$CVSROOT" ]; then
                OPTIONS="-d $CVSROOT $OPTIONS"
        fi
This page took 0.059237 seconds and 4 git commands to generate.