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:
82d1af7
)
also link uri and md5 files
author
Alexander Wirt
<formorer@grml.org>
Sun, 6 May 2007 21:25:41 +0000
(23:25 +0200)
committer
Alexander Wirt
<formorer@grml.org>
Sun, 6 May 2007 21:25:41 +0000
(23:25 +0200)
source-report/get_sources
patch
|
blob
|
history
diff --git
a/source-report/get_sources
b/source-report/get_sources
index
e3aee5e
..
d301f20
100755
(executable)
--- a/
source-report/get_sources
+++ b/
source-report/get_sources
@@
-190,6
+190,8
@@
foreach my $package (keys %{$package_tree}) {
if (! $error) {
print "Creating links\n" if $debug;
link $config->{sourcedir}."/$source/$filename",$config->{reportdir}."/$source/$filename";
+ link $config->{sourcedir}."/$source/$filename.uri",$config->{reportdir}."/$source/$filename.uri";
+ link $config->{sourcedir}."/$source/$filename.md5",$config->{reportdir}."/$source/$filename.md5";
}
} elsif ($line =~ /^E: (.*)/) {
push @{$package_tree->{$package}->{'errors'}}, "$1";