chiark / gitweb /
Use /dev/null as the "override file".
authorColin Watson <cjwatson@chiark.greenend.org.uk>
Wed, 11 Sep 2002 23:10:30 +0000 (23:10 +0000)
committerColin Watson <cjwatson@chiark.greenend.org.uk>
Wed, 11 Sep 2002 23:10:30 +0000 (23:10 +0000)
dpkg-myscan

index b9d980adae2acc35ea2f238f011b9e50aa979a06..49a93a083ed0feffa79140c7fc9f2786c34a001a 100755 (executable)
@@ -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.