plan9port/dist/debian/mkrep

20 lines
460 B
Text
Raw Normal View History

2005-09-13 00:47:52 +00:00
#!/usr/local/plan9/bin/rc
2005-09-13 03:36:16 +00:00
cd /scratch/rsc/plan9
cvs up -dAP
cd dist; ./mkfilelist >filelist
cp filelist /usr/local/plan9/dist
2005-09-13 00:47:52 +00:00
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
2005-09-13 03:36:16 +00:00
echo rsync -r dists pool swtch.com:www/swtch.com/debian