Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master quill by Jaka Kranjc (95ac71ae5467ae3cf40386a3bed2c28d6a71964c)

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 quill by Jaka Kranjc (95ac71ae5467ae3cf40386a3bed2c28d6a71964c)
  • Date: Mon, 5 Nov 2007 14:26:25 -0600

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

var/lib/quill/ChangeLog | 5 +++++
var/lib/quill/modules/libcopy | 2 ++
var/lib/quill/modules/libgpg | 4 ++--
var/lib/quill/version | 2 +-
4 files changed, 10 insertions(+), 3 deletions(-)

New commits:
commit 95ac71ae5467ae3cf40386a3bed2c28d6a71964c
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

* libgpg: fixed the new coloring
* libcopy: fixed scribe reindexing

diff --git a/var/lib/quill/ChangeLog b/var/lib/quill/ChangeLog
index ccf361e..8d20aa0 100644
--- a/var/lib/quill/ChangeLog
+++ b/var/lib/quill/ChangeLog
@@ -1,4 +1,9 @@
2007-11-05 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * libgpg: fixed the new coloring
+ * libcopy: fixed scribe reindexing
+ * version: 0.2.9-rc7
+
+2007-11-05 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* quill: fixed typo
* libcompat, quill: moved compatibility overrides to a separate file
* libhistory: don't mention HISTORY when adding it
diff --git a/var/lib/quill/modules/libcopy b/var/lib/quill/modules/libcopy
index 164bb4d..24eb351 100644
--- a/var/lib/quill/modules/libcopy
+++ b/var/lib/quill/modules/libcopy
@@ -220,11 +220,13 @@ function quill_final_put_in_grimoire() {
if [[ $? == 1 ]]; then
error_msg "Permission problems, trying as root ..."
export quill_grim_name quill_sect_name QUILL_SPELL_DIR SPELL_NAME
+ export QUILL_SUDO
$QUILL_SUDO -c "$(declare -f quill_final_put_in_grimoire_sub); \
quill_final_put_in_grimoire_sub $reindex"
fi
else
export quill_grim_name quill_sect_name QUILL_SPELL_DIR SPELL_NAME
+ export QUILL_SUDO
$QUILL_SUDO -c "$(declare -f quill_final_put_in_grimoire_sub); \
quill_final_put_in_grimoire_sub $reindex"
fi
diff --git a/var/lib/quill/modules/libgpg b/var/lib/quill/modules/libgpg
index bc9fd4c..f4ae8b3 100644
--- a/var/lib/quill/modules/libgpg
+++ b/var/lib/quill/modules/libgpg
@@ -392,9 +392,9 @@ function remove_old_sigs()
files="$files $(compgen -G "*$version*.asc" | tr '\n' ' ')"
files="$files $(compgen -G "*$version*.sign" | tr '\n' ' ')"
if [[ $files != " " ]]; then
- echo -n $QUERY_COLOR
+ echo -ne $QUERY_COLOR
rm -i $files
- echo -n $DEFAULT_COLOR
+ echo -ne $DEFAULT_COLOR
fi
fi

diff --git a/var/lib/quill/version b/var/lib/quill/version
index 298dbab..397e244 100644
--- a/var/lib/quill/version
+++ b/var/lib/quill/version
@@ -1 +1 @@
-0.2.9-rc6
+0.2.9-rc7



  • [SM-Commit] GIT changes to master quill by Jaka Kranjc (95ac71ae5467ae3cf40386a3bed2c28d6a71964c), Jaka Kranjc, 11/05/2007

Archive powered by MHonArc 2.6.24.

Top of Page