This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Update location of mirrors list on package-server.html


  Something I noticed while answering a post on the main list this morning.

  http://sourceware.org/cygwin-apps/package-server.html still refers to the
old mirrors.txt file, which is no longer extant.  This patch updates it to
refer to the canonical mirrors.lst file instead.

	* package-server.html: Update URL of mirror list.

  OK?

    cheers,
      DaveK

Index: package-server.html
===================================================================
RCS file: /cvs/cygwin-apps/htdocs/package-server.html,v
retrieving revision 1.6
diff -p -u -r1.6 package-server.html
--- package-server.html	26 Aug 2006 19:29:33 -0000	1.6
+++ package-server.html	16 Sep 2009 13:04:09 -0000
@@ -44,7 +44,7 @@ you just want a copy of an existing tree
 <ol>
 <li> The first step in creating a local Cygwin mirror is to pick which
 	existing mirror you will download your packages from. A list of
-	mirrors can be found <a href="http://cygwin.com/mirrors.txt";>here</a>.
+	mirrors can be found <a href="http://cygwin.com/mirrors.lst";>here</a>.
 	If you have netselect (<a href=
 	"http://packages.debian.org/stable/net/netselect.html";>deb</a> or
 	<a href=
@@ -54,7 +54,7 @@ you just want a copy of an existing tree
 	<pre>
 	#!/bin/sh
 	netselect -vv $(\
-	        wget -O - http://cygwin.com/mirrors.txt |\
+	        wget -O - http://cygwin.com/mirrors.lst |\
 	        grep rsync |\
 	        cut -d';' -f1 |\
 	        sed -e 's;\(rsync://[0-9a-z.-]*\).*;\1;' \

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]