]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- don't use CVSROOT from the current environment, get it from builderrc
authorsaq <saq@pld-linux.org>
Sun, 23 Nov 2003 00:10:39 +0000 (00:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  or %{_topdir}/SPECS/CVS/Root

Changed files:
    builder.sh -> 1.223

builder.sh

index f9f3ec1d212bb0f41f13b38ab44858ed5105acd6..ce252ce790fd9bd324d406238a0c111d39e65f9e 100644 (file)
@@ -40,11 +40,7 @@ UPDATE=""
 UPDATE5=""
 ADD5=""
 ALWAYS_CVSUP=${ALWAYS_CVSUP:-"yes"}
-if [ -s CVS/Root ]; then
-    CVSROOT=$(cat CVS/Root)
-else
-    CVSROOT=${CVSROOT:-""}
-fi
+CVSROOT=""
 # Example: LOGFILE='../log.$PACKAGE_NAME'
 # Yes, you can use variable name! Note _single_ quotes!
 LOGFILE=''
This page took 0.091604 seconds and 4 git commands to generate.