Skip to Content.
Sympa Menu

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

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 (f2fbe5cd191ef9da658a3fe841ef824b8c8d0c37)
  • Date: Thu, 3 Aug 2006 15:01:08 -0500

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

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

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

Minor fix

diff --git a/usr/bin/quill b/usr/bin/quill
index 80394e6..c8880f2 100755
--- a/usr/bin/quill
+++ b/usr/bin/quill
@@ -228,18 +228,18 @@ then
fi

add_history
-fi
-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
- quill_final_put_in_grimoire
+ 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
+ quill_final_put_in_grimoire
+ fi
fi
cd ${CURRENTPWD}
#---
diff --git a/var/lib/quill/ChangeLog b/var/lib/quill/ChangeLog
index 4d04e07..469f3e7 100644
--- a/var/lib/quill/ChangeLog
+++ b/var/lib/quill/ChangeLog
@@ -2,7 +2,8 @@
* 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, added quill_edit to edit the
spell
- files after generation, quoted the version
+ files after generation, quoted the version, erm the post
+ generation still belongs in the global if
* 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 (f2fbe5cd191ef9da658a3fe841ef824b8c8d0c37), Andra?? Levstik, 08/03/2006

Archive powered by MHonArc 2.6.24.

Top of Page