[Buildbot] #3043: Host www.buildbot.net with Ansible

Buildbot trac trac at buildbot.net
Sat Dec 13 16:49:32 UTC 2014


#3043: Host www.buildbot.net with Ansible
--------------------+--------------------------------
Reporter:  dustin   |       Owner:  sa2ajj
    Type:  task     |      Status:  accepted
Priority:  major    |   Milestone:  sys - on-bb-infra
 Version:           |  Resolution:
Keywords:  ansible  |
--------------------+--------------------------------

Comment (by dustin):

 {{{
 <VirtualHost buildbot.net:80>
         ServerName buildbot.net
         ServerAdmin dustin at v.igoro.us

         DocumentRoot /var/www/buildbot.net/built
         <Directory />
                 Options FollowSymLinks
                 AllowOverride None
         </Directory>
         <Directory /var/www/buildbot.net/built>
                 Options Indexes FollowSymLinks MultiViews
                 AllowOverride None
                 Order allow,deny
                 allow from all
         </Directory>

         # Redirect a bunch of old URLs

         # some links out there include the trailing ), >, ], etc.  Keep
 Google
         # happy by pointing those somewhere useful
         RedirectMatch permanent /trac[)>\]]?(.*)$
 http://trac.buildbot.net$1
         RedirectMatch permanent /buildbot/tutorial(.*)$
 http://docs.buildbot.net/latest/tutorial$1
         RedirectMatch permanent /pkgs(.*)$
 http://buildbot.buildbot.net/static/pkgs$1
         RedirectMatch permanent /metabuildbot(.*)$
 http://buildbot.buildbot.net$1
         RedirectMatch permanent /buildbot/coverage(.*)$
 http://buildbot.buildbot.net/static/coverage$1
         RedirectMatch permanent /buildbot/docs/(latest|current)/try.html
 http://docs.buildbot.net/$1/manual/cmdline.html
         RedirectMatch permanent
 /buildbot/docs/(latest|current)/Configuration.html
 http://docs.buildbot.net/$1/manual/configuration.html
         RedirectMatch permanent
 /buildbot/docs/(latest|current)/Installation.html
 http://docs.buildbot.net/$1/manual/installation.html
         RedirectMatch permanent /buildbot/docs/(latest|current)/Build-
 Steps.html http://docs.buildbot.net/$1/cfg-buildsteps.html
         RedirectMatch permanent
 /buildbot/docs/(latest|current)/Schedulers.html
 http://docs.buildbot.net/$1/manual/cfg-schedulers.html
         RedirectMatch permanent /buildbot/docs/(latest|current)/Change-
 Sources.html http://docs.buildbot.net/$1/manual/cfg-changesources.html
         RedirectMatch permanent /buildbot/docs/(latest|current)/Using-
 ShellCommands.html http://docs.buildbot.net/$1/manual/cfg-buildsteps.html
         RedirectMatch permanent
 /buildbot/docs/(latest|current)/ShellCommand.html
 http://docs.buildbot.net/$1/manual/cfg-buildsteps.html
         RedirectMatch permanent
 /buildbot/docs/(latest|current)/Requirements.html
 http://docs.buildbot.net/$1/manual/installation.html
         RedirectMatch permanent /buildbot/docs/(latest|current)/System-
 Architecture.html http://docs.buildbot.net/$1/manual/concepts.html
         RedirectMatch permanent
 /buildbot/docs/(latest|current)/WithProperties.html
 http://docs.buildbot.net/$1/manual/cfg-properties.html
         RedirectMatch permanent /buildbot/docs/(latest|current)/release-
 notes.html http://docs.buildbot.net/$1/relnotes/index.html
         RedirectMatch permanent /buildbot/docs/(latest|current)/release-
 notes/(.*) http://docs.buildbot.net/$1/relnotes/$2
         RedirectMatch permanent /buildbot/docs(.*)$
 http://docs.buildbot.net$1

         ErrorLog ${APACHE_LOG_DIR}/buildbot.net/error.log
         CustomLog ${APACHE_LOG_DIR}/buildbot.net/access.log combined
 </VirtualHost>
 }}}

 The redirects for /buildbot/docs can be omitted by now - they were for the
 texinfo-to-sphinx transition, which was a long time ago.

--
Ticket URL: <http://trac.buildbot.net/ticket/3043#comment:9>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list