Add a link to the changes file, move the log file

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29026 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-09-04 18:06:05 +00:00
parent 1e14071910
commit 023a034e0e
7 changed files with 167 additions and 2 deletions

View File

@@ -351,6 +351,7 @@ A new test build of wxPython has been uploaded to starship.
Version: $VERSION
URL: http://starship.python.net/crew/robind/wxPython/daily/$DAILY
Changes: http://starship.python.net/crew/robind/wxPython/daily/$DAILY/CHANGES.html
Have fun!
R'bot
@@ -394,6 +395,7 @@ A new RC build of wxPython has been uploaded to starship.
Version: $VERSION
URL: http://starship.python.net/crew/robind/wxPython/preview/$VERSION
Changes: http://starship.python.net/crew/robind/wxPython/preview/$VERSION/CHANGES.html
Have fun!
R'bot

View File

@@ -1,3 +1,3 @@
#!/bin/bash
distrib/all/build-all daily $* 2>&1 | tee daily.log
distrib/all/build-all daily $* 2>&1 | tee tmp/daily.log

View File

@@ -1,4 +1,4 @@
#!/bin/bash
distrib/all/build-all release $* 2>&1 | tee release.log
distrib/all/build-all release $* 2>&1 | tee tmp/release.log