Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 5501] New: url_rsync should check for "sourcemage.org" not "sourcemage"

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 5501] New: url_rsync should check for "sourcemage.org" not "sourcemage"
  • Date: Fri, 9 Jan 2004 13:45:52 -0500

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

Summary: url_rsync should check for "sourcemage.org" not
"sourcemage"
Product: Sorcery
Version: Devel
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Scribe
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: eric AT sandall.us


I setup a local mirror on my server, then tried to add a grimoire from it and
received:

# scribe add games from rsync://sandall.us::sourcemage/games
Adding grimoire games from rsync://sandall.us::sourcemage/games
Not an available rsync package (test | stable | games | z-rejected), try
again.
GRIMOIRE NOT FOUND

This is from url_sync:75:
if echo $URL | grep -q sourcemage; then

if we instead change that line to read:
if echo $URL | grep -q www.sourcemage.org; then

It then works.



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



  • [SM-Sorcery-Bugs] [Bug 5501] New: url_rsync should check for "sourcemage.org" not "sourcemage", bugzilla-daemon, 01/09/2004

Archive powered by MHonArc 2.6.24.

Top of Page