]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- fix after rev. 1.187 change: don't prefer URLs over CVS if no md5
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 9 Jul 2003 12:07:03 +0000 (12:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.190

builder.sh

index 017c8b59a96507836c5c6510221954971f868eeb..acf5eb94d8428914be5ce0f2fe20c3f2bf2058e3 100644 (file)
@@ -481,8 +481,8 @@ get_files()
                            fi
                        test -s "$target" || rm -f "$target"
                    fi
-               elif [ -z "$(src_md5 "$i")" -a "$NOCVS" != "yes" ] && \
-                       ( echo $i | grep -qvE '(ftp|http|https)://' ); then
+               elif [ -z "$(src_md5 "$i")" -a "$NOCVS" != "yes" ]; then
+                   # ( echo $i | grep -qvE '(ftp|http|https)://' ); -- if CVS should be used, but URLs preferred
                    result=1
                    retries_counter=0
                    while [ "$result" != "0" -a "$retries_counter" -le "$CVS_RETRIES" ]; do
This page took 0.032003 seconds and 4 git commands to generate.