]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
CVS URI 'support'
authorArtur Frysiak <artur@frysiak.net>
Tue, 28 Mar 2000 06:54:00 +0000 (06:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.55

builder.sh

index 44d7686be117fb7ede0b70ff37fae86b5be1b945..b0c8ba6b01f5f453d86db4348ce066645f986081 100644 (file)
@@ -215,14 +215,14 @@ get_all_files()
        fi
        for i in $SOURCES $PATCHES $ICONS; do
                if 
-                       echo $i | egrep -v '(http|ftp|https)://' |\
+                       echo $i | egrep -v '(http|ftp|https|cvs)://' |\
                        egrep -q '\.(gz|bz2)$'
                then
                        echo "Warning: no URL given for $i"
                fi
                
                if      [ -z "$NOCVS" ]||\
-                       [ `echo $i | egrep -v 'ftp://|http://|https://'` ]
+                       [ `echo $i | egrep -v '(ftp|http|https|cvs)://'` ]
                then
                        cvs $OPTIONS `nourl $i`
                fi
@@ -271,7 +271,7 @@ build_package()
 
 nourl()
 {
-       echo "$@" | sed 's#\<\(ftp\|http\|https\)://.*/##g'
+       echo "$@" | sed 's#\<\(ftp\|http\|https\|cvs\)://.*/##g'
 }
 #---------------------------------------------
 # main()
This page took 0.03521 seconds and 4 git commands to generate.