projects
/
grml-infrastructure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 2:
0131618
)
Merge branch 'master' of git://git.grml.org/grml-infrastructure
author
Alexander Wirt
<formorer@grml.org>
Thu, 22 Oct 2009 07:29:28 +0000
(09:29 +0200)
committer
Alexander Wirt
<formorer@grml.org>
Thu, 22 Oct 2009 07:29:28 +0000
(09:29 +0200)
source-report/get_sources
patch
|
blob
|
history
diff --git
a/source-report/get_sources
b/source-report/get_sources
index
88fa755
..
c63ac0c
100755
(executable)
--- a/
source-report/get_sources
+++ b/
source-report/get_sources
@@
-149,6
+149,7
@@
foreach my $package (keys %{$package_tree}) {
my $filename = $2;
my $size = $3;
my $md5sum = $4;
+ $md5sum =~ s/^MD5Sum://;
print "Filename: $filename\n" if $debug;
if (! -d $config->{reportdir}."/$source") {
mkdir ($config->{reportdir}."/$source")