X-Git-Url: http://pileus.org/git/?p=aweather;a=blobdiff_plain;f=aptrepo.sh;fp=aptrepo.sh;h=2bfd6093e81c075a6a630d33c2a4fd3ba8cfb6ba;hp=0000000000000000000000000000000000000000;hb=ffb444d470899db660088a6a8e79b8491f4c1401;hpb=1d506d5e87c013a9255ffc7de1c4a9ee4c157747 diff --git a/aptrepo.sh b/aptrepo.sh new file mode 100755 index 0000000..2bfd609 --- /dev/null +++ b/aptrepo.sh @@ -0,0 +1,3 @@ +cd /aptrepo/ +dpkg-scanpackages -m binary /dev/null | gzip -9c > binary/Packages.gz +dpkg-scansources source /dev/null | gzip -9c > source/Sources.gz