[Lunar-commits] r15889 - in lunar: branches/stable/bin branches/stable/etc/lunar/mirrors trunk/bin trunk/etc/lunar/mirrors

Auke Kok sofar at lunar-linux.org
Wed Jul 27 07:36:28 UTC 2005


Author: sofar
Date: 2005-07-27 07:36:25 +0000 (Wed, 27 Jul 2005)
New Revision: 15889

Modified:
   lunar/branches/stable/bin/lvu
   lunar/branches/stable/etc/lunar/mirrors/SFORGE
   lunar/trunk/bin/lvu
   lunar/trunk/etc/lunar/mirrors/SFORGE
Log:
Modified 'lvu urls' so that it lists ALL mirror sites but never last resort/first resort urls. this makes it produce the same list everywhere. Also adding the crappy osdn.sf.net mirror.


Modified: lunar/branches/stable/bin/lvu
===================================================================
--- lunar/branches/stable/bin/lvu	2005-07-27 07:24:37 UTC (rev 15888)
+++ lunar/branches/stable/bin/lvu	2005-07-27 07:36:25 UTC (rev 15889)
@@ -642,9 +642,11 @@
   download_url() { echo $1$2 ; return 1 ; }
   connect() { return 0 ; }
  
+  LRESORT_URL=
+  FRESORT_URL=
+  EXHAUSTIVE=on
   SILENT=on
   VERBOSE=off
-  EXHAUSTIVE=off
   CLEAR_CACHE=off
 
   if [ -z "$1" ] ; then

Modified: lunar/branches/stable/etc/lunar/mirrors/SFORGE
===================================================================
--- lunar/branches/stable/etc/lunar/mirrors/SFORGE	2005-07-27 07:24:37 UTC (rev 15888)
+++ lunar/branches/stable/etc/lunar/mirrors/SFORGE	2005-07-27 07:36:25 UTC (rev 15889)
@@ -1,4 +1,5 @@
 easynews (US)	http://easynews.dl.sourceforge.net/sourceforge
+OSDN (US)		http://osdn.dl.sourceforge.net/sourceforge
 voxel (US)		http://voxel.dl.sourceforge.net/sourceforge
 jaist (JP)		http://jaist.dl.sourceforge.net/sourceforge
 optusnet (AU)	http://optusnet.dl.sourceforge.net/sourceforge

Modified: lunar/trunk/bin/lvu
===================================================================
--- lunar/trunk/bin/lvu	2005-07-27 07:24:37 UTC (rev 15888)
+++ lunar/trunk/bin/lvu	2005-07-27 07:36:25 UTC (rev 15889)
@@ -642,9 +642,11 @@
   download_url() { echo $1$2 ; return 1 ; }
   connect() { return 0 ; }
  
+  LRESORT_URL=
+  FRESORT_URL=
+  EXHAUSTIVE=on
   SILENT=on
   VERBOSE=off
-  EXHAUSTIVE=off
   CLEAR_CACHE=off
 
   if [ -z "$1" ] ; then

Modified: lunar/trunk/etc/lunar/mirrors/SFORGE
===================================================================
--- lunar/trunk/etc/lunar/mirrors/SFORGE	2005-07-27 07:24:37 UTC (rev 15888)
+++ lunar/trunk/etc/lunar/mirrors/SFORGE	2005-07-27 07:36:25 UTC (rev 15889)
@@ -1,4 +1,5 @@
 easynews (US)	http://easynews.dl.sourceforge.net/sourceforge
+OSDN (US)		http://osdn.dl.sourceforge.net/sourceforge
 voxel (US)		http://voxel.dl.sourceforge.net/sourceforge
 jaist (JP)		http://jaist.dl.sourceforge.net/sourceforge
 optusnet (AU)	http://optusnet.dl.sourceforge.net/sourceforge



More information about the Lunar-commits mailing list