wxWidgets/wxPython/distrib/all
2005-06-05 04:51:51 +00:00
..
build-all reorder jobs and some cleanup 2005-05-12 18:41:16 +00:00
build-docs
build-finalize fix email message 2005-04-06 04:36:10 +00:00
build-osx Build and distrib changes and etc. for 2.6.1.0 2005-06-05 04:51:51 +00:00
build-rpm Build and distrib changes and etc. for 2.6.1.0 2005-06-05 04:51:51 +00:00
build-setup
build-sources A few build tweaks 2005-05-09 23:22:38 +00:00
build-windows Build and distrib changes and etc. for 2.6.1.0 2005-06-05 04:51:51 +00:00
daily
do-build-osx Be able to build with Pythons other than the System version. 2005-04-02 03:46:18 +00:00
do-build-rpm
do-build-windows reorder jobs and some cleanup 2005-05-12 18:41:16 +00:00
dryrun
README.txt
release
subprocess.py
taskrunner.py

The collection of scripts in this directory are an attempt to fully
automate the build of the wxPython source and binary packages on all
build platforms.  It does this through creative use of ssh and scp
commands to the remote build machines, so this will likely only work
in my somewhat unique environment.

The goal here is to be able to start a build on one machine and have
it take care of all the steps, including moving the source tarball to
the other build machines, initiating the build there, and collecting
the results.  Depending on the type of build, (see below) the results
may be copied to a public server for others to play with.

Types of builds:

      dryrun
		Nothing extra is done with the build, this is just for
		my own testing.  

      daily 
		The version number is temporarily adjusted to include a
		datestamp, and if the build is successful the results
		are copied to a daily build folder on starship.

      release
		The results are uploaded to the previews foler on
		starship if the build is successful.


The master script in this folder is build-all (written in Python)
which will setup and control the whole process.  The other scripts
(using bash) are launched from build-all either to do specific tasks
locally, or to run on each individual build machine to manage the
build process there, usually by calling out to other scripts that
already exist.  The build-all script uses the taskrunner.py and
subprocess Python modules.