rcbops/releases

Name: releases

Owner: rcbops

Description: Information about the meta-releases for RPC

Created: 2017-08-03 15:21:10.0

Updated: 2018-05-01 16:54:57.0

Pushed: 2018-05-18 17:51:23.0

Homepage: null

Size: 12

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Releases

This repository stores RPC meta-releases.

Each release is represented by a file in releases/. This file contains the name of the release, description and a list of all the components included in the release.

Release file specification

Name must match the following regex: YYYY\.MM?\.yml

The file is yaml, so should begin ---

The yaml document should be a dictionary with single top level key: meta-release. Meta-relase should be a dictionary with three keys:

Example:


ta-release:
name: 2017.8
description: |
  The first RPC meta-release :)
components:
  - name: rpc-openstack
    url: https://github.com/rcbops/rpc-openstack
    version: r14.1.1
  - name: rpc-maas
    url: https://github.com/rcbops/rpc-maas
    version: 1.0.0

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.