From general-return-3159-archive-asf-public=cust-asf.ponee.io@attic.apache.org Tue Jun 22 12:25:56 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 01843180669 for ; Tue, 22 Jun 2021 14:25:56 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id 6D0C65FE3F for ; Tue, 22 Jun 2021 12:25:55 +0000 (UTC) Received: (qmail 72498 invoked by uid 500); 22 Jun 2021 12:25:54 -0000 Mailing-List: contact general-help@attic.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@attic.apache.org Delivered-To: mailing list general@attic.apache.org Received: (qmail 72486 invoked by uid 99); 22 Jun 2021 12:25:54 -0000 Received: from Unknown (HELO svn01-us-east.apache.org) (13.90.137.153) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jun 2021 12:25:54 +0000 Received: from svn01-us-east.apache.org (svn01-us-east.apache.org [127.0.0.1]) by svn01-us-east.apache.org (ASF Mail Server at svn01-us-east.apache.org) with ESMTP id 16AED17B518 for ; Tue, 22 Jun 2021 12:25:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1890970 - /attic/site/xdocs/process.xml Date: Tue, 22 Jun 2021 12:25:54 -0000 To: general@attic.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20210622122554.16AED17B518@svn01-us-east.apache.org> Author: sebb Date: Tue Jun 22 12:25:53 2021 New Revision: 1890970 URL: http://svn.apache.org/viewvc?rev=1890970&view=rev Log: More info on updating site Modified: attic/site/xdocs/process.xml Modified: attic/site/xdocs/process.xml URL: http://svn.apache.org/viewvc/attic/site/xdocs/process.xml?rev=1890970&r1=1890969&r2=1890970&view=diff ============================================================================== --- attic/site/xdocs/process.xml (original) +++ attic/site/xdocs/process.xml Tue Jun 22 12:25:53 2021 @@ -135,8 +135,14 @@ ${Name} on behalf of ${project} + the At

You can generate the required changes using the retire.py script as follows:

./retire.py id1 [id2...]
-

This should generate two files for each id, as well as updating xdocs/stylesheets/project.xml

+

This should generate the following files for each ID, as well as updating xdocs/stylesheets/project.xml:

+
    +
  • ID.jira.tmp
  • +
  • xdocs/flagged/ID
  • +
  • xdocs/projects/ID.xml
  • +

Review the changes in xdocs/, then commit to svn.

+

The ID.jira.tmp file is text that can be copy-pasted into a JIRA description. It should be deleted after use, and not committed to SVN

The buildbot job will build the site and commit the result which will be published soon after