start excising boot from websites
This commit is contained in:
parent
9e99cf3927
commit
f05aa2a046
13 changed files with 17 additions and 27 deletions
|
@ -19,8 +19,6 @@
|
||||||
website: spins.fedoraproject.org
|
website: spins.fedoraproject.org
|
||||||
- role: fedora-web/start
|
- role: fedora-web/start
|
||||||
website: start.fedoraproject.org
|
website: start.fedoraproject.org
|
||||||
- role: fedora-web/boot
|
|
||||||
website: boot.fedoraproject.org
|
|
||||||
- role: fedora-web/mirrors
|
- role: fedora-web/mirrors
|
||||||
website: mirrors.fedoraproject.org
|
website: mirrors.fedoraproject.org
|
||||||
- role: fedora-web/communityblog
|
- role: fedora-web/communityblog
|
||||||
|
|
|
@ -561,6 +561,16 @@
|
||||||
website: pki.fedoraproject.org
|
website: pki.fedoraproject.org
|
||||||
target: http://dogtagpki.org/
|
target: http://dogtagpki.org/
|
||||||
|
|
||||||
|
- role: httpd/redirect
|
||||||
|
shortname: keys
|
||||||
|
website: keys.fedoraproject.org
|
||||||
|
target: https://fedoraproject.org/wiki/Infrastructure/graveyard
|
||||||
|
|
||||||
|
- role: httpd/redirect
|
||||||
|
shortname: boot
|
||||||
|
website: boot.fedoraproject.org
|
||||||
|
target: https://fedoraproject.org/wiki/Infrastructure/graveyard
|
||||||
|
|
||||||
# Cloudy bits
|
# Cloudy bits
|
||||||
- role: httpd/redirect
|
- role: httpd/redirect
|
||||||
shortname: cloud-front-page
|
shortname: cloud-front-page
|
||||||
|
|
|
@ -257,8 +257,8 @@
|
||||||
cert_name: "{{wildcard_cert_name}}"
|
cert_name: "{{wildcard_cert_name}}"
|
||||||
|
|
||||||
- role: httpd/website
|
- role: httpd/website
|
||||||
site_name: boot.fedoraproject.org
|
site_name: keys.fedoraproject.org
|
||||||
server_aliases: [boot.stg.fedoraproject.org]
|
server_aliases: [keys.stg.fedoraproject.org]
|
||||||
sslonly: true
|
sslonly: true
|
||||||
cert_name: "{{wildcard_cert_name}}"
|
cert_name: "{{wildcard_cert_name}}"
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,6 @@
|
||||||
with_items:
|
with_items:
|
||||||
- getfedora.org
|
- getfedora.org
|
||||||
- arm.fedoraproject.org
|
- arm.fedoraproject.org
|
||||||
- boot.fedoraproject.org
|
|
||||||
- fedoracommunity.org
|
- fedoracommunity.org
|
||||||
- developer.fedoraproject.org
|
- developer.fedoraproject.org
|
||||||
- fedoraproject.org
|
- fedoraproject.org
|
||||||
|
|
|
@ -1 +1,5 @@
|
||||||
DocumentRoot /srv/web/boot.fedoraproject.org
|
DocumentRoot /srv/web/boot.fedoraproject.org
|
||||||
|
|
||||||
|
RewriteEngine On
|
||||||
|
|
||||||
|
RewriteRule ^/.* https://fedoraproject.org/wiki/Infrastructure/Fedorahosted-retirement
|
||||||
|
|
|
@ -65,7 +65,6 @@ popd > /dev/null
|
||||||
|
|
||||||
build flocktofedora.org
|
build flocktofedora.org
|
||||||
build spins.fedoraproject.org
|
build spins.fedoraproject.org
|
||||||
build boot.fedoraproject.org
|
|
||||||
build fedoracommunity.org
|
build fedoracommunity.org
|
||||||
build fudcon.fedoraproject.org
|
build fudcon.fedoraproject.org
|
||||||
build start.fedoraproject.org
|
build start.fedoraproject.org
|
||||||
|
|
|
@ -65,7 +65,6 @@ popd > /dev/null
|
||||||
/usr/bin/git pull -q --ff-only || exit 1
|
/usr/bin/git pull -q --ff-only || exit 1
|
||||||
|
|
||||||
build flocktofedora.org
|
build flocktofedora.org
|
||||||
build boot.fedoraproject.org
|
|
||||||
build fedoracommunity.org
|
build fedoracommunity.org
|
||||||
build fudcon.fedoraproject.org
|
build fudcon.fedoraproject.org
|
||||||
build start.fedoraproject.org
|
build start.fedoraproject.org
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
PO_DIR=/var/tmp/po_dir
|
PO_DIR=/var/tmp/po_dir
|
||||||
SITES="alt.fedoraproject.org \
|
SITES="alt.fedoraproject.org \
|
||||||
boot.fedoraproject.org \
|
|
||||||
fedoracommunity.org \
|
fedoracommunity.org \
|
||||||
fedorahosted.org \
|
fedorahosted.org \
|
||||||
fedoraproject.org \
|
fedoraproject.org \
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
PO_DIR=/var/tmp/po_dir
|
PO_DIR=/var/tmp/po_dir
|
||||||
SITES="alt.fedoraproject.org \
|
SITES="alt.fedoraproject.org \
|
||||||
boot.fedoraproject.org \
|
|
||||||
fedoracommunity.org \
|
fedoracommunity.org \
|
||||||
fedorahosted.org \
|
fedorahosted.org \
|
||||||
fedoraproject.org \
|
fedoraproject.org \
|
||||||
|
|
|
@ -35,7 +35,6 @@
|
||||||
with_items:
|
with_items:
|
||||||
- fedora-web
|
- fedora-web
|
||||||
- fedoraproject.org
|
- fedoraproject.org
|
||||||
- boot.fedoraproject.org
|
|
||||||
- spins.fedoraproject.org
|
- spins.fedoraproject.org
|
||||||
- talk.fedoraproject.org
|
- talk.fedoraproject.org
|
||||||
- start.fedoraproject.org
|
- start.fedoraproject.org
|
||||||
|
|
|
@ -86,14 +86,6 @@ gid = root
|
||||||
read only = yes
|
read only = yes
|
||||||
hosts allow = 10.5.126.0/255.255.255.0 192.168.0.0/255.255.0.0 10.5.128.0/255.255.255.0
|
hosts allow = 10.5.126.0/255.255.255.0 192.168.0.0/255.255.0.0 10.5.128.0/255.255.255.0
|
||||||
|
|
||||||
[boot.fedoraproject.org]
|
|
||||||
comment = boot.fedoraproject.org
|
|
||||||
path = /srv/web/boot.fedoraproject.org
|
|
||||||
uid = root
|
|
||||||
gid = root
|
|
||||||
read only = yes
|
|
||||||
hosts allow = 10.5.126.0/255.255.255.0 192.168.0.0/255.255.0.0 10.5.128.0/255.255.255.0
|
|
||||||
|
|
||||||
[mirrors.fedoraproject.org]
|
[mirrors.fedoraproject.org]
|
||||||
comment = mirrors.fedoraproject.org
|
comment = mirrors.fedoraproject.org
|
||||||
path = /srv/web/mirrors.fedoraproject.org
|
path = /srv/web/mirrors.fedoraproject.org
|
||||||
|
|
|
@ -86,14 +86,6 @@ gid = root
|
||||||
read only = yes
|
read only = yes
|
||||||
hosts allow = 10.5.126.0/255.255.255.0 192.168.0.0/255.255.0.0 10.5.128.0/255.255.255.0
|
hosts allow = 10.5.126.0/255.255.255.0 192.168.0.0/255.255.0.0 10.5.128.0/255.255.255.0
|
||||||
|
|
||||||
[boot.fedoraproject.org]
|
|
||||||
comment = boot.fedoraproject.org
|
|
||||||
path = /srv/web/boot.fedoraproject.org
|
|
||||||
uid = root
|
|
||||||
gid = root
|
|
||||||
read only = yes
|
|
||||||
hosts allow = 10.5.126.0/255.255.255.0 192.168.0.0/255.255.0.0 10.5.128.0/255.255.255.0
|
|
||||||
|
|
||||||
[mirrors.fedoraproject.org]
|
[mirrors.fedoraproject.org]
|
||||||
comment = mirrors.fedoraproject.org
|
comment = mirrors.fedoraproject.org
|
||||||
path = /srv/web/mirrors.fedoraproject.org
|
path = /srv/web/mirrors.fedoraproject.org
|
||||||
|
|
|
@ -44,7 +44,7 @@ TREEDIR=${LOGDIR}/${YEAR}/${MONTH}/${DAY}
|
||||||
AWSTATS=/usr/share/awstats/wwwroot/cgi-bin/awstats.pl
|
AWSTATS=/usr/share/awstats/wwwroot/cgi-bin/awstats.pl
|
||||||
HTMLDOC=/usr/bin/htmldoc
|
HTMLDOC=/usr/bin/htmldoc
|
||||||
|
|
||||||
SITES="admin.fedoraproject.org apps.fedoraproject.org arm.fedoraproject.org ask.fedoraproject.org badges.fedoraproject.org bodhi.fedoraproject.org boot.fedoraproject.org budget.fedoraproject.org bugz.fedoraproject.org cloud.fedoraproject.org codecs.fedoraproject.org communityblog.fedoraproject.org copr.fedoraproject.org developer.fedoraproject.org developers.fedoraproject.org docs.fedoraproject.org docs-old.fedoraproject.org download.fedoraproject.org fas.fedoraproject.org fedora.my fedoracommunity.org fedoramagazine.org fedoraproject.com fedoraproject.org flocktofedora.net flocktofedora.org fonts.fedoraproject.org fpaste.org fudcon.fedoraproject.org get.fedoraproject.org getfedora.org help.fedoraproject.org id.fedoraproject.org it.fedoracommunity.org join.fedoraproject.org k12linux.org kde.fedoraproject.org l10n.fedoraproject.org labs.fedoraproject.org lists.fedorahosted.org lists.fedoraproject.org meetbot-raw.fedoraproject.org meetbot.fedoraproject.org mirrors.fedoraproject.org nightly.fedoraproject.org osbs.fedoraproject.org paste.fedoraproject.org pdc.fedoraproject.org people.fedoraproject.org port389.org qa.fedoraproject.org redirect.fedoraproject.org registry.fedoraproject.org smolts.org spins.fedoraproject.org src.fedoraproject.org start.fedoraproject.org store.fedoraproject.org taskotron.fedoraproject.org translate.fedoraproject.org uk.fedoracommunity.org "
|
SITES="admin.fedoraproject.org apps.fedoraproject.org arm.fedoraproject.org ask.fedoraproject.org badges.fedoraproject.org bodhi.fedoraproject.org budget.fedoraproject.org bugz.fedoraproject.org cloud.fedoraproject.org codecs.fedoraproject.org communityblog.fedoraproject.org copr.fedoraproject.org developer.fedoraproject.org developers.fedoraproject.org docs.fedoraproject.org docs-old.fedoraproject.org download.fedoraproject.org fas.fedoraproject.org fedora.my fedoracommunity.org fedoramagazine.org fedoraproject.com fedoraproject.org flocktofedora.net flocktofedora.org fonts.fedoraproject.org fpaste.org fudcon.fedoraproject.org get.fedoraproject.org getfedora.org help.fedoraproject.org id.fedoraproject.org it.fedoracommunity.org join.fedoraproject.org k12linux.org kde.fedoraproject.org l10n.fedoraproject.org labs.fedoraproject.org lists.fedorahosted.org lists.fedoraproject.org meetbot-raw.fedoraproject.org meetbot.fedoraproject.org mirrors.fedoraproject.org nightly.fedoraproject.org osbs.fedoraproject.org paste.fedoraproject.org pdc.fedoraproject.org people.fedoraproject.org port389.org qa.fedoraproject.org redirect.fedoraproject.org registry.fedoraproject.org smolts.org spins.fedoraproject.org src.fedoraproject.org start.fedoraproject.org store.fedoraproject.org taskotron.fedoraproject.org translate.fedoraproject.org uk.fedoracommunity.org "
|
||||||
|
|
||||||
pushd ${CONFDIR}
|
pushd ${CONFDIR}
|
||||||
for SITE in ${SITES}; do
|
for SITE in ${SITES}; do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue