Magellan Linux

Diff of /trunk/mage-buildserver/helper/buildserver-install.sh

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

revision 2818 by niro, Thu Aug 28 08:25:09 2014 UTC revision 2819 by niro, Mon Sep 8 15:02:40 2014 UTC
# Line 143  fi Line 143  fi
143  # now install the packages (no srcinstall, when the user not explcitly want this)  # now install the packages (no srcinstall, when the user not explcitly want this)
144  fetch_packages ${SRC_INSTALL_DEPS} || die "fetching packages"  fetch_packages ${SRC_INSTALL_DEPS} || die "fetching packages"
145  md5sum_packages ${SRC_INSTALL_DEPS} || die "md5 sum packages"  md5sum_packages ${SRC_INSTALL_DEPS} || die "md5 sum packages"
 unpack_packages ${SRC_INSTALL_DEPS} || die "unpacking packages"  
146  if install_packages ${SRC_INSTALL_DEPS} || die "installing packages"  if install_packages ${SRC_INSTALL_DEPS} || die "installing packages"
147  then  then
148   install_retval=0   install_retval=0

Legend:
Removed from v.2818  
changed lines
  Added in v.2819