]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- new
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 18 May 2008 16:12:22 +0000 (16:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.558

builder.sh

index 891b8bec85fd5ba9065fe59adff5500da357508c..e0d2940c84e9323a66dd0278554806a453746ff3 100644 (file)
@@ -1292,6 +1292,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.057195 seconds and 4 git commands to generate.