[evolvis-commits] r10170: fixed cvs -> scm↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 17:39:10 CET 2011


Author: mirabilos
Date: 2011-02-24 17:39:10 +0100 (Thu, 24 Feb 2011)
New Revision: 10170

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge-plugin-scmcvs/bin/tarballs.sh
Log:
fixed cvs -> scm


Modified: trunk/gforge_base/evolvisforge-5.1/gforge-plugin-scmcvs/bin/tarballs.sh
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge-plugin-scmcvs/bin/tarballs.sh	2011-02-24 16:39:09 UTC (rev 10169)
+++ trunk/gforge_base/evolvisforge-5.1/gforge-plugin-scmcvs/bin/tarballs.sh	2011-02-24 16:39:10 UTC (rev 10170)
@@ -13,14 +13,14 @@
 fi
 
 CVSROOT=/var/lib/gforge/chroot/cvsroot
-CVSTARDIR=/var/lib/gforge/cvstarballs
+CVSTARDIR=/var/lib/gforge/scmtarballs
 
 case "$1" in
     generate)
 	cd $CVSROOT
 	ls | while read dir ; do
-	    tar czf $CVSTARDIR/${dir}-cvsroot.tar.gz.new ${dir}
-	    mv $CVSTARDIR/${dir}-cvsroot.tar.gz.new $CVSTARDIR/${dir}-cvsroot.tar.gz
+	    tar czf $CVSTARDIR/${dir}-scmroot.tar.gz.new ${dir}
+	    mv $CVSTARDIR/${dir}-scmroot.tar.gz.new $CVSTARDIR/${dir}-scmroot.tar.gz
 	done
 	;;
     



More information about the evolvis-commits mailing list