Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 5502] New: url_rsync has problems if using a path in the module

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 5502] New: url_rsync has problems if using a path in the module
  • Date: Fri, 9 Jan 2004 13:48:54 -0500

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

Summary: url_rsync has problems if using a path in the module
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 have an rsync mirror for my local machines of SMGL, but all of the grimoires
are under ::sourcemage/<grimoire>, url_rsync does not like this:

# scribe add games from rsync://sandall.us::sourcemage/games
Adding grimoire games from rsync://sandall.us::sourcemage/games
Running rsync...
Welcome to Sandalle's rsync server!



Currently I only offer my custom grimoire for Source Mage GNU/Linux
(http://www.sourcemage.org/).






receiving file list ...
1032 files to consider
mkdir "/var/lib/sorcery/codex/sourcemage/games" failed: No such file or
directory
rsync error: error in file IO (code 11) at main.c(327)
/usr/sbin/scribe: line 700: /var/lib/sorcery/codex/games/codex.index: No such
file or directory
find: /var/lib/sorcery/codex/games: No such file or directory
/usr/sbin/scribe: line 702: /var/lib/sorcery/codex/games/provides.index: No
such
file or directory
Grimoire "games" successfully added to your codex.

This is because url_rsync is setting the DEST to the last part of the URL,
sourcemage/games as the grimoire name, rather than the name I specified with
`scribe add games ...`, as it should, correct?



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



  • [SM-Sorcery-Bugs] [Bug 5502] New: url_rsync has problems if using a path in the module, bugzilla-daemon, 01/09/2004

Archive powered by MHonArc 2.6.24.

Top of Page