Update to latest SIP dev snapshot, and remove the BLACK hack that is no longer needed.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2011-10-24 21:48:30 +00:00
parent 766baba0a6
commit f2864fdc05
5 changed files with 12 additions and 19 deletions

View File

@@ -35,8 +35,9 @@ echo ""
echo "The MD5:"
$PYTHON mymd5.py sip-$SIPVER-win32.exe
echo ""
echo "Now bzip2 the new sip binary and then scp it to "
echo " robind@riobu.com:/home/robind/domains/wxpython.org/htdocs/tools"
echo "If ready to upload then do these commands now:"
echo " bzip2 $MYBINDIR/sip-$SIPVER-win32.exe"
echo " scp $MYBINDIR/sip-$SIPVER-win32.exe.bz2 robind@riobu.com:/home/robind/domains/wxpython.org/htdocs/tools"
## Reset the *_RELEASE flags to use debug options so the sip executable

View File

@@ -42,8 +42,9 @@ echo ""
echo "The MD5:"
$PYTHON mymd5.py sip-$SIPVER-$PLATFORM
echo ""
echo "Now bzip2 the new sip binary and then scp it to "
echo " robind@riobu.com:/home/robind/domains/wxpython.org/htdocs/tools"
echo "If ready to upload then do these commands now:"
echo " bzip2 $MYBINDIR/sip-$SIPVER-$PLATFORM"
echo " scp $MYBINDIR/sip-$SIPVER-$PLATFORM.bz2 robind@riobu.com:/home/robind/domains/wxpython.org/htdocs/tools"