Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] BZR Change 11 to test sorcery by Andrew Stitt <astitt@sourcemage.org>

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: bzr AT mail.sourcemage.org
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] BZR Change 11 to test sorcery by Andrew Stitt <astitt AT sourcemage.org>
  • Date: Wed, 12 Apr 2006 11:30:05 -0500

------------------------------------------------------------
revno: 11
committer: Andrew Stitt <astitt AT sourcemage.org>
branch nick: test
timestamp: Wed 2006-04-12 09:25:46 -0700
message:
fix bug 10144

=== modified file 'ChangeLog'
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,7 @@
+2006-04-12 Andrew Stitt <astitt AT sourcemage.org>
+ * gaze: fix bug 10144, fix viewing of install queue, patch from
+ Jaka Kranjc
+
2006-04-08 Andrew Stitt <astitt AT sourcemage.org>
* libdepends: add default_* functions for dependency resolution
phase, bug 10900.

=== modified file 'usr/sbin/gaze'
--- usr/sbin/gaze
+++ usr/sbin/gaze
@@ -1735,7 +1735,12 @@

pam) find_pam_aware ;;

- install-queue) display $INSTALL_QUEUE "Install queue does not exist" ;;
+ install-queue) if [[ -s $INSTALL_QUEUE ]]; then
+ $PAGER $INSTALL_QUEUE
+ else
+ message "Install queue does not exist or is empty"
+ fi
+ ;;

remove-queue) display $REMOVE_QUEUE "Remove queue does not exist" ;;





  • [SM-Commit] BZR Change 11 to test sorcery by Andrew Stitt <astitt AT sourcemage.org>, bzr, 04/12/2006

Archive powered by MHonArc 2.6.24.

Top of Page