Magellan Linux

Diff of /branches/mage-next/src/smage2.sh

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

revision 880 by niro, Mon Jun 29 18:53:00 2009 UTC revision 883 by niro, Mon Jun 29 19:17:22 2009 UTC
# Line 188  download_sources() Line 188  download_sources()
188   --tries 3 \   --tries 3 \
189   --continue \   --continue \
190   --progress bar \   --progress bar \
191   --directory-prefix="${my_SOURCEDIR}" \   --output-document="${my_SOURCEDIR}/$(basename ${my_SRC_URI_MIRROR})" \
192   "${my_SRC_URI_MIRROR}"   "${my_SRC_URI_MIRROR}"
193   if [[ $? = 0 ]]   if [[ $? = 0 ]]
194   then   then
# Line 212  download_sources() Line 212  download_sources()
212   --tries 3 \   --tries 3 \
213   --continue \   --continue \
214   --progress bar \   --progress bar \
215   --directory-prefix="${my_SOURCEDIR}" \   --output-document="${my_SOURCEDIR}/$(basename ${my_SRC_URI_MIRROR})" \
216   "${my_SRC_URI_MIRROR}"   "${my_SRC_URI_MIRROR}"
217   if [[ $? = 0 ]]   if [[ $? = 0 ]]
218   then   then
# Line 236  download_sources() Line 236  download_sources()
236   --tries 3 \   --tries 3 \
237   --continue \   --continue \
238   --progress bar \   --progress bar \
239   --directory-prefix="${my_SOURCEDIR}" \   --output-document="${my_SOURCEDIR}/$(basename ${my_SRC_URI_MIRROR})" \
240   "${my_SRC_URI_MIRROR}"   "${my_SRC_URI_MIRROR}"
241   if [[ $? = 0 ]]   if [[ $? = 0 ]]
242   then   then
# Line 260  download_sources() Line 260  download_sources()
260   --tries 3 \   --tries 3 \
261   --continue \   --continue \
262   --progress bar \   --progress bar \
263   --directory-prefix="${my_SOURCEDIR}" \   --output-document="${my_SOURCEDIR}/$(basename ${my_SRC_URI_MIRROR})" \
264   "${my_SRC_URI_MIRROR}"   "${my_SRC_URI_MIRROR}"
265   if [[ $? = 0 ]]   if [[ $? = 0 ]]
266   then   then
# Line 284  download_sources() Line 284  download_sources()
284   --tries 3 \   --tries 3 \
285   --continue \   --continue \
286   --progress bar \   --progress bar \
287   --directory-prefix="${my_SOURCEDIR}" \   --output-document="${my_SOURCEDIR}/$(basename ${my_SRC_URI_MIRROR})" \
288   "${my_SRC_URI_MIRROR}"   "${my_SRC_URI_MIRROR}"
289   if [[ $? = 0 ]]   if [[ $? = 0 ]]
290   then   then
# Line 303  download_sources() Line 303  download_sources()
303   --tries 3 \   --tries 3 \
304   --continue \   --continue \
305   --progress bar \   --progress bar \
306   --directory-prefix="${my_SOURCEDIR}" \   --output-document="${my_SOURCEDIR}/$(basename ${my_SRC_URI})" \
307   "${my_SRC_URI}"   "${my_SRC_URI}"
308   fi   fi
309   fi   fi

Legend:
Removed from v.880  
changed lines
  Added in v.883