Author: laxathom
Update of /cvs/nonfree/common
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/nonfree/common
Modified Files:
cvs-import.sh
Log Message:
Add xz|lzma support to lookaside cache
Index: cvs-import.sh
===================================================================
RCS file: /cvs/nonfree/common/cvs-import.sh,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- cvs-import.sh 11 Nov 2008 19:22:02 -0000 1.10
+++ cvs-import.sh 14 Dec 2009 10:51:22 -0000 1.11
@@ -285,7 +285,7 @@
pushd ${BRANCH} >/dev/null
if [ "$add_file" = "yes" ] ; then
case $f in
- *.tar | *gz | *.bz2 | *.Z | *.zip | *.ZIP | \
+ *.tar | *gz | *.bz2 | *.Z | *.zip | *.ZIP | *.xz | *.lzma | \
*.ttf | *.bin | *.tbz | *.tbz2| *.pdf | *.rpm | \
*.jar | *.war | *.db | *.cpio | *.jisp | *.egg | *.gem | *.run )
UPLOADFILES="$UPLOADFILES $f"