diff --git a/wxPython/distrib/all/build-all b/wxPython/distrib/all/build-all index 7b2f5bcdfd..425c9acbd5 100755 --- a/wxPython/distrib/all/build-all +++ b/wxPython/distrib/all/build-all @@ -89,7 +89,8 @@ def getTasks(config_env): ]) 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, diff --git a/wxPython/distrib/all/build-deb b/wxPython/distrib/all/build-deb index c3537bca26..442a53e708 100755 --- a/wxPython/distrib/all/build-deb +++ b/wxPython/distrib/all/build-deb @@ -37,7 +37,7 @@ if [ $skipdeb != yes ]; then scp $STAGING_DIR/wxPython-src* distrib/all/do-build-deb \ 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..." mkdir -p $STAGING_DIR/$chRootName