Uploaded image for project: 'jboss.org'
  1. jboss.org
  2. ORG-608

Release Steps - 3.9.0

XMLWordPrintable

      JBoss Community 3.9.0 Release Steps - Borg vivification (planet.jboss.org)

      Pre-release steps:
      1. [D] Turn off EAP on FeedsVM
      2. [D] rm -rf /services/feeds/index/*

      Release steps:
      3. [D] turn on maintenance on Labs VM
      4. [D] copy 'blogs' DB to 'borg' DB
      5. [D] start up FeedsVM EAP
      6. [D] Modify apache rewrite rule in file /etc/httpd/conf/vhosts/www.jboss.org-common/www.jboss.org-proxy.conf.
      Currently it looks like:
      RewriteRule ^/feeds($|/)(.*) http://${addrs:labs}/feeds$1$2 [P,L]
      and it should be changed to
      RewriteRule ^/feeds($|/)(.*) http://planet.jboss.org/$1$2 [R=permanent,L]
      7. [D] Turn off maintenance from Labs.

      Rolback steps:
      [D] If step 6 from release steps was already done then modify apache rewrite rule in file /etc/httpd/conf/vhosts/www.jboss.org-common/www.jboss.org-proxy.conf.
      From:
      RewriteRule ^/feeds($|/)(.*) http://planet.jboss.org/$1$2 [R=permanent,L]
      to:
      RewriteRule ^/feeds($|/)(.*) http://${addrs:labs}/feeds$1$2 [P,L]

              rkozmik@redhat.com Ryszard Kozmik
              rkozmik@redhat.com Ryszard Kozmik
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: