Add build for Ubuntu Feisty
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44998 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -89,7 +89,8 @@ def getTasks(config_env):
|
|||||||
])
|
])
|
||||||
|
|
||||||
xavierTask = Task([
|
xavierTask = Task([
|
||||||
Job("xavier", "distrib/all/build-deb", ["xavier", "/work/chroot/dapper", "dapper"], env=config_env),
|
Job("xavier.d", "distrib/all/build-deb", ["xavier", "/work/chroot/dapper", "dapper"], env=config_env),
|
||||||
|
Job("xavier.f", "distrib/all/build-deb", ["xavier", "/work/chroot/feisty", "feisty"], env=config_env),
|
||||||
])
|
])
|
||||||
|
|
||||||
buildTasks = [ #jaguarTask,
|
buildTasks = [ #jaguarTask,
|
||||||
|
@@ -37,7 +37,7 @@ if [ $skipdeb != yes ]; then
|
|||||||
scp $STAGING_DIR/wxPython-src* distrib/all/do-build-deb \
|
scp $STAGING_DIR/wxPython-src* distrib/all/do-build-deb \
|
||||||
root@$host:$chRootRoot/$LINUX_BUILD
|
root@$host:$chRootRoot/$LINUX_BUILD
|
||||||
|
|
||||||
ssh root@$host "dchroot --chroot $chRootName --directory $LINUX_BUILD \"do-build-deb $VERSION $VER2\""
|
ssh root@$host "dchroot --chroot $chRootName --directory $LINUX_BUILD \"./do-build-deb $VERSION $VER2\""
|
||||||
|
|
||||||
echo "Fetching the results..."
|
echo "Fetching the results..."
|
||||||
mkdir -p $STAGING_DIR/$chRootName
|
mkdir -p $STAGING_DIR/$chRootName
|
||||||
|
Reference in New Issue
Block a user