SPECS: builder - allow $CVS_COMMAND from env too not just ~/.builderrc
    glen 
    glen at pld-linux.org
       
    Thu Jan 15 15:25:01 CET 2009
    
    
  
Author: glen                         Date: Thu Jan 15 14:25:01 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- allow $CVS_COMMAND from env too not just ~/.builderrc
---- Files affected:
SPECS:
   builder (1.570 -> 1.571) 
---- Diffs:
================================================================
Index: SPECS/builder
diff -u SPECS/builder:1.570 SPECS/builder:1.571
--- SPECS/builder:1.570	Thu Jan 15 15:21:20 2009
+++ SPECS/builder	Thu Jan 15 15:24:56 2009
@@ -93,7 +93,7 @@
 PROTOCOL="ftp"
 WGET_RETRIES=${MAX_WGET_RETRIES:-0}
 
-CVS_COMMAND="cvs"
+CVS_COMMAND=${CVS_COMMAND:-cvs}
 CVS_FORCE=""
 CVSIGNORE_DF="no"
 CVS_RETRIES=${MAX_CVS_RETRIES:-1000}
================================================================
---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/builder?r1=1.570&r2=1.571&f=u
    
    
More information about the pld-cvs-commit
mailing list