Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 8322] Sorcery should allow modification of the install queue from CLI

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 8322] Sorcery should allow modification of the install queue from CLI
  • Date: Fri, 25 Feb 2005 23:05:52 -0800 (PST)

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





------- Additional Comments From acedit AT armory.com 2005-02-25 23:05 -------
Sounds reasonable, would an edit-queue type function work?

Seth if you want to hack this in to devel, be my guest.

add would be
grep -q "\<$spell\>" $queue || echo $spell >> $queue

remove would be
grep -v "\<$spell\>" $queue > $TMP_DIR/queue
mv $TMP_DIR/queue $queue

Be sure to add lock_transaction code around it though.

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