Magellan Linux

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

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

revision 2789 by niro, Thu Aug 28 09:34:01 2014 UTC revision 2790 by niro, Thu Aug 28 09:35:46 2014 UTC
# Line 14  fi Line 14  fi
14    
15  # create buildroot layout  # create buildroot layout
16  install -d ${BUILDROOT}/.stamps  install -d ${BUILDROOT}/.stamps
 install -d ${BUILDROOT}/tmp/mage-tree  
17  install -d ${BUILDROOT}/ssh  install -d ${BUILDROOT}/ssh
18  for arch in ${BUILD_ARCH[*]} src  for arch in ${BUILD_ARCH[*]} src
19  do  do
20   install -d ${BUILDROOT}/${arch}   install -d ${BUILDROOT}/${arch}
21     install -d ${BUILDROOT}/mage-tree/${arch}
22   install -d ${BUILDROOT}/packages/${arch}   install -d ${BUILDROOT}/packages/${arch}
23   install -d ${BUILDROOT}/meta/${arch}   install -d ${BUILDROOT}/meta/${arch}
24   install -d ${BUILDROOT}/build-info/${arch}   install -d ${BUILDROOT}/build-info/${arch}

Legend:
Removed from v.2789  
changed lines
  Added in v.2790