[Lunar-commits] r21531 - moonbase/trunk/devel/cvs/plugin.d
Auke Kok
sofar at lunar-linux.org
Fri Sep 22 18:21:14 UTC 2006
Author: sofar
Date: 2006-09-22 18:21:14 +0000 (Fri, 22 Sep 2006)
New Revision: 21531
Modified:
moonbase/trunk/devel/cvs/plugin.d/download-cvs.plugin
Log:
Wiping unneeded code for new cvs checkouts/updates
Modified: moonbase/trunk/devel/cvs/plugin.d/download-cvs.plugin
===================================================================
--- moonbase/trunk/devel/cvs/plugin.d/download-cvs.plugin 2006-09-22 18:16:07 UTC (rev 21530)
+++ moonbase/trunk/devel/cvs/plugin.d/download-cvs.plugin 2006-09-22 18:21:14 UTC (rev 21531)
@@ -48,12 +48,6 @@
if [ -f "$3/$2" ] ; then
verbose_msg "Extracting local CVS copy"
- # unpacking in last component dir of $CVSMODULE
- CD=$(pwd -P)
- debug_msg "get_cvs: PWD=$PWD mkdir -p $(dirname $CVSMODULE)"
- mkdir -p $(dirname $CVSMODULE)
- cd $(dirname $CVSMODULE)
- debug_msg "get_cvs: PWD=$PWD tar xjf $2"
if ! unpack $2 ; then
message "${PROBLEM_COLOR}Warning: bad local CVS copy, checking out fresh CVS copy${DEFAULT_COLOR}"
More information about the Lunar-commits
mailing list