Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 13461] New: gpg_verify_grimoire() doesn't like versioned grimoire names

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 13461] New: gpg_verify_grimoire() doesn't like versioned grimoire names
  • Date: 26 Jan 2007 04:26:21 -0000

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

Summary: gpg_verify_grimoire() doesn't like versioned grimoire
names
Product: Sorcery
Version: Untargetted future release
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: Scribe
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: jblosser-smgl AT firinn.org
OtherBugsDependingO 11809
nThis:


gpg_verify_grimoire() in libgpg takes 4 args, the third of which is:

## @param (optional) grimoire branch, if derive it from the filename with
## ${SOURCE%%*.}

This causes issues for grimoires with filenames like 'stable-0.4.tar.bz2'.

I'm not sure why we are deriving it this way when scribe at least has a name
available as $grim_name; this is actually circular as is, since we do:

SOURCE = grim_target = $grim_name.tar.bz2
...
$branch = ${SOURCE%%*.}

The patch is one line in scribe but I can attach it if you want.

--
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.



  • [SM-Sorcery-Bugs] [Bug 13461] New: gpg_verify_grimoire() doesn't like versioned grimoire names, bugzilla-daemon, 01/25/2007

Archive powered by MHonArc 2.6.24.

Top of Page