Magellan Linux

Diff of /trunk/mage/usr/lib/mage/smage2.sh

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

revision 85 by niro, Wed Jun 1 16:10:19 2005 UTC revision 156 by niro, Sat Jul 23 16:34:29 2005 UTC
# Line 4  Line 4 
4  # needs pkgbuild_dir (mage)  # needs pkgbuild_dir (mage)
5    
6  # SMAGE2  # SMAGE2
7  # $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/smage2.sh,v 1.11 2005-06-01 16:10:19 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/smage2.sh,v 1.14 2005-07-23 16:34:29 niro Exp $
8    
9  #01.10.2004  #01.10.2004
10  # added ccache support  # added ccache support
11  # added distcc support  # added distcc support
12    
13  ## setup ##  ## setup ##
14  SMAGEVERSION=0.3.6-r16  SMAGEVERSION=0.3.6-r18
15  PKGSUFFIX="mpk"  PKGSUFFIX="mpk"
16  SMAGENAME="$1"  SMAGENAME="$1"
17  SMAGESUFFIX="smage2"  SMAGESUFFIX="smage2"
# Line 179  download_sources() { Line 179  download_sources() {
179   --progress bar \   --progress bar \
180   --directory-prefix="${my_SOURCEDIR}" \   --directory-prefix="${my_SOURCEDIR}" \
181   "${my_SRC_URI}"   "${my_SRC_URI}"
182   if [ "$?" == "0" ]  # only needed to run through a list of mirrors
183   then  # if [ "$?" == "0" ]
184   break  # then
185   else  # break
186   continue  # else
187   fi  # continue
188    # fi
189   fi   fi
190   fi   fi
191    

Legend:
Removed from v.85  
changed lines
  Added in v.156