From general-return-3166-archive-asf-public=cust-asf.ponee.io@attic.apache.org Wed Jun 23 05:57:01 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-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 81C41180636 for ; Wed, 23 Jun 2021 07:57:01 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id B691440715 for ; Wed, 23 Jun 2021 05:57:00 +0000 (UTC) Received: (qmail 89202 invoked by uid 500); 23 Jun 2021 05:57:00 -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 89189 invoked by uid 99); 23 Jun 2021 05:57:00 -0000 Received: from Unknown (HELO svn01-us-east.apache.org) (13.90.137.153) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jun 2021 05:57:00 +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 0311F17B518 for ; Wed, 23 Jun 2021 05:57:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1890988 - /attic/site/xdocs/process.xml Date: Wed, 23 Jun 2021 05:56:59 -0000 To: general@attic.apache.org From: hboutemy@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20210623055700.0311F17B518@svn01-us-east.apache.org> Author: hboutemy Date: Wed Jun 23 05:56:59 2021 New Revision: 1890988 URL: http://svn.apache.org/viewvc?rev=1890988&view=rev Log: code for file path Modified: attic/site/xdocs/process.xml Modified: attic/site/xdocs/process.xml URL: http://svn.apache.org/viewvc/attic/site/xdocs/process.xml?rev=1890988&r1=1890987&r2=1890988&view=diff ============================================================================== --- attic/site/xdocs/process.xml (original) +++ attic/site/xdocs/process.xml Wed Jun 23 05:56:59 2021 @@ -137,9 +137,9 @@ ${Name} on behalf of ${project} + the At
./retire.py id1 [id2...]

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
  • +
  • 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