Magellan Linux

Diff of /trunk/mage-buildserver/buildserver-upload-smage.sh

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

revision 2799 by niro, Thu Aug 28 09:05:38 2014 UTC revision 2800 by niro, Thu Aug 28 11:08:22 2014 UTC
# Line 20  then Line 20  then
20   die "no smage file given. call '$(basename $0) with/relative/path/from/buildroot/svn/smage/to/smagefile'"   die "no smage file given. call '$(basename $0) with/relative/path/from/buildroot/svn/smage/to/smagefile'"
21  fi  fi
22    
23  for arch in ${BUILD_ARCH[*]} src  for arch in $(enum-build-arch-types)
24  do  do
25    
26   echo "SMAGEFILE=\"${SMAGEFILE}\"" > ${BUILDROOT}/${arch}/.runrc   echo "SMAGEFILE=\"${SMAGEFILE}\"" > ${BUILDROOT}/${arch}/.runrc

Legend:
Removed from v.2799  
changed lines
  Added in v.2800