瀏覽代碼

fix host and limit what files we upload...

main
John-Mark Gurney 5 年之前
父節點
當前提交
656e39d250
簽署人: jmg GPG Key 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 -

Loading…
取消
儲存