Author: laxathom
Update of /cvs/nonfree/common
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20703
Modified Files:
cvs-import.sh
Log Message:
Index: cvs-import.sh
===================================================================
RCS file: /cvs/nonfree/common/cvs-import.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- cvs-import.sh 21 Jul 2008 07:35:34 -0000 1.7
+++ cvs-import.sh 22 Jul 2008 19:12:26 -0000 1.8
@@ -314,7 +314,7 @@
rm -f sources && mv sources.new sources
rm -f .cvsignore && mv .cvsignore.new .cvsignore
if [ -n "$UPLOADFILES" ] ; then
- make upload FILES="$UPLOADFILES" || {
+ make upload TREE="free" FILES="$UPLOADFILES" || {
echo "ERROR: Uploading the source tarballs failed!"
exit 9
}
Show replies by date