]> git.donarmstrong.com Git - bin.git/commitdiff
add build archive script
authorDon Armstrong <don@donarmstrong.com>
Tue, 19 Dec 2006 21:15:28 +0000 (21:15 +0000)
committerDon Armstrong <don@donarmstrong.com>
Tue, 19 Dec 2006 21:15:28 +0000 (21:15 +0000)
build_archive [new file with mode: 0755]

diff --git a/build_archive b/build_archive
new file mode 100755 (executable)
index 0000000..1009eb9
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh
+if [ ! -e Release ]; then
+    cat - <<EOF > Release
+Origin: donarmstrong
+Label: donarmstrong
+Architectures: all i386
+EOF
+fi;
+apt-ftparchive packages . |gzip -c > Packages.gz
\ No newline at end of file