diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2018-04-27 20:33:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-27 20:33:34 +0000 |
commit | b5caf0742acda5e0680643f8b219a8323b87cb1d (patch) | |
tree | 89189aee019463468da05a7c0c6468ccb64e65be /releases | |
parent | 1baa104d83002693f723e9b82abf3c570ba2dff4 (diff) | |
parent | ff9822f92b6af9f32d9ea37a2168ab380eaedda2 (diff) |
Merge "added support for joid release."
Diffstat (limited to 'releases')
-rw-r--r-- | releases/fraser/joid.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/releases/fraser/joid.yaml b/releases/fraser/joid.yaml index c2ca0cde1..6c230c3ae 100644 --- a/releases/fraser/joid.yaml +++ b/releases/fraser/joid.yaml @@ -1,9 +1,24 @@ +# SPDX-License-Identifier: Apache-2.0 +############################################################################## +# Copyright (c) 2018 The Linux Foundation and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## --- project: joid project-type: installer release-model: stable +releases: + - version: opnfv-6.0.0 + location: + joid: 266a4fd08bef19fca930cbbb1d45f5639b87d3c0 + branches: - name: stable/fraser location: joid: f1b6b2867e4e907cb84ea4670ad32f36bddcbf6c + +release-notes: http://docs.opnfv.org/en/stable-fraser/submodules/joid/docs/release/release-notes/index.html |