public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeremy Olexa (darkside)" <darkside@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/infrastructure: mirror-wrangling.xml
Date: Wed, 30 Sep 2009 03:09:12 +0000	[thread overview]
Message-ID: <E1MspZ2-0006JF-Tf@stork.gentoo.org> (raw)

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>






             reply	other threads:[~2009-09-30  3:09 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-30  3:09 Jeremy Olexa (darkside) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-11-02 16:09 [gentoo-commits] gentoo commit in xml/htdocs/proj/en/infrastructure: mirror-wrangling.xml 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-11 22:09 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-18  2:51 Robin H. Johnson (robbat2)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1MspZ2-0006JF-Tf@stork.gentoo.org \
    --to=darkside@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox