diff options
-rw-r--r-- | releases/jerma/airship.yaml | 4 | ||||
-rw-r--r-- | releases/jerma/barometer.yaml | 17 | ||||
-rw-r--r-- | releases/jerma/doctor.yaml | 17 | ||||
-rw-r--r-- | releases/jerma/kuberef.yaml | 17 |
4 files changed, 53 insertions, 2 deletions
diff --git a/releases/jerma/airship.yaml b/releases/jerma/airship.yaml index 147784cd8..9b15fe598 100644 --- a/releases/jerma/airship.yaml +++ b/releases/jerma/airship.yaml @@ -12,6 +12,6 @@ project-type: installer release-model: stable branches: - - name: stable/iruya + - name: stable/jerma location: - airship: 53fcf67dbb9545fa939aa11386e26bfe3dda6cad + airship: 4b2c638c2495be08953c1687ddbe689927d6cd8f diff --git a/releases/jerma/barometer.yaml b/releases/jerma/barometer.yaml new file mode 100644 index 000000000..929d31275 --- /dev/null +++ b/releases/jerma/barometer.yaml @@ -0,0 +1,17 @@ +# 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: barometer +project-type: feature +release-model: stable + +branches: + - name: stable/jerma + location: + barometer: f521375d6e898bbdef7abcd9cae25677af96bd82 diff --git a/releases/jerma/doctor.yaml b/releases/jerma/doctor.yaml new file mode 100644 index 000000000..2c089243a --- /dev/null +++ b/releases/jerma/doctor.yaml @@ -0,0 +1,17 @@ +# SPDX-License-Identifier: Apache-2.0 +############################################################################## +# Copyright (c) 2020 Nokia Corporation 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: doctor +project-type: feature +release-model: stable + +branches: + - name: stable/jerma + location: + doctor: 72a1f8c92f1692f1ea8dcb5bc706ec9939c30e0a diff --git a/releases/jerma/kuberef.yaml b/releases/jerma/kuberef.yaml new file mode 100644 index 000000000..27fc8e4b9 --- /dev/null +++ b/releases/jerma/kuberef.yaml @@ -0,0 +1,17 @@ +# 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: kuberef +project-type: installer +release-model: stable + +branches: + - name: stable/jerma + location: + kuberef: d3916f20f0b10da360cc6c38b61e1ee04d6278c5 |