]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- show filename when updating md5
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 31 Oct 2006 23:09:43 +0000 (23:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.463

builder.sh

index 604c0b7f1280c0b8a049dfa8f6c69f3da66b19e1..9807ec3a74d3f94af8c2b47ad9a3bc6942c0602c 100644 (file)
@@ -194,7 +194,7 @@ usage()
        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 @@ update_md5()
                                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+/;
This page took 0.224715 seconds and 4 git commands to generate.