From: ankry Date: Fri, 2 Jan 2004 13:02:44 +0000 (+0000) Subject: - reversed bogus tagging fix X-Git-Tag: auto/ac/rpm-4_3-0_20040107_1~3 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;ds=sidebyside;h=b4d9bd5cfd5f3abd8412ca424cc493d3eea954cd;p=packages%2Frpm-build-tools.git - reversed bogus tagging fix Changed files: builder.sh -> 1.247 --- diff --git a/builder.sh b/builder.sh index aa8b20a..e2d8da7 100644 --- a/builder.sh +++ b/builder.sh @@ -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`