Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (42777ff22710b116792b7f9ef21782741f3051f3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (42777ff22710b116792b7f9ef21782741f3051f3)
  • Date: Sat, 20 Jan 2007 17:16:18 -0600

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

smgl/quill/DETAILS | 2 +-
smgl/quill/PREPARE | 7 ++++++-
2 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit f3b83467896047aa4b5cdc6f96ff36b1389d0269
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

smgl/quill:

DETAILS: fixed git branch (thanks ruskie)
PREPARE: added message about unstability of quill from git (thanks ruskie
too ;) )

diff --git a/smgl/quill/DETAILS b/smgl/quill/DETAILS
index da51b45..01027a4 100755
--- a/smgl/quill/DETAILS
+++ b/smgl/quill/DETAILS
@@ -9,7 +9,7 @@ then
fi
SOURCE=${SPELL}-git.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-git
-
SOURCE_URL=git://scm.sourcemage.org/smgl/misc/${SPELL}.git:scm-${SPELL}-devel
+ SOURCE_URL=git://scm.sourcemage.org/smgl/misc/${SPELL}.git:${SPELL}-git
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=1
else
diff --git a/smgl/quill/PREPARE b/smgl/quill/PREPARE
index 2bdd95f..94cd56a 100755
--- a/smgl/quill/PREPARE
+++ b/smgl/quill/PREPARE
@@ -1,4 +1,9 @@
-config_query QUILL_GIT "Use git version?" n &&
+message "${SPELL_COLOR} This spell is a development version, bleeding edge
stuff... ${DEFAULT_COLOR}" &&
+message "${SPELL_COLOR} If you feel secure at casting cvs or other cvs-like
sources ${DEFAULT_COLOR}" &&
+message "${SPELL_COLOR} then answer yes to the following question to cast
the ${DEFAULT_COLOR}" &&
+message "${SPELL_COLOR} spell using its git repo ${DEFAULT_COLOR}"
&&
+
+config_query QUILL_GIT "Use git version (maybe very unstable to work)?" n &&

if [[ "$QUILL_GIT" == "y" ]]
then



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (42777ff22710b116792b7f9ef21782741f3051f3), Pol Vinogradov, 01/20/2007

Archive powered by MHonArc 2.6.24.

Top of Page