Skip to Content.
Sympa Menu

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

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 (1a49d01c7f36fd7cfcaf2177891e50651ec776a3)
  • Date: Mon, 5 Mar 2007 16:56:17 -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 1a49d01c7f36fd7cfcaf2177891e50651ec776a3
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

fixed a typo

diff --git a/var/lib/quill/ChangeLog b/var/lib/quill/ChangeLog
index 7760963..35fb066 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
+ properly, fixed a typo
* 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 a1fe1ad..0a49b65 100644
--- a/var/lib/quill/modules/libdetails
+++ b/var/lib/quill/modules/libdetails
@@ -180,7 +180,7 @@ function hunt_src_dir(){
local compressor
message "Checking for the source directory..."
compressor=$(guess_compressor ${QUILL_TMP_DIR}/${SPELL_SRC_FILE})
- case "$compresor" in
+ case "$compressor" in
bzip2|gzip|compress*|tar) SPELL_SRC_DIR=$(tar vtf
"${QUILL_TMP_DIR}/${SPELL_SRC_FILE}" | \
grep / | \
sed -e "s=/.*$==g;q") || \



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

Archive powered by MHonArc 2.6.24.

Top of Page