Skip to Content.
Sympa Menu

sm-sorcery-bugs - [Sm-Sorcery-Bugs] [Bug 2132] Grimoire Mirror changes to sorcery/etc/sorcery/config

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT metalab.unc.edu
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [Sm-Sorcery-Bugs] [Bug 2132] Grimoire Mirror changes to sorcery/etc/sorcery/config
  • Date: Wed, 8 Jan 2003 22:35:07 -0500

http://bugs.sourcemage.org/show_bug.cgi?id=2132





------- Additional Comments From eric AT lasvegasdata.com 2003-01-08 22:35
-------
Also adding the below to the end of the dowload routine in summon will cause
it to
use the mirrors.

#Get from mirror, if needed

dl_source $SOURCE ${FALLBACK_URL[*]}/${SOURCE}

i=2
ii=SOURCE$i
while [ -n "${!ii}" ]; do
iii="${ii}_URL[*]"

dl_source ${!ii} ${FALLBACK_URL[*]}/${SOURCE}

i=$(($i+1))
ii=SOURCE$i
done






------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page