Author: laxathom
Update of /cvs/free/common
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15366
Modified Files:
cvs-import.sh
Log Message:
add cvstree on upload tool
Index: cvs-import.sh
===================================================================
RCS file: /cvs/free/common/cvs-import.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cvs-import.sh 18 Jul 2008 16:35:25 -0000 1.3
+++ cvs-import.sh 19 Jul 2008 14:18:31 -0000 1.4
@@ -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 CVSTREE="free" FILES="$UPLOADFILES" || {
echo "ERROR: Uploading the source tarballs failed!"
exit 9
}
Show replies by date