CVSROOT modules,1.1296,1.1297
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/CVSROOT
In directory se02.es.rpmfusion.net:/tmp/tmph10471/modules
Modified Files:
modules
Log Message:
Added new branch EL-5 for module: tivodecode
ChangeSet: modules,1.1296,1.1297
15 years
CVSROOT modules,1.1295,1.1296
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/CVSROOT
In directory se02.es.rpmfusion.net:/tmp/tmpw10405/modules
Modified Files:
modules
Log Message:
Added new branch F-12 for module: tivodecode
ChangeSet: modules,1.1295,1.1296
15 years
CVSROOT modules,1.1294,1.1295
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/CVSROOT
In directory se02.es.rpmfusion.net:/tmp/tmpH10340/modules
Modified Files:
modules
Log Message:
Added new branch F-11 for module: tivodecode
ChangeSet: modules,1.1294,1.1295
15 years
CVSROOT modules,1.1293,1.1294
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/CVSROOT
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsG10293/modules
Modified Files:
modules
Log Message:
Added new module: tivodecode
ChangeSet: modules,1.1293,1.1294
15 years
common cvs-import.sh,1.10,1.11
by Xavier Lamien
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"
15 years
common cvs-import.sh,1.8,1.9
by Xavier Lamien
Author: laxathom
Update of /cvs/free/common
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/free/common
Modified Files:
cvs-import.sh
Log Message:
Add xz|lzma support to lookaside cache
Index: cvs-import.sh
===================================================================
RCS file: /cvs/free/common/cvs-import.sh,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- cvs-import.sh 11 Nov 2008 19:21:49 -0000 1.8
+++ cvs-import.sh 14 Dec 2009 10:50:03 -0000 1.9
@@ -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"
15 years