diff options
Diffstat (limited to 'releases/kali')
-rw-r--r-- | releases/kali/cirv.yaml | 17 | ||||
-rw-r--r-- | releases/kali/vineperf.yaml | 17 |
2 files changed, 34 insertions, 0 deletions
diff --git a/releases/kali/cirv.yaml b/releases/kali/cirv.yaml new file mode 100644 index 000000000..3a5fe6240 --- /dev/null +++ b/releases/kali/cirv.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: cirv +project-type: testing +release-model: stable + +branches: + - name: stable/kali + location: + cirv-sdv: 3daf232ec65cb42c9c4a05bed1f185fe1aa4bd0b diff --git a/releases/kali/vineperf.yaml b/releases/kali/vineperf.yaml new file mode 100644 index 000000000..2dcfe5cc9 --- /dev/null +++ b/releases/kali/vineperf.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: vineperf +project-type: testing +release-model: stable + +branches: + - name: stable/kali + location: + vineperf: 53bfad9e49e8d0ea585e92d6efda6c7a2fd779c1 |