Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master quill by Andra?? Levstik (bd3acb8492818ac7ea717cbeda3109eb21053f08)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andra?? Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master quill by Andra?? Levstik (bd3acb8492818ac7ea717cbeda3109eb21053f08)
  • Date: Sat, 17 Feb 2007 08:46:50 -0600

GIT changes to master quill by Andra?? Levstik <ruskie AT mages.ath.cx>:

var/lib/quill/ChangeLog | 2 +-
var/lib/quill/modules/libcore | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit bd3acb8492818ac7ea717cbeda3109eb21053f08
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

minor fix

diff --git a/var/lib/quill/ChangeLog b/var/lib/quill/ChangeLog
index f9e4d24..c6fd918 100644
--- a/var/lib/quill/ChangeLog
+++ b/var/lib/quill/ChangeLog
@@ -1,5 +1,5 @@
2007-02-17 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
- * libcore: added GURU_GPGKEY to quillrc
+ * libcore: added GURU_GPGKEY to quillrc, minor fix
* quill: respect quillrc

2007-02-12 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
diff --git a/var/lib/quill/modules/libcore b/var/lib/quill/modules/libcore
index 4886b82..b0a370d 100644
--- a/var/lib/quill/modules/libcore
+++ b/var/lib/quill/modules/libcore
@@ -94,7 +94,7 @@ function quill_rc() {
QUILL_SUDO="su"
fi
if query "Do you use guru GPG signatures?" n ; then
- query_list "${QUERY_COLOR}Please select one of the following keys as
the guru signing key${DEFAULT_COLOR}" GURU_GPGKEY "" $(gpg -K | sed -n "/sec/
s,sec\s*[^/]*/\(\S*\)\s.*$,\1,p")
+ query_list "${QUERY_COLOR}Please select one of the following keys as
the guru signing key${DEFAULT_COLOR}" GURU_GPGKEY "" $(gpg -K | sed -n
"/^sec/ s,^sec\s*[^/]*/\(\S*\)\s.*$,\1,p")
fi
message "Thank you. Now generating ${QUILL_QUILLRC}"
cat << QUA > $QUILL_QUILLRC



  • [SM-Commit] GIT changes to master quill by Andra?? Levstik (bd3acb8492818ac7ea717cbeda3109eb21053f08), Andra?? Levstik, 02/17/2007

Archive powered by MHonArc 2.6.24.

Top of Page