echo "Fetching the results..."
scp "$WIN_HOST:$WIN_BUILD/wxPython*-win32*" $STAGING_DIR
ssh $WIN_HOST "rm $WIN_BUILD/wxPython*-win32*"
+ ssh $WIN_HOST "rm -rf $WIN_BUILD/*"
echo "Done!"
fi
\ No newline at end of file
if [ $SKIPCLEAN != yes ]; then
echo "Cleaning up..."
- rm -r $WXDIR || true
+ rm -fr $WXDIR || true
fi
echo "-=-=-=- Goodbye! -=-=-=-"
if job and job.finished():
if job.returnCode() != 0:
rc = job.returnCode()
- print "JOB RETURNED FAILURE CODE! (%d)" % rc
+ print "'%s' JOB RETURNED FAILURE CODE! (%d)" % (job.label, rc)
self.rc = rc
self.stopAllJobs()
return rc
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\*.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\*.pyo";
Type: files; Name: "{app}\%(PKGDIR)s\wx\lib\editor\*.pyc";