Skip to Content.
Sympa Menu

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

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 (407b78d45470911166d717d021f634cb428276c8)
  • Date: Sun, 6 Aug 2006 04:55:38 -0500

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

var/lib/quill/ChangeLog | 5 +++++
var/lib/quill/modules/libcore | 2 ++
var/lib/quill/version | 2 +-
3 files changed, 8 insertions(+), 1 deletion(-)

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

Tags and version update

diff --git a/var/lib/quill/ChangeLog b/var/lib/quill/ChangeLog
index 059513c..7ad272c 100644
--- a/var/lib/quill/ChangeLog
+++ b/var/lib/quill/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-06 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * version: another bugfix release 0.1.2, uped to 0.1.3
+ * libcore: a bug reported by lalo, need to create dir first before
touching
+ the file
+
2006-08-05 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* quill: split the sourcing, so parameter parsing occurs earlier
together with ruskie fixed the prompt heisenberg
diff --git a/var/lib/quill/modules/libcore b/var/lib/quill/modules/libcore
index 89b8b18..586320f 100644
--- a/var/lib/quill/modules/libcore
+++ b/var/lib/quill/modules/libcore
@@ -56,6 +56,7 @@ function quill_rc() {
if [[ ! -f ${QUILL_QUILLRC} ]] ||
[[ $QUILL_MODE == reconfigure ]]
then
+ mkdir -p ~/.sourcemage/quill
touch ${QUILL_QUILLRC}
message "${PROBLEM_COLOR}This will create a ${QUILL_QUILLRC} file for
you${DEFAULT_COLOR}"
message "${QUERY_COLOR}Please enter your name for the HISTORY
entry.${DEFAULT_COLOR}"
@@ -66,6 +67,7 @@ function quill_rc() {
read "QUILL_SPELL_DIR"
message "Thank you. Now generating ${QUILL_QUILLRC}"
echo -e
"QUILL_VERSION=\"${QUILL_VERSION}\"\nGURU_NAME=\"${GURU_NAME}\"\nGURU_EMAIL=\"${GURU_EMAIL}\"\nQUILL_SPELL_DIR=\"${QUILL_SPELL_DIR}\""
> ${QUILL_QUILLRC}
+ exit 0
else
. ${QUILL_QUILLRC}
fi
diff --git a/var/lib/quill/version b/var/lib/quill/version
index 17e51c3..b1e80bb 100644
--- a/var/lib/quill/version
+++ b/var/lib/quill/version
@@ -1 +1 @@
-0.1.1
+0.1.3



  • [SM-Commit] GIT changes to master quill by Andra?? Levstik (407b78d45470911166d717d021f634cb428276c8), Andra?? Levstik, 08/06/2006

Archive powered by MHonArc 2.6.24.

Top of Page