SPECS: compile.sh - no need to check md5 at %build short circuit

glen glen at pld-linux.org
Fri Mar 14 13:35:50 CET 2008


Author: glen                         Date: Fri Mar 14 12:35:50 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- no need to check md5 at %build short circuit

---- Files affected:
SPECS:
   compile.sh (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/compile.sh
diff -u SPECS/compile.sh:1.7 SPECS/compile.sh:1.8
--- SPECS/compile.sh:1.7	Wed Feb  6 00:40:51 2008
+++ SPECS/compile.sh	Fri Mar 14 13:35:45 2008
@@ -13,4 +13,4 @@
 # -glen 2005-03-03
 
 set -x
-exec ./builder -ncs -nn --short-circuit -bc "$@"
+exec ./builder --no-md5 -ncs -nn --short-circuit -bc "$@"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/compile.sh?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list