diff options
author | BIN HU <bin.hu@att.com> | 2019-12-06 22:22:06 -0800 |
---|---|---|
committer | BIN HU <bin.hu@att.com> | 2019-12-06 22:22:06 -0800 |
commit | 848084f7aeb9422dab76de9953da6c9898aa9c39 (patch) | |
tree | 2c94e8f5a276cd17f6a4fed4b32651b3edd44ddf /releases/iruya | |
parent | 8e65f2cf23f2a54aab01a54195dd154b4d96d91a (diff) |
Create stable/iruya branch for Airship Installer
Change-Id: Ifcbb846f96a83d85450ceee1c81d33fede61e49a
Signed-off-by: BIN HU <bin.hu@att.com>
Diffstat (limited to 'releases/iruya')
-rw-r--r-- | releases/iruya/airship.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/releases/iruya/airship.yaml b/releases/iruya/airship.yaml new file mode 100644 index 000000000..2eed6fc82 --- /dev/null +++ b/releases/iruya/airship.yaml @@ -0,0 +1,19 @@ +# 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: airship +project-type: installer +release-model: stable + +branches: + - name: stable/iruya + location: + airship: 425c6b76dbb4bbf172f866b914009a547511615b + +release-notes: https://opnfv-airship.readthedocs.io/en/stable-iruya/release/release-notes/ |