Magellan Linux

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

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

revision 2727 by niro, Thu Feb 6 13:07:22 2014 UTC revision 2728 by niro, Sun Aug 10 19:32:13 2014 UTC
# Line 73  do Line 73  do
73   echo "Warning: subversion already installed for arch '${arch}'"   echo "Warning: subversion already installed for arch '${arch}'"
74   fi   fi
75    
76     # install openssh
77     if [ ! -f ${BUILDROOT}/.stamps/${arch}_openssh-ok ]
78     then
79     runarch "${arch}" mage install openssh || die "${arch} install openssh"
80     touch ${BUILDROOT}/.stamps/${arch}_openssh-ok
81     else
82     echo "Warning: openssh already installed for arch '${arch}'"
83     fi
84    
85   if [[ ${arch} != src ]]   if [[ ${arch} != src ]]
86   then   then
87   if [ ! -f ${BUILDROOT}/.stamps/${arch}_common-devutils-ok ]   if [ ! -f ${BUILDROOT}/.stamps/${arch}_common-devutils-ok ]

Legend:
Removed from v.2727  
changed lines
  Added in v.2728