Преглед изворни кода

Remove fetching README.txt from the release script.

[SVN r61472]
Daniel James пре 16 година
родитељ
комит
15fc594867
2 измењених фајлова са 0 додато и 6 уклоњено
  1. 0 3
      tools/release/snapshot_posix.bat
  2. 0 3
      tools/release/snapshot_windows.bat

+ 0 - 3
tools/release/snapshot_posix.bat

@@ -21,9 +21,6 @@ svn info svn_info
 echo Exporting files from subversion...
 svn export --non-interactive --native-eol LF http://svn.boost.org/svn/boost/branches/release posix
 
-echo Creating release history README.txt...
-lynx -width=72 -dump -nolist -display_charset=utf-8 http://beta.boost.org/users/history/minimal.php >posix\README.txt
-
 echo Copying docs into posix\doc...
 pushd posix\doc
 xcopy /s /y ..\..\docs_temp\html html

+ 0 - 3
tools/release/snapshot_windows.bat

@@ -21,9 +21,6 @@ svn info svn_info
 echo Exporting files from subversion...
 svn export --non-interactive --native-eol CRLF http://svn.boost.org/svn/boost/branches/release windows
 
-echo Creating release history README.txt...
-lynx -width=72 -dump -nolist -display_charset=utf-8 http://beta.boost.org/users/history/minimal.php >windows\README.txt
-
 echo Copying docs into windows\doc...
 pushd windows\doc
 xcopy /s /y ..\..\docs_temp\html html

粤ICP备19079148号