Magellan Linux

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

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

revision 2793 by niro, Thu Aug 28 09:42:57 2014 UTC revision 2794 by niro, Thu Aug 28 09:43:36 2014 UTC
# Line 58  ${BUILDSERVER_LIB_DIR}/buildserver-setup Line 58  ${BUILDSERVER_LIB_DIR}/buildserver-setup
58    
59  for arch in src ${BUILD_ARCH[*]}  for arch in src ${BUILD_ARCH[*]}
60  do  do
   
  echo "DEBUG: arch='${arch}' BUILD_ARCH[*]='${BUILD_ARCH[*]}'"  
   
61   # honor any proxy settings   # honor any proxy settings
62   :> ${BUILDROOT}/${arch}/etc/env.d/01proxy   :> ${BUILDROOT}/${arch}/etc/env.d/01proxy
63   [[ -n ${http_proxy} ]] && echo "http_proxy=\"${http_proxy}\"" >> ${BUILDROOT}/${arch}/etc/env.d/01proxy   [[ -n ${http_proxy} ]] && echo "http_proxy=\"${http_proxy}\"" >> ${BUILDROOT}/${arch}/etc/env.d/01proxy

Legend:
Removed from v.2793  
changed lines
  Added in v.2794