Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 4241] New: gaze should write down grimoire too

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 4241] New: gaze should write down grimoire too
  • Date: Wed, 3 Sep 2003 07:52:54 -0400

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

Summary: gaze should write down grimoire too
Product: Sorcery
Version: Devel
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: Gaze
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: hgr AT vabo.cz


1)
with multiple grimoire it could be fine if gaze write down grimoire too

before:
# gaze version openssh
Section Spell Grimoire Version Installed Version
------- ----- ---------------- -----------------
crypto openssh 3.6.1p2 3.6.1p2

after:
# gaze version openssh
Grimoire Section Spell Grimoire Version Installed Version
-------- ------- ----- ---------------- -----------------
test crypto openssh 3.6.1p2 3.6.1p2



________________________________________________________________________________
# diff gaze.orig gaze
859,860c859,860
< echo "Section|Spell|Grimoire Version|Installed Version"
< echo "-------|-----|----------------|-----------------"
---
> echo "Grimoire|Section|Spell|Grimoire Version|Installed Version"
> echo "--------|-------|-----|----------------|-----------------"
866c866
< echo "$SECTION|$SPELL|${VERSION:="-"}|${INSTALLED:="-"}"
---
> echo "$(echo $GRIMOIRE |
> get_basenames)|$SECTION|$SPELL|${VERSION:="-
"}|${INSTALLED:="-"}"
885,886c885,886
< echo "Section|Spell|Grimoire Version|Installed Version"
< echo "-------|-----|----------------|-----------------"
---
> echo "Grimoire|Section|Spell|Grimoire Version|Installed Version"
> echo "--------|-------|-----|----------------|-----------------"
892c892
< echo "$SECTION|$SPELL|${VERSION:="-"}|${INSTALLED:="-"}"
---
> echo "$(echo $GRIMOIRE |
> get_basenames)|$SECTION|$SPELL|${VERSION:="-"}
|${INSTALLED:="-"}"
___________________________________________________



2)
libcodex could export GRIMOIRE and GRIMOIRE_DIRECTORY (same as SPELL,
SECTION,
SCRIPT)
________________________________________________________________________________
# diff -r libcodex.ori libcodex
566c566
< GRIMOIRE=`dirname $SECTION_DIRECTORY`
---
> GRIMOIRE_DIRECTORY=`dirname $SECTION_DIRECTORY`
570a571
> GRIMOIRE=`basename $GRIMOIRE_DIRECTORY`
________________________________________________________________________________


3)
if libcodex was changed, gaze could be easier

before:
echo "$(echo $GRIMOIRE | get_basenames)|$SECTION|$SPELL|${VERSION:="-"}
|${INSTALLED:="-"}"

after:
echo "$GRIMOIRE|$SECTION|$SPELL|${VERSION:="-"}|${INSTALLED:="-"}"



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



  • [SM-Sorcery-Bugs] [Bug 4241] New: gaze should write down grimoire too, bugzilla-daemon, 09/03/2003

Archive powered by MHonArc 2.6.24.

Top of Page