[Lunar-commits] r17026 - lunar/trunk/etc/lunar
Auke Kok
sofar at lunar-linux.org
Thu Oct 20 18:46:57 UTC 2005
Author: sofar
Date: 2005-10-20 18:46:52 +0000 (Thu, 20 Oct 2005)
New Revision: 17026
Modified:
lunar/trunk/etc/lunar/config
Log:
* removed max_sources as it's properly initialized in the code already
* removed specific mirrors for moonbase, replaced by
* generic download.lunar-linux.org for moonbase second URL fallback
* generic download.lunar-linux.org for LRESORT and PATCH URL's
Modified: lunar/trunk/etc/lunar/config
===================================================================
--- lunar/trunk/etc/lunar/config 2005-10-20 17:28:06 UTC (rev 17025)
+++ lunar/trunk/etc/lunar/config 2005-10-20 18:46:52 UTC (rev 17026)
@@ -65,9 +65,6 @@
TMPFS=${TMPFS:=off}
LUNAR_PRIORITY="+10"
-#total number of sources for a module
- MAX_SOURCES=100
-
LDD_CHECK=${LDD_CHECK:=on}
FIND_CHECK=${FIND_CHECK:=on}
MD5SUM_CHECK=${MD5SUM_CHECK:=on}
@@ -79,16 +76,12 @@
KERNEL_URL=ftp://ftp.kernel.org
SFORGE_URL=http://osdn.dl.sourceforge.net/sourceforge
XFREE86_URL=ftp://ftp.xfree86.org/pub/XFree86
- LRESORT_URL=http://lunar-linux.org/lunar/cache
+ LRESORT_URL=http://download.lunar-linux.org/lunar/cache
MOONBASE_URL[0]=http://lunar-linux.org/lunar/
- MOONBASE_URL[1]=http://tx-us.lunar-linux.org/lunar/
- MOONBASE_URL[2]=http://gbg-se.lunar-linux.org/lunar/
- MOONBASE_URL[3]=http://de.lunar-linux.org/lunar/
- MOONBASE_URL[4]=http://k-de.lunar-linux.org/lunar/
- MOONBASE_URL[5]=http://nl.lunar-linux.org/lunar/
+ MOONBASE_URL[1]=http://download.lunar-linux.org/lunar/
- PATCH_URL=http://lunar-linux.org/lunar/patches/
+ PATCH_URL=http://download.lunar-linux.org/lunar/patches/
TRACKED="/bin /boot /etc /lib /sbin /usr /var /opt/lunar"
More information about the Lunar-commits
mailing list