Return-Path: X-Original-To: apmail-openjpa-commits-archive@www.apache.org Delivered-To: apmail-openjpa-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2CBBDF088 for ; Thu, 18 Apr 2013 20:59:29 +0000 (UTC) Received: (qmail 549 invoked by uid 500); 18 Apr 2013 20:59:29 -0000 Delivered-To: apmail-openjpa-commits-archive@openjpa.apache.org Received: (qmail 523 invoked by uid 500); 18 Apr 2013 20:59:29 -0000 Mailing-List: contact commits-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list commits@openjpa.apache.org Received: (qmail 516 invoked by uid 99); 18 Apr 2013 20:59:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Apr 2013 20:59:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Apr 2013 20:59:27 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 7651D2388A3D for ; Thu, 18 Apr 2013 20:59:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r859007 - in /websites/staging/openjpa/trunk/content: ./ apache-nexus-release-process-(1.2.x-2.1.x).html Date: Thu, 18 Apr 2013 20:59:07 -0000 To: commits@openjpa.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130418205907.7651D2388A3D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Thu Apr 18 20:59:07 2013 New Revision: 859007 Log: Staging update by buildbot for openjpa Modified: websites/staging/openjpa/trunk/content/ (props changed) websites/staging/openjpa/trunk/content/apache-nexus-release-process-(1.2.x-2.1.x).html Propchange: websites/staging/openjpa/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Thu Apr 18 20:59:07 2013 @@ -1 +1 @@ -1469555 +1469569 Modified: websites/staging/openjpa/trunk/content/apache-nexus-release-process-(1.2.x-2.1.x).html ============================================================================== --- websites/staging/openjpa/trunk/content/apache-nexus-release-process-(1.2.x-2.1.x).html (original) +++ websites/staging/openjpa/trunk/content/apache-nexus-release-process-(1.2.x-2.1.x).html Thu Apr 18 20:59:07 2013 @@ -577,7 +577,7 @@ $ svn commit -m "Commit
  • -

    verify that /www/openjpa.apache.org/builds/${RELEASE}/docs/manual is populated correctly by comparing it to a previous release.

    +

    Verify that /www/openjpa.apache.org/builds/${RELEASE}/docs/manual is populated correctly by comparing it to a previous release.

  • @@ -587,8 +587,6 @@ $ svn commit -m "Commit

    ssh to people.apache.org and create the distribution folder

    $ mkdir /www/www.apache.org/dist/openjpa/${RELEASE}
    -$ chgrp -R openjpa /www/www.apache.org/dist/openjpa/${RELEASE}
    -$ chmod -R g+w /www/www.apache.org/dist/openjpa/${RELEASE}
     
    @@ -606,6 +604,14 @@ $ wget [--no-check-certificate] https://

    Along with the .zip.asc, .zip.md5 and *.zip.sha1 for both ZIP files above.

  • +

    Update openjpa group access

    +
    $ chgrp -R openjpa /www/www.apache.org/dist/openjpa/${RELEASE}
    +$ chmod -R g+w /www/www.apache.org/dist/openjpa/${RELEASE}
    +
    + + +
  • +
  • Optional: Remove the previous version from /dist. Ie if you're publishing 2.0.1 you would remove 2.0.0. Verify that the release being removed is in the distribution archives before removing.

    $ ls -la /www/archive.apache.org/dist/openjpa/2.0.0/
     $ rm -rf /www/openjpa.apache.org/dist/openjpa/2.0.0
    @@ -638,18 +644,18 @@ You may also need to make a new release 
     
  • Update the Documentation wiki page:

      +
    • Update the new SNAPSHOT manual and javadoc links
    • +
    • Add a newly created release entry
    • -

      Latest release link (as needed)

      -
      $ rm /www/openjpa.apache.org/docs/latest
      -$ ln -fvs ../builds/${RELEASE}/apache-openjpa/docs/ /www/openjpa.apache.org/docs/latest
      +

      Update SNAPSHOT documentation source URL in https://svn.apache.org/repos/asf/openjpa/site/trunk/content/.htaccess. For example:

      +
      From
      +  Redirect Permanent /builds/apache-openjpa-2.2.2-SNAPSHOT/docs   http://ci.apache.org/projects/openjpa/2.2.x
      +to        
      +  Redirect Permanent /builds/apache-openjpa-2.2.3-SNAPSHOT/docs   http://ci.apache.org/projects/openjpa/2.2.x
       
    • -
    • -

      Update the new SNAPSHOT manual and javadoc links

      -
    • -
    • Add a newly created release entry
  • @@ -664,6 +670,9 @@ $ ln -fvs ../builds/${<
  • +

    Push all the Wiki page changes to the openjpa.apache.org site using CMS "Publish Site" function.

    +
  • +
  • Make a blog announcement on the OpenJPA wiki.

    1. FIX ME!