]> Pileus Git - aweather/blobdiff - aptrepo.sh
Added ubuntu build scripts
[aweather] / aptrepo.sh
diff --git a/aptrepo.sh b/aptrepo.sh
new file mode 100755 (executable)
index 0000000..2bfd609
--- /dev/null
@@ -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