projects
/
dak.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ae386b
)
config/debian-security/cron.unchecked: pass right override file
author
Ansgar Burchardt
<ansgar@debian.org>
Sun, 4 Nov 2012 15:27:40 +0000
(16:27 +0100)
committer
Ansgar Burchardt
<ansgar@debian.org>
Sun, 4 Nov 2012 15:28:13 +0000
(16:28 +0100)
apt-ftparchive appends '.src' on its own when generating Sources.
config/debian-security/cron.unchecked
patch
|
blob
|
history
diff --git
a/config/debian-security/cron.unchecked
b/config/debian-security/cron.unchecked
index c7baa6e6ad0aa92d90e87e7fc46b44d9ee215c95..10423531b2a603f47b8dc3dc1676e21b214c8e34 100755
(executable)
--- a/
config/debian-security/cron.unchecked
+++ b/
config/debian-security/cron.unchecked
@@
-84,7
+84,7
@@
for suite in stable testing; do
cd ${incoming}/${suite}.new
apt-ftparchive packages . ${overridedir}/override.${overridecodename}.all3 >Packages
gzip -9c --rsyncable <Packages >Packages.gz
- apt-ftparchive sources . ${overridedir}/override.${overridecodename}.all3
.src
>Sources
+ apt-ftparchive sources . ${overridedir}/override.${overridecodename}.all3 >Sources
gzip -9c --rsyncable <Sources >Sources.gz
rm -f Release