Build and distrib tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -36,6 +36,7 @@ if [ $skipwin != yes ]; then
|
|||||||
echo "Fetching the results..."
|
echo "Fetching the results..."
|
||||||
scp "$WIN_HOST:$WIN_BUILD/wxPython*-win32*" $STAGING_DIR
|
scp "$WIN_HOST:$WIN_BUILD/wxPython*-win32*" $STAGING_DIR
|
||||||
ssh $WIN_HOST "rm $WIN_BUILD/wxPython*-win32*"
|
ssh $WIN_HOST "rm $WIN_BUILD/wxPython*-win32*"
|
||||||
|
ssh $WIN_HOST "rm -rf $WIN_BUILD/*"
|
||||||
|
|
||||||
echo "Done!"
|
echo "Done!"
|
||||||
fi
|
fi
|
@@ -164,7 +164,7 @@ cd $DESTDIR
|
|||||||
|
|
||||||
if [ $SKIPCLEAN != yes ]; then
|
if [ $SKIPCLEAN != yes ]; then
|
||||||
echo "Cleaning up..."
|
echo "Cleaning up..."
|
||||||
rm -r $WXDIR || true
|
rm -fr $WXDIR || true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "-=-=-=- Goodbye! -=-=-=-"
|
echo "-=-=-=- Goodbye! -=-=-=-"
|
||||||
|
@@ -229,7 +229,7 @@ class TaskRunner(object):
|
|||||||
if job and job.finished():
|
if job and job.finished():
|
||||||
if job.returnCode() != 0:
|
if job.returnCode() != 0:
|
||||||
rc = job.returnCode()
|
rc = job.returnCode()
|
||||||
print "JOB RETURNED FAILURE CODE! (%d)" % rc
|
print "'%s' JOB RETURNED FAILURE CODE! (%d)" % (job.label, rc)
|
||||||
self.rc = rc
|
self.rc = rc
|
||||||
self.stopAllJobs()
|
self.stopAllJobs()
|
||||||
return rc
|
return rc
|
||||||
|
@@ -202,6 +202,8 @@ Type: files; Name: "{app}\%(PKGDIR)s\wx\lib\analogclock\*.pyc";
|
|||||||
Type: files; Name: "{app}\%(PKGDIR)s\wx\lib\analogclock\*.pyo";
|
Type: files; Name: "{app}\%(PKGDIR)s\wx\lib\analogclock\*.pyo";
|
||||||
Type: files; Name: "{app}\%(PKGDIR)s\wx\lib\analogclock\lib_setup\*.pyc";
|
Type: files; Name: "{app}\%(PKGDIR)s\wx\lib\analogclock\lib_setup\*.pyc";
|
||||||
Type: files; Name: "{app}\%(PKGDIR)s\wx\lib\analogclock\lib_setup\*.pyo";
|
Type: files; Name: "{app}\%(PKGDIR)s\wx\lib\analogclock\lib_setup\*.pyo";
|
||||||
|
Type: files; Name: "{app}\%(PKGDIR)s\wx\lib\art\*.pyc";
|
||||||
|
Type: files; Name: "{app}\%(PKGDIR)s\wx\lib\art\*.pyo";
|
||||||
Type: files; Name: "{app}\%(PKGDIR)s\wx\lib\colourchooser\*.pyc";
|
Type: files; Name: "{app}\%(PKGDIR)s\wx\lib\colourchooser\*.pyc";
|
||||||
Type: files; Name: "{app}\%(PKGDIR)s\wx\lib\colourchooser\*.pyo";
|
Type: files; Name: "{app}\%(PKGDIR)s\wx\lib\colourchooser\*.pyo";
|
||||||
Type: files; Name: "{app}\%(PKGDIR)s\wx\lib\editor\*.pyc";
|
Type: files; Name: "{app}\%(PKGDIR)s\wx\lib\editor\*.pyc";
|
||||||
|
Reference in New Issue
Block a user