Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (0f5ee4c486741ca954a3c804aebe0d945fa83271)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (0f5ee4c486741ca954a3c804aebe0d945fa83271)
  • Date: Sat, 6 Sep 2008 09:15:51 -0500

GIT changes to master sorcery by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 2 ++
var/lib/sorcery/modules/libgpg | 3 +++
2 files changed, 5 insertions(+)

New commits:
commit 0f5ee4c486741ca954a3c804aebe0d945fa83271
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

libgpg: added another message suggesting to update sorcery-pubkeys if
things go wrong; it is displayed if the spell needs an update #13752

diff --git a/ChangeLog b/ChangeLog
index 0d449ce..f5d205b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@
* api2: improve the VOYEUR=off experience by printing some messages
unconditionally to give a better progress indicator
* sorcery, sorcery.8: added -rr|rebuild-reconfigure #12858
+ * libgpg: added another message suggesting to update sorcery-pubkeys
if
+ things go wrong; it is displayed if the spell needs an update #13752

2008-09-05 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* *: added more locking calls #7917
diff --git a/var/lib/sorcery/modules/libgpg b/var/lib/sorcery/modules/libgpg
index 7fef812..e02e4bc 100755
--- a/var/lib/sorcery/modules/libgpg
+++ b/var/lib/sorcery/modules/libgpg
@@ -303,6 +303,9 @@ function gpg_user_query() {
message "${MESSAGE_COLOR}gpg verification is disabled${DEFAULT_COLOR}"
else
message "${PROBLEM_COLOR}Failure to verify gpg signature${DEFAULT_COLOR}"
+ if does_spell_need_update sorcery-pubkeys; then
+ message "It looks like casting sorcery-pubkeys may help."
+ fi
case "$3" in
grimoire)
if list_find "$GPG_GRIMOIRE_LIST" $2 > /dev/null 2>&1 ; then



  • [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (0f5ee4c486741ca954a3c804aebe0d945fa83271), Jaka Kranjc, 09/06/2008

Archive powered by MHonArc 2.6.24.

Top of Page