Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 9789] order in which SOURCE_URL is checked needs to be set

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 9789] order in which SOURCE_URL is checked needs to be set
  • Date: Sun, 18 Sep 2005 21:02:11 -0700 (PDT)

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


acedit AT armory.com changed:

What |Removed |Added
----------------------------------------------------------------------------
Version|Untargetted future release |1.13.x




------- Additional Comments From acedit AT armory.com 2005-09-18 21:02 -------
The following is the culprit.

for url in "$url_list"; do
tmp_list=$(echo $url|echo "$tmp_list"|grep -v "$url")
done

This was intended to put the urls specified at the head of the url list (after
expanding urls from mirror lists)

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- 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