Magellan Linux

Diff of /trunk/mage-buildserver/buildserver-prepare.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2795 by niro, Thu Aug 28 09:44:47 2014 UTC revision 2859 by niro, Wed Feb 11 12:35:17 2015 UTC
# Line 7  source ${BUILDSERVER_CONFIG_DIR}/buildse Line 7  source ${BUILDSERVER_CONFIG_DIR}/buildse
7    
8  source ${BUILDSERVER_LIB_DIR}/buildserver-functions.sh  source ${BUILDSERVER_LIB_DIR}/buildserver-functions.sh
9    
10  ALL_ARCH_PACKAGES=( subversion openssh )  NON_SRC_ARCH_PACKAGES+=( "${BOOTSTRAP_DEVUTILS}" )
 NON_SRC_ARCH_PACKAGES=( "${BOOTSTRAP_DEVUTILS}" ccache python scanelf )  
11    
12  # fallback  # fallback
13  if [[ -z ${MAGE_PROFILE} ]]  if [[ -z ${MAGE_PROFILE} ]]
# Line 25  fi Line 24  fi
24  # create buildroot layout  # create buildroot layout
25  install -d ${BUILDROOT}/.stamps  install -d ${BUILDROOT}/.stamps
26  install -d ${BUILDROOT}/ssh  install -d ${BUILDROOT}/ssh
27  for arch in $(enum-build-arch-types)  for arch in $(enum-all-arch-types)
28  do  do
29   install -d ${BUILDROOT}/${arch}   install -d ${BUILDROOT}/${arch}
30   install -d ${BUILDROOT}/mage-tree/${arch}   install -d ${BUILDROOT}/mage-tree/${arch}
31   install -d ${BUILDROOT}/packages/${arch}   install -d ${BUILDROOT}/packages/${arch}
32   install -d ${BUILDROOT}/meta/${arch}   install -d ${BUILDROOT}/meta/${arch}
33   install -d ${BUILDROOT}/build-info/${arch}   install -d ${BUILDROOT}/build-info/${arch}
34     install -d ${BUILDROOT}/log/smage/${arch}
35  done  done
36    
37  #  #

Legend:
Removed from v.2795  
changed lines
  Added in v.2859