[pkg-boinc-commits] r368 - scripts

Frank S. Thomas fst-guest at costa.debian.org
Fri Feb 24 23:16:54 UTC 2006


Author: fst-guest
Date: 2006-02-24 23:16:53 +0000 (Fri, 24 Feb 2006)
New Revision: 368

Modified:
   scripts/export-kbs
Log:
Use "export" instead of "checkout". We don't need all the .CVS/ dirs in
the orig.tar.gz.


Modified: scripts/export-kbs
===================================================================
--- scripts/export-kbs	2006-02-24 22:48:04 UTC (rev 367)
+++ scripts/export-kbs	2006-02-24 23:16:53 UTC (rev 368)
@@ -14,7 +14,7 @@
     exit 1
 fi
 
-cvs -z3 -d $CVS_ROOT checkout -d $WORKING_DIR -P kboincspy
+cvs -z3 -d $CVS_ROOT export -D $DATE -d $WORKING_DIR kboincspy
 tar -czf $ORIG_ARCHIVE $WORKING_DIR
 rm -rf $WORKING_DIR
 




More information about the pkg-boinc-commits mailing list