Author: glen                         Date: Sat Apr 12 16:19:43 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- skip md5 check if disabled

---- Files affected:
SPECS:
   builder (1.546 -> 1.547) 

---- Diffs:

================================================================
Index: SPECS/builder
diff -u SPECS/builder:1.546 SPECS/builder:1.547
--- SPECS/builder:1.546 Sat Apr  5 10:43:11 2008
+++ SPECS/builder       Sat Apr 12 18:19:38 2008
@@ -944,6 +944,8 @@
 
 check_md5()
 {
+       [ "$NO5" = "yes" ] && return
+
        update_shell_title "check md5"
 
        for i in "$@"; do
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/builder?r1=1.546&r2=1.547&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to