Skip to Content.
Sympa Menu

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

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 (ab0f022056640c97b7115cb7e209a8fb59ef46aa)
  • Date: Mon, 5 Mar 2007 16:58:29 -0600

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

var/lib/quill/ChangeLog | 2 +-
var/lib/quill/modules/libdetails | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

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

fixed another typo... NOT MY DAY

diff --git a/var/lib/quill/ChangeLog b/var/lib/quill/ChangeLog
index 35fb066..6f82726 100644
--- a/var/lib/quill/ChangeLog
+++ b/var/lib/quill/ChangeLog
@@ -1,7 +1,7 @@
2007-03-05 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* libdetails: minor fixes to the src dir hunt code and
to the sf misc code, forgot a \, hopefully it will work now
- properly, fixed a typo
+ properly, fixed a typo, another typo... NOT MY DAY
* libperlcpan: check if the current files are out of date by
more than a day then reload if necessary

diff --git a/var/lib/quill/modules/libdetails
b/var/lib/quill/modules/libdetails
index 0a49b65..9a773d1 100644
--- a/var/lib/quill/modules/libdetails
+++ b/var/lib/quill/modules/libdetails
@@ -181,7 +181,7 @@ function hunt_src_dir(){
message "Checking for the source directory..."
compressor=$(guess_compressor ${QUILL_TMP_DIR}/${SPELL_SRC_FILE})
case "$compressor" in
- bzip2|gzip|compress*|tar) SPELL_SRC_DIR=$(tar vtf
"${QUILL_TMP_DIR}/${SPELL_SRC_FILE}" | \
+ bzip2|gzip|compress*|tar) SPELL_SRC_DIR=$(tar tf
"${QUILL_TMP_DIR}/${SPELL_SRC_FILE}" | \
grep / | \
sed -e "s=/.*$==g;q") || \
(error_msg "Error: getting
path from tarball" && \



  • [SM-Commit] GIT changes to master quill by Andra?? Levstik (ab0f022056640c97b7115cb7e209a8fb59ef46aa), Andra?? Levstik, 03/05/2007

Archive powered by MHonArc 2.6.24.

Top of Page