Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (d9f5eb146b9cf9aeb3f39b0e9d78915a6e1d0df9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (d9f5eb146b9cf9aeb3f39b0e9d78915a6e1d0df9)
  • Date: Tue, 28 Aug 2007 06:07:46 -0500

GIT changes to master sorcery by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 1 +
var/lib/sorcery/modules/libsummon | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit d9f5eb146b9cf9aeb3f39b0e9d78915a6e1d0df9
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

libsummon: fixed the source_sanity function header

diff --git a/ChangeLog b/ChangeLog
index 973381d..821e696 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2007-08-28 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* scribe: fixed a bad message when updating local grimoires
+ * libsummon: fixed the source_sanity function header

2007-08-12 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* gaze: fixed bad temporary dir usage #13588
diff --git a/var/lib/sorcery/modules/libsummon
b/var/lib/sorcery/modules/libsummon
index 973a778..d4d7139 100755
--- a/var/lib/sorcery/modules/libsummon
+++ b/var/lib/sorcery/modules/libsummon
@@ -427,7 +427,7 @@ function unpack_for_update() {

#---------------------------------------------------------------------
## Perform rudimentary source sanity checks on summoned files.
-## Currently only checks that tarballs are not html 404 notices.
+## Currently only checks that files are not zero sized or html 404 notices.
## Some sites, notably sourceforge, break http by having missing files
## do a 30X redirect to a 404 html file which when downloaded has a
## 200 (OK) status. Other sites do 30X redirect to the new location of



  • [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (d9f5eb146b9cf9aeb3f39b0e9d78915a6e1d0df9), Jaka Kranjc, 08/28/2007

Archive powered by MHonArc 2.6.24.

Top of Page