瀏覽代碼

Initial commit

[SVN r55803]
Beman Dawes 16 年之前
父節點
當前提交
297e86fa34
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      tools/release/upload2sourceforge.bat

+ 11 - 0
tools/release/upload2sourceforge.bat

@@ -0,0 +1,11 @@
+if not %1$==$ goto usage_ok
+echo Usage: upload2sourceforge release-folder
+echo Example: upload2sourceforge 1.40.0
+goto done
+
+:usage_ok
+dir boost_*
+pause Are these the correct files to upload? [Ctrl-C to interrupt]
+rsync -avP -e ssh boost_* beman_dawes,boost@frs.sourceforge.net:/home/frs/project/b/bo/boost/boost/%1/
+
+:done

粤ICP备19079148号