diff options
author | rsc <devnull@localhost> | 2005-09-13 03:36:16 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-09-13 03:36:16 +0000 |
commit | 00a95363d54467899460620e69dc5cddc5361226 (patch) | |
tree | e63f0adf5d2b962f077085597a28ac8e69184e49 /dist | |
parent | daab83ee8d5813291ec4269fb6724dbee6e8ff2e (diff) | |
download | plan9port-00a95363d54467899460620e69dc5cddc5361226.tar.gz plan9port-00a95363d54467899460620e69dc5cddc5361226.tar.bz2 plan9port-00a95363d54467899460620e69dc5cddc5361226.zip |
fiddle.
Diffstat (limited to 'dist')
-rwxr-xr-x | dist/debian/mkrep | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/debian/mkrep b/dist/debian/mkrep index 969614f0..95a0e455 100755 --- a/dist/debian/mkrep +++ b/dist/debian/mkrep @@ -1,5 +1,10 @@ #!/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 @@ -11,3 +16,4 @@ 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 |