]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- updated to 1.3.2
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 26 Dec 2008 01:52:46 +0000 (01:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.568

builder.sh

index 3f16eccc3f4eab8dcbfce8214b022816824efe9f..899ed6bd22210d60e4e92be423e00157f5fcf86d 100644 (file)
@@ -1296,13 +1296,6 @@ 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.029867 seconds and 4 git commands to generate.