New commits:
commit bbc60597407d3328e992d136b8e528a7f769009c
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
url: changed the main fallback url #10799
commit 702109e186441f6a978f063e4d3047f955ed627a
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
delve: fixed typo in help
diff --git a/ChangeLog b/ChangeLog
index c275b71..241eadb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-03-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * delve: fixed typo in help
+ * url: changed the main fallback url #10799
+
2009-02-25 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* libsorcery: added support for non-archive files to guess_filename
* gaze: use guess_filename to search for the compile log, so it still
diff --git a/etc/sorcery/url b/etc/sorcery/url
index 60775eb..873ded7 100755
--- a/etc/sorcery/url
+++ b/etc/sorcery/url
@@ -33,7 +33,7 @@ unset mirror mirrors
#
# Set FURLNUM to nr. of fallback urls.
#
-FALLBACK_URL_MIRROR[0]=${FALLBACK_URL_MIRROR[0]:-http://download.sourcemage.org/mirror}
+FALLBACK_URL_MIRROR[0]=${FALLBACK_URL_MIRROR[0]:-http://fallback.sourcemage.org}
FALLBACK_URL_MIRROR[1]=${FALLBACK_URL_MIRROR[1]:-http://shlrm.org/sourcemage}
FURLNUM=${#FALLBACK_URL_MIRROR[@]}