Magellan Linux

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

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

revision 2794 by niro, Thu Aug 28 09:43:36 2014 UTC revision 2795 by niro, Thu Aug 28 09:44:47 2014 UTC
# Line 25  fi Line 25  fi
25  # create buildroot layout  # create buildroot layout
26  install -d ${BUILDROOT}/.stamps  install -d ${BUILDROOT}/.stamps
27  install -d ${BUILDROOT}/ssh  install -d ${BUILDROOT}/ssh
28  for arch in ${BUILD_ARCH[*]} src  for arch in $(enum-build-arch-types)
29  do  do
30   install -d ${BUILDROOT}/${arch}   install -d ${BUILDROOT}/${arch}
31   install -d ${BUILDROOT}/mage-tree/${arch}   install -d ${BUILDROOT}/mage-tree/${arch}
# Line 37  done Line 37  done
37  #  #
38  # arch specific  # arch specific
39  #  #
40  for arch in src ${BUILD_ARCH[*]}  for arch in $(enum-all-arch-types)
41  do  do
42   if [ ! -f ${BUILDROOT}/.stamps/${arch}_bootstrap-ok ]   if [ ! -f ${BUILDROOT}/.stamps/${arch}_bootstrap-ok ]
43   then   then
# Line 56  done Line 56  done
56  # create initial mage-tree for all arches  # create initial mage-tree for all arches
57  ${BUILDSERVER_LIB_DIR}/buildserver-setup-mage-tree.sh  ${BUILDSERVER_LIB_DIR}/buildserver-setup-mage-tree.sh
58    
59  for arch in src ${BUILD_ARCH[*]}  for arch in $(enum-all-arch-types)
60  do  do
61   # honor any proxy settings   # honor any proxy settings
62   :> ${BUILDROOT}/${arch}/etc/env.d/01proxy   :> ${BUILDROOT}/${arch}/etc/env.d/01proxy

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