[Lunar-commits] <lunar> 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.

Auke Kok sofar at lunar-linux.org
Mon Jul 2 04:43:06 CEST 2012


commit 88a917b79f76cc2bab840301e8e4291dd09572e6
Author: Auke Kok <sofar at lunar-linux.org>
Date:   Wed Jul 27 07:36:25 2005 +0000

    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.
---
 bin/lvu                  |    4 +++-
 etc/lunar/mirrors/SFORGE |    1 +
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/bin/lvu b/bin/lvu
index 93e4004..3437ec3 100755
--- a/bin/lvu
+++ b/bin/lvu
@@ -642,9 +642,11 @@ show_urls() { (
   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
diff --git a/etc/lunar/mirrors/SFORGE b/etc/lunar/mirrors/SFORGE
index 0a551f0..d325bf5 100644
--- a/etc/lunar/mirrors/SFORGE
+++ b/etc/lunar/mirrors/SFORGE
@@ -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