Magellan Linux

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

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

revision 2859 by niro, Wed Feb 11 12:35:17 2015 UTC revision 2860 by niro, Wed Feb 11 12:36:56 2015 UTC
# Line 95  do Line 95  do
95   fi   fi
96    
97   # update-ca-certificates   # update-ca-certificates
98   runarch "${arch}" update-ca-certificates # no die here, cmd may missing   if [ -x ${BUILDROOT}/${arch}/usr/sbin/update-ca-certificates ]
99     then
100     runarch "${arch}" update-ca-certificates # no die here, cmd may missing
101     fi
102    
103   # create list of protected packages   # create list of protected packages
104   echo "BUILDSERVER_CACHE_DIR=\"${BUILDSERVER_CACHE_DIR}\"" > ${BUILDROOT}/${arch}/.runrc   echo "BUILDSERVER_CACHE_DIR=\"${BUILDSERVER_CACHE_DIR}\"" > ${BUILDROOT}/${arch}/.runrc

Legend:
Removed from v.2859  
changed lines
  Added in v.2860