Ran Ziv created ARIA-323:
----------------------------
Summary: Update release script to remove older releases/candidates
Key: ARIA-323
URL: https://issues.apache.org/jira/browse/ARIA-323
Project: AriaTosca
Issue Type: Task
Reporter: Ran Ziv
Priority: Minor
The [release
script|https://github.com/apache/incubator-ariatosca/blob/master/release/asf-release.sh]
currently creates a release candidate on {{dist/dev}}, and (on a separate
command) copies this candidate to {{dist/release}}. It never actually deletes
older releases/candidates.
The script should be updated to:
1) Use {{svn mv}} to move a release candidate from {{dist/dev}} to
{{dist/release}} (thereby cleaning it up from {{dist/dev}})
2) After moving a new release to {{dist/release}}, remove the older release on
{{dist/dev}}.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)