Skip to Content.
Sympa Menu

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

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 (2b2ebded3d0f60cae52a2597485e589862f11ec7)
  • Date: Thu, 13 Sep 2007 05:01:54 -0500

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

usr/bin/quill | 2 +-
var/lib/quill/ChangeLog | 5 +++++
var/lib/quill/modules/libcore | 2 +-
var/lib/quill/version | 2 +-
4 files changed, 8 insertions(+), 3 deletions(-)

New commits:
commit 2b2ebded3d0f60cae52a2597485e589862f11ec7
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

* libcore: pass -E to sudo, newer versions need it to preserve the env
* quill: bump the config version
* version: 0.2.8

diff --git a/usr/bin/quill b/usr/bin/quill
index 14eff40..5bb57d9 100755
--- a/usr/bin/quill
+++ b/usr/bin/quill
@@ -38,7 +38,7 @@ QUILL_SPELL_DIR=~/.sourcemage/spells
QUILL_TMP_DIR=~/.sourcemage/tmp
QUILL_LIB_DIR=/var/lib/quill
QUILL_MODULES=$QUILL_LIB_DIR/modules
-QUILL_OUR_CONFIG_VERSION=1
+QUILL_OUR_CONFIG_VERSION=2
QUILL_CONFIG_VERSION=$QUILL_OUR_CONFIG_VERSION

#---
diff --git a/var/lib/quill/ChangeLog b/var/lib/quill/ChangeLog
index 86c0612..5fc0de8 100644
--- a/var/lib/quill/ChangeLog
+++ b/var/lib/quill/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-13 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * libcore: pass -E to sudo, newer versions need it to preserve the env
+ * quill: bump the config version
+ * version: 0.2.8
+
2007-09-01 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* libhistory: simplified HISTORY addition and added a fallback for
those
broken perlcpan spells
diff --git a/var/lib/quill/modules/libcore b/var/lib/quill/modules/libcore
index 598ad71..e831414 100644
--- a/var/lib/quill/modules/libcore
+++ b/var/lib/quill/modules/libcore
@@ -104,7 +104,7 @@ function quill_rc() {
if query "Do you want to use sudo where possible?" $saved; then
# we need the bash since we call multiple commands at a time
# and sudo doesn't like just sudo -c "ls; ls; ls"
- QUILL_SUDO="sudo bash"
+ QUILL_SUDO="sudo -E bash"
else
QUILL_SUDO="su"
fi
diff --git a/var/lib/quill/version b/var/lib/quill/version
index 3278ff9..a45be46 100644
--- a/var/lib/quill/version
+++ b/var/lib/quill/version
@@ -1 +1 @@
-0.2.8-rc9
+0.2.8



  • [SM-Commit] GIT changes to master quill by Jaka Kranjc (2b2ebded3d0f60cae52a2597485e589862f11ec7), Jaka Kranjc, 09/13/2007

Archive powered by MHonArc 2.6.24.

Top of Page