Depend on 0compile using the feed
commitced52a70ea2b3535d67829c01aa3a35939b7b953
authorThomas Leonard <talex5@gmail.com>
Thu, 28 Feb 2013 09:45:57 +0000 (28 09:45 +0000)
committerThomas Leonard <talex5@gmail.com>
Thu, 28 Feb 2013 10:00:32 +0000 (28 10:00 +0000)
tree3142c7bc744eff8d31aa970bd5d8625e77295be2
parent5917f3dfaabda07e842ad8783390b590b2e6ba73
Depend on 0compile using the feed

We only need 0compile when releasing compiled binaries. The process was:

1. master runs user command on slave, typically "0launch .../0release.xml --build-slave"
2. the 0release build slave runs "0launch .../0compile.xml"

Now, we add a new <command name='build-slave'> with a 0compile dependency. So:

1. master runs user command on slave, typically "0launch --command=build-slave .../0release.xml"

This means we only need to run 0install once.
0release.xml
compile.py
tests/testrelease.py