Apache Airavata

Recovering from a vetoed release

  1. Reply to the initial vote email and prepend to the original subject -

    [CANCELED]

  2. Delete the svn tag created by the release:perform step -

    $ svn del https://svn.apache.org/repos/asf/airavata/tags/${project.version} -m "deleting tag from rolled back release"

  3. Revert the svn to old version mvn -P apache-release release:rollback

  4. Delete the build artifacts on people & www

  5. Drop the nexus staging repo

    1. https://repository.apache.org/index.html
    2. Enterprise --> Staging
    3. Staging tab --> Name column --> org.apache.airavata
    4. Right click on the closed staging repo (org.apache.airavata-XXX) and select Drop.
  6. Remove the staged site

  7. Make the required updates that caused the vote to be canceled during the next release cycle


  • No labels