]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- skip Sticky Tag in display_branches
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 3 Nov 2005 16:10:30 +0000 (16:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.346

builder.sh

index 41d75ee48e974e65314d2d1a1ce715f7fc17ea45..c6b1aa2971d3dd078ce5fef625ce15a6cff8af47 100644 (file)
@@ -1198,7 +1198,7 @@ display_branches()
 {
         if [ "$NOCVSSPEC" != "yes" ]; then
                  echo -ne "Available branches: "
-                 cvs status -v "${SPECFILE}" | awk '/\(branch:/ { print $1 } ' | xargs
+                 cvs status -v "${SPECFILE}" | awk '!/Sticky Tag:/ && /\(branch:/ { print $1 } ' | xargs
         fi
 }
 
This page took 0.115531 seconds and 4 git commands to generate.