]> git.pld-linux.org Git - projects/distfiles.git/commitdiff
- more info about local filename when fetch is FAILED
authorsiefca <siefca@pld-linux.org>
Sat, 21 Feb 2004 15:39:53 +0000 (15:39 +0000)
committercvs2git <feedback@pld-linux.org>
Thu, 29 Nov 2012 22:58:15 +0000 (22:58 +0000)
Changed files:
    file-fetcher.pl -> 1.32

file-fetcher.pl

index 9c575aa5506ab1b4fc6a76016ba922ff002265a4..bed3bd53452b2a51ba6892c680e3923e32f30833 100644 (file)
@@ -182,6 +182,7 @@ sub handle_no_url($$)
     my $computed_md5 = md5($file);
     if ($computed_md5 ne $md5) {
       $problems .= "FATAL: $file md5 mismatch, needed $md5, got $computed_md5\n";
+      $problems .= "       Local filename used while computing: " . $file . "\n";
     } else {
       move_file($md5, $url, $file);
       make_src_symlink($md5, $url);
This page took 0.078621 seconds and 4 git commands to generate.