common cvs-import.sh,1.28,1.29

Bill Nottingham (notting) fedora-extras-commits at redhat.com
Mon Apr 14 19:27:42 UTC 2008


Author: notting

Update of /cvs/extras/common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27424

Modified Files:
	cvs-import.sh 
Log Message:
add patch for lzma, etc. (#501, <ville.skytta at iki.fi>)



Index: cvs-import.sh
===================================================================
RCS file: /cvs/extras/common/cvs-import.sh,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- cvs-import.sh	4 Dec 2007 16:38:53 -0000	1.28
+++ cvs-import.sh	14 Apr 2008 19:27:12 -0000	1.29
@@ -7,6 +7,8 @@
 #
 # $Id$
 
+shopt -s nocasematch
+
 # Initial setup
 CVSTREE=${CVSTREE:=extras}
 TOPLEVEL=${TOPLEVEL:=rpms}
@@ -267,8 +269,8 @@
     pushd ${BRANCH} >/dev/null
     if [ "$add_file" = "yes" ] ; then
 	case $f in 
-	    *.tar | *gz | *.bz2 | *.Z | *.zip | *.ZIP | \
-	    *.ttf | *.bin | *.tbz | *.tbz2| *.pdf | *.rpm | \
+	    *.tar | *gz | *.bz2 | *.lzma | *.Z | *.zip | \
+	    *.ttf | *.bin | *.tbz | *.tbz2 | *.pdf | *.rpm | \
 	    *.jar | *.war | *.db | *.cpio | *.jisp | *.egg | *.gem )
 		UPLOADFILES="$UPLOADFILES $f"
 		if [ -n "$(grep $f sources 2>/dev/null)" ] ; then




More information about the fedora-extras-commits mailing list