Update the Repo. status table with accurate links (e.g., Travis, LICENSE, NOTICE files) (#92)

* Fix travis and other links in repo. status table.

* Fix travis and other links in repo. status table.

* Fix travis and other links in repo. status table.

* Fix travis and other links in repo. status table.

* Fix travis and other links in repo. status table.

* Fix ASF Licens file links in repo. status table.

* Add NOTICE file link column in repo. status table.

* Add NOTICE file link column in repo. status table.

* Add NOTICE file link column in repo. status table.

* Add NOTICE file link column in repo. status table.

* Add NOTICE file link column in repo. status table.

* Add NOTICE file link column in repo. status table.

* Add NOTICE file link column in repo. status table.

* Explain the column entry and where they link to.

* Explain the column entry and where they link to.

* Add NOTICE file link column in repo. status table.

* Update scancode build file link column in repo. status table.
1 file changed
tree: 75e448b652aad7ad0463e5fd13680232a5cf9836
  1. docs/
  2. tools/
  3. .travis.yml
  4. LICENSE.txt
  5. NOTICE.md
  6. README.md
README.md

OpenWhisk Graduate and Release Management

License Build Status

The primary goal of this project is to provide the Apache OpenWhisk project‘s Release Managers the automation needed to guarantee a release complies with both the Apache Software Foundation’s (ASF) Release Creation Process and Release Policy.

Specifically, this repository provides Release Management of all designated Apache OpenWhisk project repositories, by automating:

  • Verification of the source code LICENSE and NOTICE files
  • Building & deploying the OpenWhisk platform
  • Running Build Verification Tests (BVT)
  • Generating CHANGELOGs for each project repository (since last release)
  • Packaging and signing source code (compressed archives) and binaries
  • publishing the artifacts to the approved Apache directories

all in accordance with Apache guidelines.

Release Process Methodology

This project uses Travis CI as the automated integration build tool to streamline the release process of Apache OpenWhisk. Stages can be applied to build different jobs, which are able to run either in sequential or parallel. Artifacts can be shared across different jobs by using the cache feature in Travis, as different jobs run on different virtual machines.

Release publishing

Staged candidate releases of Apache OpenWhisk artifacts are published to the approved staging repository path under Apache with all required PGP singatures:

Once candidates are approved, in accordance with required release processes and policies, their artifacts can be moved from the staging path to the approved release path:

Instructions for Release Managers

Release Manager Tutorial

As a release manger of OpenWhisk, please visit OpenWhisk Release tutorial.

Specifications to implement the above release process

To find the specifications about how to implement the Apache Release process for OpenWhisk project set, please visit the following page.

Project status

The following table can be used by Release Managers to get quickly check the status of all project repositories that are currently included the current release plan:

Note:

  • The Travis build status badge is hyperlinked to the corresponding repository‘s Travis CI dashboard’s “branches” page.
  • The ASF License badge is hyperlinked to the corresponding repository's LICENSE file.
  • The ASF NOTICE column text links to the corresponding repository's NOTICE file.
  • The ScanCode column text is hyperlinked to the corresponding repository's build file that executes the utility.
    • The ASF scan configuration for all repos. can be found here: ASF-Release.cfg.
  • The Slack badge is hyperlinked to the corresponding repository's public Slack channel.

References

Notes

This project is still “in development” with many steps still in the process of being automated and brought into compliance. We welcome any reviews, comments or contributions to help us complete and improve any part of the process.