Author: glen                         Date: Tue Oct 31 23:09:49 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- show filename when updating md5

---- Files affected:
SPECS:
   builder (1.462 -> 1.463) 

---- Diffs:

================================================================
Index: SPECS/builder
diff -u SPECS/builder:1.462 SPECS/builder:1.463
--- SPECS/builder:1.462 Mon Oct 30 20:20:18 2006
+++ SPECS/builder       Wed Nov  1 00:09:43 2006
@@ -194,7 +194,7 @@
        echo "\
 Usage: builder [-D|--debug] [-V|--version] [-a|--as_anon] [-b|-ba|--build]
 [-bb|--build-binary] [-bs|--build-source] [-u|--try-upgrade]
-[{-cf|--cvs-force}] [{-B|--branch} <branch>] [{-d|--cvsroot} <cvsroot>] 
+[{-cf|--cvs-force}] [{-B|--branch} <branch>] [{-d|--cvsroot} <cvsroot>]
 [-g|--get] [-h|--help] [--http] [{-l|--logtofile} <logfile>] [-m|--mr-proper]
 [-q|--quiet] [--date <yyyy-mm-dd> [-r <cvstag>] [{-T|--tag <cvstag>]
 [-Tvs|--tag-version-stable] [-Ts|--tag-stable] [-Tv|--tag-version]
@@ -819,7 +819,7 @@
                                tag="NoSource$srcno-md5"
                        fi
                        md5=$(md5sum "$fp" | cut -f1 -d' ')
-                       echo "Updating $tag ($md5)."
+                       echo "Updating $tag ($md5: $fp)."
                        perl -i -ne '
                                print unless 
/^\s*#\s*(No)?Source'$srcno'-md5\s*:/i;
                                print "# '$tag':\t'$md5'\n" if 
/^Source'$srcno'\s*:\s+/;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/builder?r1=1.462&r2=1.463&f=u

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

Reply via email to