aboutsummaryrefslogtreecommitdiff
path: root/dist/debian/mkrep
blob: 95a0e4559f9e512f963ca87b33f37d5e5be8a8ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/local/plan9/bin/rc

cd /scratch/rsc/plan9
cvs up -dAP
cd dist; ./mkfilelist >filelist
cp filelist /usr/local/plan9/dist

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
echo rsync -r dists pool swtch.com:www/swtch.com/debian