[Fai-commit] r3718 - people/eartoast/features/clean-rcs/lib

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Tue Aug 1 11:10:25 UTC 2006


Author: glaweh-guest
Date: 2006-08-01 11:10:25 +0000 (Tue, 01 Aug 2006)
New Revision: 3718

Modified:
   people/eartoast/features/clean-rcs/lib/get-config-dir-cvs
Log:
remove the pushd and popd, as it runs in its own script now


Modified: people/eartoast/features/clean-rcs/lib/get-config-dir-cvs
===================================================================
--- people/eartoast/features/clean-rcs/lib/get-config-dir-cvs	2006-08-01 11:09:27 UTC (rev 3717)
+++ people/eartoast/features/clean-rcs/lib/get-config-dir-cvs	2006-08-01 11:10:25 UTC (rev 3718)
@@ -7,8 +7,6 @@
 # Short-Description: get $FAI from a cvs repository.
 ### END SUBROUTINE INFO
 
-pushd &>/dev/null
-
 # matched string: "cvs[+ssh]://user at host/path/to/cvsroot module[=tag]"
 PROTOCOL=$(expr match "$FAI_CONFIG_SRC" '\(.*\)://.*')
 CVS_PATH=$(expr match "$FAI_CONFIG_SRC" '.*://\(\S\+\)\s\+.*')
@@ -41,4 +39,3 @@
    cvs -q co -P -d $(basename "$FAI") \
      $TAG $CVS_MODULE > $LOGDIR/getconf.log
 fi
-popd &>/dev/null




More information about the Fai-commit mailing list