Skip to Content.
Sympa Menu

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

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 (7b85b112e83456a3eef553ae7c84e17f8febee1f)
  • Date: Thu, 3 Aug 2006 14:57:43 -0500

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

usr/bin/quill | 14 +++++++++-----
var/lib/quill/ChangeLog | 3 ++-
2 files changed, 11 insertions(+), 6 deletions(-)

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

Minor fixes and adde quill_edit

diff --git a/usr/bin/quill b/usr/bin/quill
index 12d60c3..80394e6 100755
--- a/usr/bin/quill
+++ b/usr/bin/quill
@@ -41,7 +41,7 @@ ## @Thanks To all testers
## @Contribution abouter, lynxlynxlynx, iuso
##
#---
-QUILL_VERSION=0.1
+QUILL_VERSION="0.1"
#---
## Some basic stuff that should be loaded and set
. /etc/sorcery/config
@@ -229,12 +229,16 @@ then

add_history
fi
- if query "Do you want to tarball the spell?" n
-then$
-quill_final_tarball
+if query "Do you want to edit all the spell files?" n
+then
+ quill_edit
+fi
+if query "Do you want to tarball the spell?" n
+then
+ quill_final_tarball
fi
if query "Do you want to put the spell into one of the avialable grimoires?"
n
-then$
+then
quill_final_put_in_grimoire
fi
cd ${CURRENTPWD}
diff --git a/var/lib/quill/ChangeLog b/var/lib/quill/ChangeLog
index 357516a..4d04e07 100644
--- a/var/lib/quill/ChangeLog
+++ b/var/lib/quill/ChangeLog
@@ -1,7 +1,8 @@
2006-08-03 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* quill: addded --version, updated version to 0.1 getting ready for
release
added queries for generating tarball and putting spell in
grimoire
- moved pre_build to mage mode
+ moved pre_build to mage mode, added quill_edit to edit the
spell
+ files after generation, quoted the version
* libcore: create relevant dirs, make the grimoire copy work,
aditions to
help
* libfreshmeatxml: added an extra var to store the original project
name



  • [SM-Commit] GIT changes to master quill by Andra?? Levstik (7b85b112e83456a3eef553ae7c84e17f8febee1f), Andra?? Levstik, 08/03/2006

Archive powered by MHonArc 2.6.24.

Top of Page