sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[SM-Commit] BZR Change 18 to devel sorcery by Andrew Stitt <astitt AT sourcemage.org>
- From: bzr AT mail.sourcemage.org
- To: sm-commit AT lists.ibiblio.org
- Subject: [SM-Commit] BZR Change 18 to devel sorcery by Andrew Stitt <astitt AT sourcemage.org>
- Date: Wed, 12 Apr 2006 11:40:04 -0500
------------------------------------------------------------
revno: 18
committer: Andrew Stitt <astitt AT sourcemage.org>
branch nick: devel-hack4
timestamp: Wed 2006-04-12 09:34:02 -0700
message:
fix bug 10682
=== modified file 'ChangeLog'
--- ChangeLog
+++ ChangeLog
@@ -1,6 +1,7 @@
2006-04-12 Andrew Stitt <astitt AT sourcemage.org>
* gaze: fix bug 10144, fix viewing of install queue, patch from
Jaka Kranjc
+ * libdispel: print message if dispel fails, bug 10682
2006-04-08 Andrew Stitt <astitt AT sourcemage.org>
* libdepends: add default_* functions for dependency resolution
=== modified file 'var/lib/sorcery/modules/libdispel'
--- var/lib/sorcery/modules/libdispel
+++ var/lib/sorcery/modules/libdispel
@@ -353,6 +353,14 @@
activity_log "dispel" "$SPELL" "$VERSION" "success"
) &&
reap_depends
+ local rc=$?
+ if [[ "$rc" != 0 ]] ; then
+ message "${PROBLEM_COLOR}Dispel of${DEFAULT_COLOR}" \
+ "${SPELL_COLOR}$SPELL${DEFAULT_COLOR}" \
+ "${PROBLEM_COLOR}failed!${DEFAULT_COLOR}"
+ return $rc
+ fi
+ return 0
}
#---------------------------------------------------------------------
- [SM-Commit] BZR Change 18 to devel sorcery by Andrew Stitt <astitt AT sourcemage.org>, bzr, 04/12/2006
Archive powered by MHonArc 2.6.24.