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