diff options
author | rsc <devnull@localhost> | 2005-09-13 00:47:52 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-09-13 00:47:52 +0000 |
commit | cd31609f726537da8746df6530879caf711fd96e (patch) | |
tree | 3086d2b5fad99aaf25e2a381c6e8a9304fee4b77 /dist/debian/mkrep | |
parent | 738904a12bd4f41d9f9114f4e09110d99434e16e (diff) | |
download | plan9port-cd31609f726537da8746df6530879caf711fd96e.tar.gz plan9port-cd31609f726537da8746df6530879caf711fd96e.tar.bz2 plan9port-cd31609f726537da8746df6530879caf711fd96e.zip |
Fiddle.
Diffstat (limited to 'dist/debian/mkrep')
-rwxr-xr-x | dist/debian/mkrep | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dist/debian/mkrep b/dist/debian/mkrep new file mode 100755 index 00000000..969614f0 --- /dev/null +++ b/dist/debian/mkrep @@ -0,0 +1,13 @@ +#!/usr/local/plan9/bin/rc + +rm -rf dists pool +mkdir -p dists pool +./mkpkg all +d=dists/testing/main/binary-i386 +mkdir -p $d +apt-ftparchive packages pool |tee $d/Packages |gzip >$d/Packages.gz +cp Release.testing $d/Release +{ + cat Release.top + apt-ftparchive release dists/testing +} >dists/testing/Release |