all: update site from swtch.com to 9fans.github.io
This commit is contained in:
parent
6cb3a2b9c3
commit
a399388593
26 changed files with 83 additions and 52 deletions
10
unix/mkfile
10
unix/mkfile
|
|
@ -64,7 +64,9 @@ mk-with-libs.tgz:V:
|
|||
|
||||
tgz:V: libutf.tgz libfmt.tgz libregexp9.tgz libbio.tgz mk.tgz mk-with-libs.tgz
|
||||
|
||||
push:
|
||||
rsync -e ssh -t *.tgz swtch.com:www/swtch.com/plan9port/unix
|
||||
ssh swtch.com rm -f www/swtch.com/plan9port/unix/*.sha1 \
|
||||
www/swtch.com/plan9port/unix/*.md5
|
||||
push:V:
|
||||
rm -f *.sha1 *.md5 *.sha256
|
||||
for (i in *.tgz)
|
||||
sha1sum $i >$i.sha1
|
||||
cp *.tgz $9fansweb/plan9port/unix
|
||||
cp *.tgz.sha1 $9fansweb/plan9port/unix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue