Add a new script that can build RPMs in a chroot.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46081 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-05-16 23:26:46 +00:00
parent 6a3fc311ce
commit 44b93c82b3
2 changed files with 63 additions and 0 deletions

View File

@@ -94,6 +94,8 @@ def getTasks(config_env):
cyclopsTask1 = Task([
Job("cyclops.d", "distrib/all/build-deb", ["cyclops", "/work/chroot/dapper", "dapper"], env=config_env),
Job("cyclops.d64", "distrib/all/build-deb", ["cyclops", "/work/chroot/dapper64", "dapper64"], env=config_env),
Job("cyclops.fc6", "distrib/all/build-chrpm",
["cyclops", "/work/chroot/fc6", "fc6", "fc6", "2.4"], env=config_env),
])
cyclopsTask2 = Task([