chiark
/
gitweb
/
~cjwatson
/
bin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ace221
)
Use /dev/null as the "override file".
author
Colin Watson
<cjwatson@chiark.greenend.org.uk>
Wed, 11 Sep 2002 23:10:30 +0000
(23:10 +0000)
committer
Colin Watson
<cjwatson@chiark.greenend.org.uk>
Wed, 11 Sep 2002 23:10:30 +0000
(23:10 +0000)
dpkg-myscan
patch
|
blob
|
history
diff --git
a/dpkg-myscan
b/dpkg-myscan
index b9d980adae2acc35ea2f238f011b9e50aa979a06..49a93a083ed0feffa79140c7fc9f2786c34a001a 100755
(executable)
--- a/
dpkg-myscan
+++ b/
dpkg-myscan
@@
-19,7
+19,7
@@
for x in main non-US/main non-free; do
echo Scanning $x ...
dir=dists/unstable/$x/$topdir
if [ -e $dir ]; then
- dpkg-scan$type $dir
override
> $dir/$outfile
+ dpkg-scan$type $dir
/dev/null
> $dir/$outfile
gzip -c $dir/$outfile > $dir/$outfile.gz
else
echo $x not found.