Skip to Content.
Sympa Menu

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

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 (ec5ab1de1f74aae2550cce39182897dd0892a985)
  • Date: Mon, 5 Mar 2007 16:52:11 -0600

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

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

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

yet another minor fix ;)

diff --git a/var/lib/quill/ChangeLog b/var/lib/quill/ChangeLog
index 11b89f1..7760963 100644
--- a/var/lib/quill/ChangeLog
+++ b/var/lib/quill/ChangeLog
@@ -1,6 +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 \
+ to the sf misc code, forgot a \, hopefully it will work now
+ properly
* 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 d06001b..a1fe1ad 100644
--- a/var/lib/quill/modules/libdetails
+++ b/var/lib/quill/modules/libdetails
@@ -23,7 +23,7 @@ function query_spell_source_url(){
-e
"s,http://downloads.sourceforge.net/\(.*\)?.*,$SOURCEFORGE_URL/\1," \
-e
"s,http://downloads.sourceforge.net/\(.*\),$SOURCEFORGE_URL/\1," \
-e
"s,http://sourceforge.net/project/showfiles.php.*,,"; \
- -e "s,/\(.*\)?.*,\1," \
+ -e "s,^\(.*\)/\(.*\)?.*,\1/\2," \
<<< $SPELL_SRC_URL)
if ! [[ $SPELL_SRC_URL ]] ||
! query "Is $SPELL_SRC_URL the proper source url?" y; then
@@ -33,7 +33,7 @@ if ! [[ $SPELL_SRC_URL ]] ||
-e
"s,http://downloads.sourceforge.net/\(.*\)?.*,$SOURCEFORGE_URL/\1," \
-e
"s,http://downloads.sourceforge.net/\(.*\),$SOURCEFORGE_URL/\1," \
-e
"s,http://sourceforge.net/project/showfiles.php.*,,"; \
- -e "s,/\(.*\)?.*,\1," \
+ -e "s,^\(.*\)/\(.*\)?.*,\1/\2," \
<<< $SPELL_SRC_URL)
fi
}



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

Archive powered by MHonArc 2.6.24.

Top of Page