]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- echo correct tags on -T*
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 8 Oct 2002 13:46:01 +0000 (13:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.118

builder.sh

index c7dda3db0622acf8d7232664b30939702e5cd6d6..4b61d78d3a848500b6de9a71b733ec78db3f7caf 100644 (file)
@@ -363,7 +363,12 @@ tag_files()
        echo $PACKAGE_VERSION
        echo $PACKAGE_RELEASE
        TAGVER=$PACKAGE_NAME-`echo $PACKAGE_VERSION | sed -e "s/\./\_/g"`-`echo $PACKAGE_RELEASE | sed -e "s/\./\_/g"`
-       echo "CVS tag: $TAGVER"
+       if [ "$TAG_VERSION" = "yes" ]; then
+           echo "CVS tag: $TAGVER"
+       fi
+       if [ -n "$TAG" ]; then
+           echo "CVS tag: $TAG"
+       fi
 
        OPTIONS="tag -F"
        if [ -n "$CVSROOT" ]; then
This page took 0.027587 seconds and 4 git commands to generate.