New commits:
commit ab7fa5721935cec96561dba944fc7dd0c9179b06
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
url: removed dead fallback urls
diff --git a/ChangeLog b/ChangeLog
index 68d9c26..d971018 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@
* libcast: pass the file directly instead of using stdin when
compressing, so pbzip2 can be used without modifications
* libsorcery: small simplification of set_compression_type
+ * url: removed dead fallback urls
2009-01-09 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* config: allow for an empty EXTENSION and COMPRESSBIN
diff --git a/etc/sorcery/url b/etc/sorcery/url
index 23917e4..f6a7b3a 100755
--- a/etc/sorcery/url
+++ b/etc/sorcery/url
@@ -33,10 +33,8 @@ unset mirror mirrors
#
# Set FURLNUM to nr. of fallback urls.
#
-FALLBACK_URL_MIRROR[0]=${FALLBACK_URL_MIRROR[0]:-http://smgl.positivism.org}
-FALLBACK_URL_MIRROR[1]=${FALLBACK_URL_MIRROR[1]:-ftp://thefrayedknot.armory.com/sorcery}
-FALLBACK_URL_MIRROR[2]=${FALLBACK_URL_MIRROR[2]:-http://download.sourcemage.org/mirror}
-FALLBACK_URL_MIRROR[3]=${FALLBACK_URL_MIRROR[3]:-http://shlrm.org/sourcemage}
+FALLBACK_URL_MIRROR[0]=${FALLBACK_URL_MIRROR[2]:-http://download.sourcemage.org/mirror}
+FALLBACK_URL_MIRROR[1]=${FALLBACK_URL_MIRROR[3]:-http://shlrm.org/sourcemage}
FURLNUM=${#FALLBACK_URL_MIRROR[@]}
# specify default fallback url.
[SM-Commit] GIT changes to master sorcery by Jaka Kranjc (ab7fa5721935cec96561dba944fc7dd0c9179b06),
Jaka Kranjc, 02/23/2009