projects
/
grml-infrastructure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77c0d9d
)
Adapat to newer changesfile format
author
sources
<sources@debs.grml.org>
Wed, 20 May 2009 07:43:02 +0000
(09:43 +0200)
committer
sources
<sources@debs.grml.org>
Wed, 20 May 2009 07:43:02 +0000
(09:43 +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")