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:
@@ -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([
|
||||
|
Reference in New Issue
Block a user