--- trunk/mage-buildserver/buildserver-prepare.sh 2014/08/28 09:43:36 2794 +++ trunk/mage-buildserver/buildserver-prepare.sh 2014/08/28 09:44:47 2795 @@ -25,7 +25,7 @@ # create buildroot layout install -d ${BUILDROOT}/.stamps install -d ${BUILDROOT}/ssh -for arch in ${BUILD_ARCH[*]} src +for arch in $(enum-build-arch-types) do install -d ${BUILDROOT}/${arch} install -d ${BUILDROOT}/mage-tree/${arch} @@ -37,7 +37,7 @@ # # arch specific # -for arch in src ${BUILD_ARCH[*]} +for arch in $(enum-all-arch-types) do if [ ! -f ${BUILDROOT}/.stamps/${arch}_bootstrap-ok ] then @@ -56,7 +56,7 @@ # create initial mage-tree for all arches ${BUILDSERVER_LIB_DIR}/buildserver-setup-mage-tree.sh -for arch in src ${BUILD_ARCH[*]} +for arch in $(enum-all-arch-types) do # honor any proxy settings :> ${BUILDROOT}/${arch}/etc/env.d/01proxy