浏览代码

fix host and limit what files we upload...

main
John-Mark Gurney 5 年前
父节点
当前提交
656e39d250
签署人:: jmg GPG 密钥 ID: 205F0B33DD006ADA
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      NOTES.txt

+ 1
- 1
NOTES.txt 查看文件

@@ -23,4 +23,4 @@ sh addinfo.sh -c 20180900
Copy them up to freefall:
scp snapshot.* freefall:public_html/FreeBSD-snap

(cd ~; tar -cf - public_html/FreeBSD-snap/*) | ssh gold tar -xf -
(cd ~; tar -cf - public_html/FreeBSD-snap/snapshot.*) | ssh freefall tar -xf -

正在加载...
取消
保存