diff options
author | James Gu <james.gu@att.com> | 2021-06-24 13:31:42 -0700 |
---|---|---|
committer | James Gu <james.gu@att.com> | 2021-06-24 13:31:42 -0700 |
commit | 62e0539d76708bd9fd054cda119e3b33e85cfb53 (patch) | |
tree | aa471e1cf6a27e1e264445b14c81e7c3059992ab /releases | |
parent | 4e9d49d672614f68177b1ab3299ec2292ef476ec (diff) |
Create kali stable branch in Airship installer project
Signed-off-by: James Gu <james.gu@att.com>
Change-Id: I7887382178306806990e2b05b56be7a180465d89
Diffstat (limited to 'releases')
-rw-r--r-- | releases/kali/airship.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/releases/kali/airship.yaml b/releases/kali/airship.yaml new file mode 100644 index 000000000..6eb5f6ffd --- /dev/null +++ b/releases/kali/airship.yaml @@ -0,0 +1,19 @@ +# SPDX-License-Identifier: Apache-2.0 +############################################################################## +# Copyright (c) 2020 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/kali + location: + airship: 88723e1bb827b0efa57f47cb12d0ff1c1fe7802c + +release-notes: http://docs.opnfv.org/en/stable-kali/submodules/airship/docs/release/release-notes/release-notes.html |