common cvs-import.sh,1.33,1.34

Bill Nottingham notting at fedoraproject.org
Mon Aug 10 14:43:25 UTC 2009


Author: notting

Update of /cvs/extras/common
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23296

Modified Files:
	cvs-import.sh 
Log Message:
Add more file types to the 'upload' list. (#1592, <ville.syktta at iki.fi>)



Index: cvs-import.sh
===================================================================
RCS file: /cvs/extras/common/cvs-import.sh,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- cvs-import.sh	24 Aug 2008 21:50:55 -0000	1.33
+++ cvs-import.sh	10 Aug 2009 14:43:25 -0000	1.34
@@ -272,8 +272,8 @@ for _f in $FILES ; do
     pushd ${BRANCH} >/dev/null
     if [ "$add_file" = "yes" ] ; then
 	case $f in 
-	    *.tar | *gz | *.bz2 | *.lzma | *.Z | *.zip | \
-	    *.ttf | *.bin | *.tbz | *.tbz2 | *.pdf | *.rpm | \
+	    *.tar | *gz | *.bz2 | *.bz | *.lzma | *.xz | *.Z | *.zip | \
+	    *.ttf | *.bin | *.tbz | *.tbz2 | *.tlz | *.txz | *.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