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:
406183a
)
Writes Sources.gz
author
Alexander Wirt
<formorer@grml.org>
Sun, 6 May 2007 17:19:35 +0000
(19:19 +0200)
committer
Alexander Wirt
<formorer@grml.org>
Sun, 6 May 2007 17:19:35 +0000
(19:19 +0200)
source-report/get_sources
patch
|
blob
|
history
diff --git
a/source-report/get_sources
b/source-report/get_sources
index
8df621e
..
f5f8e21
100755
(executable)
--- a/
source-report/get_sources
+++ b/
source-report/get_sources
@@
-277,3
+277,4
@@
print $fh "Packages: $pnum\n";
print $fh "Sources: $snum\n";
print $fh "Errors: $errors\n";
+system ("cd " . $config->{reportdir} . "; dpkg-scansources . | gzip -9 > Sources.gz");