]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- reversed bogus tagging fix
authorankry <ankry@pld-linux.org>
Fri, 2 Jan 2004 13:02:44 +0000 (13:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.247

builder.sh

index aa8b20a969b16fc6fd77204cd43ead7cf018b25f..e2d8da7f657ade3fefb24b900abff5169e4defc1 100644 (file)
@@ -702,7 +702,8 @@ tag_files()
                for i in $TAG_FILES
                do
                        # don't tag non cvs files (ie. stored on distfiles)
-                       [ "`nourl $i`" != "$i" ] && continue
+# FIXME! file_has_url != file_is_on_distfiles
+#                      [ "`nourl $i`" != "$i" ] && continue
                        if [ -f "`nourl $i`" ]; then
                                if [ "$TAG_VERSION" = "yes" ]; then
                                        cvs $OPTIONS $TAGVER `nourl $i`
This page took 0.104427 seconds and 4 git commands to generate.