devel/common cvs-import.sh,1.11,1.12

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Sun Oct 15 22:12:51 UTC 2006


Author: katzj

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

Modified Files:
	cvs-import.sh 
Log Message:
eggs should be source files (lmacken)


Index: cvs-import.sh
===================================================================
RCS file: /cvs/extras/devel/common/cvs-import.sh,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- cvs-import.sh	19 Jun 2006 20:43:15 -0000	1.11
+++ cvs-import.sh	15 Oct 2006 22:12:21 -0000	1.12
@@ -320,7 +320,7 @@
 	case $f in 
 	    *.tar | *gz | *.bz2 | *.Z | *.zip | *.ZIP | \
 	    *.ttf | *.bin | *.tbz | *.pdf | *.rpm | \
-	    *.jar | *.war | *.db | *.cpio | *.jisp )
+	    *.jar | *.war | *.db | *.cpio | *.jisp | *.egg )
 		UPLOADFILES="$UPLOADFILES $f"
 		if [ -n "$(grep $f sources 2>/dev/null)" ] ; then
 		    # this file existed before with a different md5sum




More information about the fedora-extras-commits mailing list