* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/infrastructure: mirror-wrangling.xml
@ 2009-09-18 2:51 Robin H. Johnson (robbat2)
0 siblings, 0 replies; 15+ messages in thread
From: Robin H. Johnson (robbat2) @ 2009-09-18 2:51 UTC (permalink / raw
To: gentoo-commits
robbat2 09/09/18 02:51:37
Modified: mirror-wrangling.xml
Log:
Update instructions to edit the master ACL file. Also we can create our own subdomains now.
Revision Changes Path
1.2 xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?r1=1.1&r2=1.2
Index: mirror-wrangling.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -p -w -b -B -u -u -r1.1 -r1.2
--- mirror-wrangling.xml 20 Dec 2008 19:44:59 -0000 1.1
+++ mirror-wrangling.xml 18 Sep 2009 02:51:37 -0000 1.2
@@ -1,8 +1,8 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v 1.1 2008/12/20 19:44:59 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v 1.2 2009/09/18 02:51:37 robbat2 Exp $ -->
-<guide>
+<guide link="mirror-wrangling.xml">
<title>Mirror Wrangling</title>
<author title="Author">
@@ -23,8 +23,8 @@ This guide lists the steps needed to pro
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1</version>
-<date>2008-12-16</date>
+<version>1.5</version>
+<date>2009-09-17</date>
<chapter>
<title>Mirror Wrangling</title>
@@ -221,6 +221,10 @@ up-to-date nature of our mirrors. Thanks
<path>/home/gmirror/rsync-hosts-allow/hosts.allow.master</path>. Follow the
format, re-use existing numbers for a country before adding new ones.
</p>
+<pre caption="Adding an IP to the ACL">
+# <i>ssh osprey.gentoo.org</i>
+# <i>sudoedit /home/gmirror/rsync-hosts-allow/hosts.allow.master</i>
+</pre>
<p>
<b>2.</b> To add a new country, just make sure it isn't already there, then
@@ -229,9 +233,9 @@ create one.
<note>
If you've added a new country to this file, chances are countryTLD.gentoo.org
-doesn't exist, check FIRST and if nothing, email Kurt at
-<mail>klieber@gentoo.org</mail> (CC <mail>mirror-admin@gentoo.org</mail>) to
-create the same.
+doesn't exist, check FIRST and if nothing, create one using the "Add A Domain
+Page". Email <mail>infra@gentoo.org</mail> (CC
+<mail>mirror-admin@gentoo.org</mail>) to notify them of the new sub-domain.
</note>
<p>
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/infrastructure: mirror-wrangling.xml
@ 2009-09-30 3:09 Jeremy Olexa (darkside)
0 siblings, 0 replies; 15+ messages in thread
From: Jeremy Olexa (darkside) @ 2009-09-30 3:09 UTC (permalink / raw
To: gentoo-commits
darkside 09/09/30 03:09:12
Modified: mirror-wrangling.xml
Log:
Add section for Removing Mirrors, initial commit signed off by Robin H. Johnson
Revision Changes Path
1.3 xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?r1=1.2&r2=1.3
Index: mirror-wrangling.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mirror-wrangling.xml 18 Sep 2009 02:51:37 -0000 1.2
+++ mirror-wrangling.xml 30 Sep 2009 03:09:12 -0000 1.3
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v 1.2 2009/09/18 02:51:37 robbat2 Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v 1.3 2009/09/30 03:09:12 darkside Exp $ -->
<guide link="mirror-wrangling.xml">
<title>Mirror Wrangling</title>
@@ -23,8 +23,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.5</version>
-<date>2009-09-17</date>
+<version>1.6</version>
+<date>2009-09-30</date>
<chapter>
<title>Mirror Wrangling</title>
@@ -280,4 +280,77 @@
</body>
</section>
</chapter>
+<chapter>
+<title>Removing Mirrors</title>
+<section>
+<title>For distfiles mirrors</title>
+<body>
+
+<p>
+<b>1.</b> Remove the mirror from CVS
+<path>gentoo/xml/htdocs/main/en/mirrors.xml</path> (check the format of the doc,
+follow the same).
+</p>
+
+<p>
+<b>2.</b> Remove the mirror from CVS
+<path>gentoo/xml/htdocs/main/en/mirrors3.xml</path> (check the format of the
+doc, follow the same).
+</p>
+
+<p>
+<b>3.</b> Remove the mirror/admin-email from
+<path>/home/fox2mike/mirror-admin-email</path> (to keep track of admin emails,
+this will be cleaned up, eventually).
+</p>
+
+<p>
+<b>5.</b> Put in the following comment and close the bug:
+</p>
+
+<p>
+<e>Removed $server_name from mirrors listings. Thanks for the hardware and
+bandwidth donation, your services helped many Gentoo Users. (You have no more
+obligation to monitor the gentoo-mirrors mailing list.)</e>
+</p>
+
+</body>
+</section>
+<section>
+<title>For gentoo-portage mirrors</title>
+<body>
+
+<p>
+<b>1.</b> Remove the IP from <path>osprey.gentoo.org</path>, at
+<path>/home/gmirror/rsync-hosts-allow/hosts.allow.master</path>. Leave the
+existing rsyncX.$CC comment so that it is known that it should be reused.
+</p>
+<pre caption="Removing an IP to the ACL">
+# <i>ssh osprey.gentoo.org</i>
+# <i>sudoedit /home/gmirror/rsync-hosts-allow/hosts.allow.master</i>
+</pre>
+
+<note>
+If you are removing the last mirror in a rsync.$CC rotation, you should talk to
+infra and make sure there is a solution so users do not try to sync to an dead
+address.
+</note>
+
+<p>
+<b>2.</b> Remove the IP from the country DNS rotation(s) in UltraDNS.
+</p>
+
+<p>
+<b>3.</b> Put in the following comment (modify as needed) and close the bug:
+</p>
+
+<p>
+<e>Removed $server_name from ACLs, removed from DNS. Thanks for the hardware and
+bandwidth donation, your services helped many Gentoo Users. (You have no more
+obligation to monitor the gentoo-mirrors mailing list.)</e>
+</p>
+
+</body>
+</section>
+</chapter>
</guide>
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/infrastructure: mirror-wrangling.xml
@ 2009-09-30 3:37 Jeremy Olexa (darkside)
0 siblings, 0 replies; 15+ messages in thread
From: Jeremy Olexa (darkside) @ 2009-09-30 3:37 UTC (permalink / raw
To: gentoo-commits
darkside 09/09/30 03:37:07
Modified: mirror-wrangling.xml
Log:
Include example welcome email for new distfiles mirrors
Revision Changes Path
1.4 xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?r1=1.3&r2=1.4
Index: mirror-wrangling.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mirror-wrangling.xml 30 Sep 2009 03:09:12 -0000 1.3
+++ mirror-wrangling.xml 30 Sep 2009 03:37:07 -0000 1.4
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v 1.3 2009/09/30 03:09:12 darkside Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v 1.4 2009/09/30 03:37:07 darkside Exp $ -->
<guide link="mirror-wrangling.xml">
<title>Mirror Wrangling</title>
@@ -23,7 +23,7 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.6</version>
+<version>1.65</version>
<date>2009-09-30</date>
<chapter>
@@ -186,8 +186,43 @@
<p>
<b>3.</b> Send the distfiles password email to the new mirror admins, CC
-<mail>mirror-admin@gentoo.org</mail> (a copy of the email should be with you).
+<mail>mirror-admin@gentoo.org</mail> (mirror admins have the password, it is not
+public).
</p>
+<pre caption="Example email">Hi,
+We're glad to have you as our newest source mirror, welcome aboard!
+
+Use this information to sync with our private mirror every 4 hours from
+Midnight local time. This is for mirror admins only, please do not share
+this information.
+
+----------------------------------------
+rsync module: masterdistfiles.gentoo.org::gentoo
+username: $insert_here
+password: $insert_here
+
+To make this scriptable, we recommend placing the password in a file and
+then using the --password-file option with rsync. The file must not be
+accessible by others (i.e. chmod 640) or rsync will complain. So, as an
+example, placing the password into '~/distfile_passwd', you would use an
+rsync command like the following:
+
+rsync -rlptDq --delete -H --password-file=~/distfile_passwd \
+$username@masterdistfiles.gentoo.org::gentoo /your/local/path/goes/here
+
+Please note that we have received several reports of problems when using
+the -z (compress) option of rsync. Thus, please DO NOT use this option
+when syncing against this mirror.
+---------------------------------------
+
+Please also make sure you are subscribed to gentoo-mirrors@gentoo.org as
+we often send out administrative notices and policy changes via this
+list.
+
+Thanks for helping Gentoo!
+
+Cheers,
+$name</pre>
<p>
<b>4.</b> Add the mirror/admin-email to
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/infrastructure: mirror-wrangling.xml
@ 2009-10-05 16:33 Jeremy Olexa (darkside)
0 siblings, 0 replies; 15+ messages in thread
From: Jeremy Olexa (darkside) @ 2009-10-05 16:33 UTC (permalink / raw
To: gentoo-commits
darkside 09/10/05 16:33:51
Modified: mirror-wrangling.xml
Log:
Add extra note to admin contact requirements that the address is registered on bugzilla. Modify link to bugzilla for filing a new bug
Revision Changes Path
1.5 xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?r1=1.4&r2=1.5
Index: mirror-wrangling.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mirror-wrangling.xml 30 Sep 2009 03:37:07 -0000 1.4
+++ mirror-wrangling.xml 5 Oct 2009 16:33:51 -0000 1.5
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v 1.4 2009/09/30 03:37:07 darkside Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v 1.5 2009/10/05 16:33:51 darkside Exp $ -->
<guide link="mirror-wrangling.xml">
<title>Mirror Wrangling</title>
@@ -23,8 +23,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.65</version>
-<date>2009-09-30</date>
+<version>1.66</version>
+<date>2009-10-05</date>
<chapter>
<title>Mirror Wrangling</title>
@@ -34,9 +34,9 @@
<p>
<b>1.</b> New mirrors should file a file <uri
-link="http://bugs.gentoo.org">bug</uri> under the "Mirrors" product, "New
-Server" component. If a request comes in via email, ask them to file the request
-on Bugzilla.
+ link="http://bugs.gentoo.org/enter_bug.cgi?product=Mirrors">bug</uri> under
+the "Mirrors" product, "New Server" component. If a request comes in via email,
+ask them to file the request on Bugzilla.
</p>
<p>
@@ -64,7 +64,8 @@
<li>Bandwidth specifications</li>
<li>Location</li>
<li>Intended concurrent users (for each protocol, mirror type)</li>
- <li>Admin contact</li>
+ <li>Admin contact name and email address (This address should be registered in
+ bugzilla so we can CC you to any bug reports)</li>
</ul>
<p>
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/infrastructure: mirror-wrangling.xml
@ 2009-10-16 23:20 Jeremy Olexa (darkside)
0 siblings, 0 replies; 15+ messages in thread
From: Jeremy Olexa (darkside) @ 2009-10-16 23:20 UTC (permalink / raw
To: gentoo-commits
darkside 09/10/16 23:20:51
Modified: mirror-wrangling.xml
Log:
s:main/en/mirrors.xml:main/en/mirrors2.xml
Revision Changes Path
1.6 xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?r1=1.5&r2=1.6
Index: mirror-wrangling.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mirror-wrangling.xml 5 Oct 2009 16:33:51 -0000 1.5
+++ mirror-wrangling.xml 16 Oct 2009 23:20:51 -0000 1.6
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v 1.5 2009/10/05 16:33:51 darkside Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v 1.6 2009/10/16 23:20:51 darkside Exp $ -->
<guide link="mirror-wrangling.xml">
<title>Mirror Wrangling</title>
@@ -23,8 +23,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.66</version>
-<date>2009-10-05</date>
+<version>1.67</version>
+<date>2009-10-16</date>
<chapter>
<title>Mirror Wrangling</title>
@@ -237,7 +237,7 @@
<p>
<e>Thanks for helping out Gentoo. I have added your mirror to our list at
-http://www.gentoo.org/main/en/mirrors.xml. Please start syncing from
+http://www.gentoo.org/main/en/mirrors2.xml. Please start syncing from
masterdistfiles.gentoo.org as the email I have sent to you instructs. We would
like you to subscribe to the gentoo-mirrors Mailing List by sending an email to
gentoo-mirrors-subscribe@lists.gentoo.org, as we send out notifications of
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/infrastructure: mirror-wrangling.xml
@ 2010-02-28 18:51 Mark Loeser (halcy0n)
0 siblings, 0 replies; 15+ messages in thread
From: Mark Loeser (halcy0n) @ 2010-02-28 18:51 UTC (permalink / raw
To: gentoo-commits
halcy0n 10/02/28 18:51:17
Modified: mirror-wrangling.xml
Log:
GARD has been enhanced so commas in the subject won't cause problems
Revision Changes Path
1.7 xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?r1=1.6&r2=1.7
Index: mirror-wrangling.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mirror-wrangling.xml 16 Oct 2009 23:20:51 -0000 1.6
+++ mirror-wrangling.xml 28 Feb 2010 18:51:16 -0000 1.7
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v 1.6 2009/10/16 23:20:51 darkside Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v 1.7 2010/02/28 18:51:16 halcy0n Exp $ -->
<guide link="mirror-wrangling.xml">
<title>Mirror Wrangling</title>
@@ -70,8 +70,7 @@
<p>
<b>3.</b> Modify the summary to have the type of mirror and the city as well as
-country if possible. The summary should <e>not</e> have a comma in it, as this
-will break GARD.
+country if possible.
</p>
<p>
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/infrastructure: mirror-wrangling.xml
@ 2010-03-03 18:26 Arun Raghavan (ford_prefect)
0 siblings, 0 replies; 15+ messages in thread
From: Arun Raghavan (ford_prefect) @ 2010-03-03 18:26 UTC (permalink / raw
To: gentoo-commits
ford_prefect 10/03/03 18:26:50
Modified: mirror-wrangling.xml
Log:
hosts.allow.master is versioned now
Revision Changes Path
1.8 xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?r1=1.7&r2=1.8
Index: mirror-wrangling.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mirror-wrangling.xml 28 Feb 2010 18:51:16 -0000 1.7
+++ mirror-wrangling.xml 3 Mar 2010 18:26:49 -0000 1.8
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v 1.7 2010/02/28 18:51:16 halcy0n Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v 1.8 2010/03/03 18:26:49 ford_prefect Exp $ -->
<guide link="mirror-wrangling.xml">
<title>Mirror Wrangling</title>
@@ -257,8 +257,10 @@
format, re-use existing numbers for a country before adding new ones.
</p>
<pre caption="Adding an IP to the ACL">
-# <i>ssh osprey.gentoo.org</i>
-# <i>sudoedit /home/gmirror/rsync-hosts-allow/hosts.allow.master</i>
+$ <i>ssh osprey.gentoo.org</i>
+$ <i>cd /home/gmirror/rsync-hosts-allow</i>
+$ <i>${EDITOR} hosts.allow.master</i>
+$ <i>git commit hosts.allow.master</i>
</pre>
<p>
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/infrastructure: mirror-wrangling.xml
@ 2010-03-05 16:38 Jeremy Olexa (darkside)
0 siblings, 0 replies; 15+ messages in thread
From: Jeremy Olexa (darkside) @ 2010-03-05 16:38 UTC (permalink / raw
To: gentoo-commits
darkside 10/03/05 16:38:55
Modified: mirror-wrangling.xml
Log:
Update mirror-wrangling procedure because 1) mirrors.xml file is deprecated and shouldn't be used anymore, 2) mirrors-rsync-data.xml is a new file and should be used for gentoo-portage mirrors
Revision Changes Path
1.9 xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?r1=1.8&r2=1.9
Index: mirror-wrangling.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mirror-wrangling.xml 3 Mar 2010 18:26:49 -0000 1.8
+++ mirror-wrangling.xml 5 Mar 2010 16:38:54 -0000 1.9
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v 1.8 2010/03/03 18:26:49 ford_prefect Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v 1.9 2010/03/05 16:38:54 darkside Exp $ -->
<guide link="mirror-wrangling.xml">
<title>Mirror Wrangling</title>
@@ -23,8 +23,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.67</version>
-<date>2009-10-16</date>
+<version>1.7</version>
+<date>2010-03-05</date>
<chapter>
<title>Mirror Wrangling</title>
@@ -174,18 +174,12 @@
<p>
<b>1.</b> Add the mirror to CVS
-<path>gentoo/xml/htdocs/main/en/mirrors.xml</path> (check the format of the doc,
-follow the same).
-</p>
-
-<p>
-<b>2.</b> Add the mirror to CVS
<path>gentoo/xml/htdocs/main/en/mirrors3.xml</path> (check the format of the
doc, follow the same).
</p>
<p>
-<b>3.</b> Send the distfiles password email to the new mirror admins, CC
+<b>2.</b> Send the distfiles password email to the new mirror admins, CC
<mail>mirror-admin@gentoo.org</mail> (mirror admins have the password, it is not
public).
</p>
@@ -225,13 +219,13 @@
$name</pre>
<p>
-<b>4.</b> Add the mirror/admin-email to
+<b>3.</b> Add the mirror/admin-email to
<path>/home/fox2mike/mirror-admin-email</path> (to keep track of admin emails,
this will be cleaned up, eventually).
</p>
<p>
-<b>5.</b> Put in the following comment and close the bug:
+<b>4.</b> Put in the following comment and close the bug:
</p>
<p>
@@ -297,7 +291,13 @@
</note>
<p>
-<b>4.</b> Put in the following comment (modify as needed) and close the bug:
+<b>4.</b> Add the mirror to CVS
+<path>gentoo/xml/htdocs/main/en/mirrors-rsync-data.xml</path> (check the format
+of the doc, follow the same).
+</p>
+
+<p>
+<b>5.</b> Put in the following comment (modify as needed) and close the bug:
</p>
<p>
@@ -325,24 +325,18 @@
<p>
<b>1.</b> Remove the mirror from CVS
-<path>gentoo/xml/htdocs/main/en/mirrors.xml</path> (check the format of the doc,
-follow the same).
-</p>
-
-<p>
-<b>2.</b> Remove the mirror from CVS
<path>gentoo/xml/htdocs/main/en/mirrors3.xml</path> (check the format of the
doc, follow the same).
</p>
<p>
-<b>3.</b> Remove the mirror/admin-email from
+<b>2.</b> Remove the mirror/admin-email from
<path>/home/fox2mike/mirror-admin-email</path> (to keep track of admin emails,
this will be cleaned up, eventually).
</p>
<p>
-<b>5.</b> Put in the following comment and close the bug:
+<b>3.</b> Put in the following comment and close the bug:
</p>
<p>
@@ -378,7 +372,13 @@
</p>
<p>
-<b>3.</b> Put in the following comment (modify as needed) and close the bug:
+<b>3.</b> Remove the mirror from CVS
+<path>gentoo/xml/htdocs/main/en/mirrors-rsync-data.xml</path> (check the format
+of the doc, follow the same).
+</p>
+
+<p>
+<b>4.</b> Put in the following comment (modify as needed) and close the bug:
</p>
<p>
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/infrastructure: mirror-wrangling.xml
@ 2010-03-09 19:36 Mark Loeser (halcy0n)
0 siblings, 0 replies; 15+ messages in thread
From: Mark Loeser (halcy0n) @ 2010-03-09 19:36 UTC (permalink / raw
To: gentoo-commits
halcy0n 10/03/09 19:36:58
Modified: mirror-wrangling.xml
Log:
Fix typo in mailing list subscription email address, and fix removing IP from ACLs to use git
Revision Changes Path
1.10 xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?r1=1.9&r2=1.10
Index: mirror-wrangling.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mirror-wrangling.xml 5 Mar 2010 16:38:54 -0000 1.9
+++ mirror-wrangling.xml 9 Mar 2010 19:36:57 -0000 1.10
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v 1.9 2010/03/05 16:38:54 darkside Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v 1.10 2010/03/09 19:36:57 halcy0n Exp $ -->
<guide link="mirror-wrangling.xml">
<title>Mirror Wrangling</title>
@@ -233,7 +233,7 @@
http://www.gentoo.org/main/en/mirrors2.xml. Please start syncing from
masterdistfiles.gentoo.org as the email I have sent to you instructs. We would
like you to subscribe to the gentoo-mirrors Mailing List by sending an email to
-gentoo-mirrors-subscribe@lists.gentoo.org, as we send out notifications of
+gentoo-mirrors+subscribe@lists.gentoo.org, as we send out notifications of
updates, releases, and changes in policy to the mirrors. Please also monitor
http://mirrorstats.gentoo.org as this application is used to keep track of the
up-to-date nature of our mirrors. Thanks for the hardware and bandwidth!</e>
@@ -357,8 +357,10 @@
existing rsyncX.$CC comment so that it is known that it should be reused.
</p>
<pre caption="Removing an IP to the ACL">
-# <i>ssh osprey.gentoo.org</i>
-# <i>sudoedit /home/gmirror/rsync-hosts-allow/hosts.allow.master</i>
+$ <i>ssh osprey.gentoo.org</i>
+$ <i>cd /home/gmirror/rsync-hosts-allow</i>
+$ <i>${EDITOR} hosts.allow.master</i>
+$ <i>git commit hosts.allow.master</i>
</pre>
<note>
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/infrastructure: mirror-wrangling.xml
@ 2010-03-11 22:09 Mark Loeser (halcy0n)
0 siblings, 0 replies; 15+ messages in thread
From: Mark Loeser (halcy0n) @ 2010-03-11 22:09 UTC (permalink / raw
To: gentoo-commits
halcy0n 10/03/11 22:09:21
Modified: mirror-wrangling.xml
Log:
Clarify what we would like for bandwidth specs and official mirror name
Revision Changes Path
1.11 xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?r1=1.10&r2=1.11
Index: mirror-wrangling.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- mirror-wrangling.xml 9 Mar 2010 19:36:57 -0000 1.10
+++ mirror-wrangling.xml 11 Mar 2010 22:09:21 -0000 1.11
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v 1.10 2010/03/09 19:36:57 halcy0n Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v 1.11 2010/03/11 22:09:21 halcy0n Exp $ -->
<guide link="mirror-wrangling.xml">
<title>Mirror Wrangling</title>
@@ -50,7 +50,10 @@
</p>
<ul>
- <li>Official mirror name</li>
+ <li>
+ Official mirror name (preferably not your hostname, but the name of your
+ organization)
+ </li>
<li>
Mirror type: distfiles/releases, gentoo-portage. NOTE: gentoo-portage is
always rsync <e>only</e>. Some mirrors may have rsync for distfiles as well.
@@ -61,11 +64,16 @@
or IP for gentoo-portage mirrors
</li>
<li>Hardware specifications</li>
- <li>Bandwidth specifications</li>
+ <li>
+ Bandwidth specifications (transfer speed, eg 100Mbit, and any limits you
+ may have)
+ </li>
<li>Location</li>
<li>Intended concurrent users (for each protocol, mirror type)</li>
- <li>Admin contact name and email address (This address should be registered in
- bugzilla so we can CC you to any bug reports)</li>
+ <li>
+ Admin contact name and email address (This address should be registered in
+ bugzilla so we can CC you to any bug reports)
+ </li>
</ul>
<p>
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/infrastructure: mirror-wrangling.xml
@ 2010-05-17 18:25 Mark Loeser (halcy0n)
0 siblings, 0 replies; 15+ messages in thread
From: Mark Loeser (halcy0n) @ 2010-05-17 18:25 UTC (permalink / raw
To: gentoo-commits
halcy0n 10/05/17 18:25:29
Modified: mirror-wrangling.xml
Log:
Update documentation to reflect mirror contacts being stored on the infra wiki
Revision Changes Path
1.12 xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?r1=1.11&r2=1.12
Index: mirror-wrangling.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- mirror-wrangling.xml 11 Mar 2010 22:09:21 -0000 1.11
+++ mirror-wrangling.xml 17 May 2010 18:25:29 -0000 1.12
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v 1.11 2010/03/11 22:09:21 halcy0n Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v 1.12 2010/05/17 18:25:29 halcy0n Exp $ -->
<guide link="mirror-wrangling.xml">
<title>Mirror Wrangling</title>
@@ -227,9 +227,8 @@
$name</pre>
<p>
-<b>3.</b> Add the mirror/admin-email to
-<path>/home/fox2mike/mirror-admin-email</path> (to keep track of admin emails,
-this will be cleaned up, eventually).
+<b>3.</b> Add the mirror/admin-email to <uri
+link="https://infrawiki.gentoo.org/mirrorcontact">the infra wiki</uri>.
</p>
<p>
@@ -305,7 +304,12 @@
</p>
<p>
-<b>5.</b> Put in the following comment (modify as needed) and close the bug:
+<b>5.</b> Add the mirror/admin-email to <uri
+link="https://infrawiki.gentoo.org/mirrorcontact">the infra wiki</uri>.
+</p>
+
+<p>
+<b>6.</b> Put in the following comment (modify as needed) and close the bug:
</p>
<p>
@@ -338,9 +342,8 @@
</p>
<p>
-<b>2.</b> Remove the mirror/admin-email from
-<path>/home/fox2mike/mirror-admin-email</path> (to keep track of admin emails,
-this will be cleaned up, eventually).
+<b>2.</b> Remove the mirror/admin-email from <uri
+link="https://infrawiki.gentoo.org/mirrorcontact">the infra wiki</uri>.
</p>
<p>
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/infrastructure: mirror-wrangling.xml
@ 2010-06-14 1:29 Jeremy Olexa (darkside)
0 siblings, 0 replies; 15+ messages in thread
From: Jeremy Olexa (darkside) @ 2010-06-14 1:29 UTC (permalink / raw
To: gentoo-commits
darkside 10/06/14 01:29:06
Modified: mirror-wrangling.xml
Log:
s/rsync1.us/masterportage/ - as decided by mirror-admins/infra
Revision Changes Path
1.13 xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?r1=1.12&r2=1.13
Index: mirror-wrangling.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- mirror-wrangling.xml 17 May 2010 18:25:29 -0000 1.12
+++ mirror-wrangling.xml 14 Jun 2010 01:29:06 -0000 1.13
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v 1.12 2010/05/17 18:25:29 halcy0n Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v 1.13 2010/06/14 01:29:06 darkside Exp $ -->
<guide link="mirror-wrangling.xml">
<title>Mirror Wrangling</title>
@@ -23,8 +23,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.7</version>
-<date>2010-03-05</date>
+<version>1.8</version>
+<date>2010-06-13</date>
<chapter>
<title>Mirror Wrangling</title>
@@ -314,7 +314,7 @@
<p>
<e>Thanks for helping out Gentoo. I have added the IP you specified in the bug
-to our access database, please start syncing to rsync1.us.gentoo.org per our
+to our access database, please start syncing to masterportage.gentoo.org per our
rsync document at http://www.gentoo.org/doc/en/rsync.xml. We would like you to
subscribe to the gentoo-mirrors Mailing List by sending an email to
gentoo-mirrors+subscribe@lists.gentoo.org, as we send our notifications of
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/infrastructure: mirror-wrangling.xml
@ 2010-12-03 17:26 Theo Chatzimichos (tampakrap)
0 siblings, 0 replies; 15+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2010-12-03 17:26 UTC (permalink / raw
To: gentoo-commits
tampakrap 10/12/03 17:26:02
Modified: mirror-wrangling.xml
Log:
Correct masterdistfiles link
Revision Changes Path
1.14 xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?r1=1.13&r2=1.14
Index: mirror-wrangling.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- mirror-wrangling.xml 14 Jun 2010 01:29:06 -0000 1.13
+++ mirror-wrangling.xml 3 Dec 2010 17:26:01 -0000 1.14
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v 1.13 2010/06/14 01:29:06 darkside Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v 1.14 2010/12/03 17:26:01 tampakrap Exp $ -->
<guide link="mirror-wrangling.xml">
<title>Mirror Wrangling</title>
@@ -23,8 +23,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.8</version>
-<date>2010-06-13</date>
+<version>1.9</version>
+<date>2010-12-03</date>
<chapter>
<title>Mirror Wrangling</title>
@@ -199,7 +199,7 @@
this information.
----------------------------------------
-rsync module: masterdistfiles.gentoo.org::gentoo
+rsync module: masterdistfiles-{eu,us}.gentoo.org::gentoo
username: $insert_here
password: $insert_here
@@ -210,7 +210,7 @@
rsync command like the following:
rsync -rlptDq --delete -H --password-file=~/distfile_passwd \
-$username@masterdistfiles.gentoo.org::gentoo /your/local/path/goes/here
+$username@masterdistfiles-{eu,us}..gentoo.org::gentoo /your/local/path/goes/here
Please note that we have received several reports of problems when using
the -z (compress) option of rsync. Thus, please DO NOT use this option
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/infrastructure: mirror-wrangling.xml
@ 2012-02-29 5:00 Arun Raghavan (ford_prefect)
0 siblings, 0 replies; 15+ messages in thread
From: Arun Raghavan (ford_prefect) @ 2012-02-29 5:00 UTC (permalink / raw
To: gentoo-commits
ford_prefect 12/02/29 05:00:08
Modified: mirror-wrangling.xml
Log:
Update mirror-wrangling doc with new bug status to be used (bug #406239)
Revision Changes Path
1.15 xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?r1=1.14&r2=1.15
Index: mirror-wrangling.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- mirror-wrangling.xml 3 Dec 2010 17:26:01 -0000 1.14
+++ mirror-wrangling.xml 29 Feb 2012 05:00:08 -0000 1.15
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v 1.14 2010/12/03 17:26:01 tampakrap Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v 1.15 2012/02/29 05:00:08 ford_prefect Exp $ -->
<guide link="mirror-wrangling.xml">
<title>Mirror Wrangling</title>
@@ -144,8 +144,8 @@
<p>
<b>6.</b> Put the testing string in the Status whiteboard of the bug and mark
-the bug as ASSIGNED. These steps are important for GARD to start checking the
-mirror.
+the bug as IN_PROGRESS. These steps are important for GARD to start checking
+the mirror.
</p>
<p>
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/infrastructure: mirror-wrangling.xml
@ 2013-11-02 16:09 Alex Legler (a3li)
0 siblings, 0 replies; 15+ messages in thread
From: Alex Legler (a3li) @ 2013-11-02 16:09 UTC (permalink / raw
To: gentoo-commits
a3li 13/11/02 16:09:59
Modified: mirror-wrangling.xml
Log:
mirror-wrangling -> wiki
Revision Changes Path
1.17 xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml?r1=1.16&r2=1.17
Index: mirror-wrangling.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- mirror-wrangling.xml 28 Oct 2012 15:21:07 -0000 1.16
+++ mirror-wrangling.xml 2 Nov 2013 16:09:59 -0000 1.17
@@ -1,8 +1,8 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v 1.16 2012/10/28 15:21:07 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/infrastructure/mirror-wrangling.xml,v 1.17 2013/11/02 16:09:59 a3li Exp $ -->
-<guide>
+<guide disclaimer="obsolete" redirect="http://wiki.gentoo.org/wiki/Project:Infrastructure/Mirrors/Wrangling">
<title>Mirror Wrangling</title>
<author title="Author">
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2013-11-02 16:10 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-11 22:09 [gentoo-commits] gentoo commit in xml/htdocs/proj/en/infrastructure: mirror-wrangling.xml Mark Loeser (halcy0n)
-- strict thread matches above, loose matches on Subject: below --
2013-11-02 16:09 Alex Legler (a3li)
2012-02-29 5:00 Arun Raghavan (ford_prefect)
2010-12-03 17:26 Theo Chatzimichos (tampakrap)
2010-06-14 1:29 Jeremy Olexa (darkside)
2010-05-17 18:25 Mark Loeser (halcy0n)
2010-03-09 19:36 Mark Loeser (halcy0n)
2010-03-05 16:38 Jeremy Olexa (darkside)
2010-03-03 18:26 Arun Raghavan (ford_prefect)
2010-02-28 18:51 Mark Loeser (halcy0n)
2009-10-16 23:20 Jeremy Olexa (darkside)
2009-10-05 16:33 Jeremy Olexa (darkside)
2009-09-30 3:37 Jeremy Olexa (darkside)
2009-09-30 3:09 Jeremy Olexa (darkside)
2009-09-18 2:51 Robin H. Johnson (robbat2)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox