mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-05 09:17:44 +03:00
ci: use LGPLv2+ for all our ci configuration
This commit is contained in:
parent
43d6fcc09f
commit
186b9041ae
2
.github/labeler.yml
vendored
2
.github/labeler.yml
vendored
@ -1,3 +1,5 @@
|
|||||||
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
|
|
||||||
hwdb:
|
hwdb:
|
||||||
- hwdb.d/**/*
|
- hwdb.d/**/*
|
||||||
units:
|
units:
|
||||||
|
1
.github/workflows/build_test.sh
vendored
1
.github/workflows/build_test.sh
vendored
@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
|
1
.github/workflows/build_test.yml
vendored
1
.github/workflows/build_test.yml
vendored
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
# vi: ts=2 sw=2 et:
|
# vi: ts=2 sw=2 et:
|
||||||
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
#
|
#
|
||||||
name: Build test
|
name: Build test
|
||||||
on:
|
on:
|
||||||
|
1
.github/workflows/cifuzz.yml
vendored
1
.github/workflows/cifuzz.yml
vendored
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
# vi: ts=2 sw=2 et:
|
# vi: ts=2 sw=2 et:
|
||||||
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
# See: https://google.github.io/oss-fuzz/getting-started/continuous-integration/
|
# See: https://google.github.io/oss-fuzz/getting-started/continuous-integration/
|
||||||
|
|
||||||
name: CIFuzz
|
name: CIFuzz
|
||||||
|
1
.github/workflows/coverity.yml
vendored
1
.github/workflows/coverity.yml
vendored
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
# vi: ts=2 sw=2 et:
|
# vi: ts=2 sw=2 et:
|
||||||
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
#
|
#
|
||||||
name: Coverity
|
name: Coverity
|
||||||
|
|
||||||
|
1
.github/workflows/labeler.yml
vendored
1
.github/workflows/labeler.yml
vendored
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
# vi: ts=2 sw=2 et:
|
# vi: ts=2 sw=2 et:
|
||||||
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
#
|
#
|
||||||
name: "Pull Request Labeler"
|
name: "Pull Request Labeler"
|
||||||
|
|
||||||
|
1
.github/workflows/linter.yml
vendored
1
.github/workflows/linter.yml
vendored
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
# vi: ts=2 sw=2 et:
|
# vi: ts=2 sw=2 et:
|
||||||
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
# https://github.com/marketplace/actions/super-linter
|
# https://github.com/marketplace/actions/super-linter
|
||||||
name: Lint Code Base
|
name: Lint Code Base
|
||||||
|
|
||||||
|
1
.github/workflows/mkosi.yml
vendored
1
.github/workflows/mkosi.yml
vendored
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
# vi: ts=2 sw=2 et:
|
# vi: ts=2 sw=2 et:
|
||||||
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
# Simple boot tests that build and boot the mkosi images generated by the mkosi config files in mkosi.default.d/.
|
# Simple boot tests that build and boot the mkosi images generated by the mkosi config files in mkosi.default.d/.
|
||||||
name: mkosi
|
name: mkosi
|
||||||
|
|
||||||
|
1
.github/workflows/unit_tests.sh
vendored
1
.github/workflows/unit_tests.sh
vendored
@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
|
|
||||||
# shellcheck disable=SC2206
|
# shellcheck disable=SC2206
|
||||||
PHASES=(${@:-SETUP RUN RUN_ASAN_UBSAN CLEANUP})
|
PHASES=(${@:-SETUP RUN RUN_ASAN_UBSAN CLEANUP})
|
||||||
|
1
.github/workflows/unit_tests.yml
vendored
1
.github/workflows/unit_tests.yml
vendored
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
# vi: ts=2 sw=2 et:
|
# vi: ts=2 sw=2 et:
|
||||||
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
#
|
#
|
||||||
name: Unit tests
|
name: Unit tests
|
||||||
on:
|
on:
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
|
|
||||||
set -eux
|
set -eux
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
# vi: ts=2 sw=2 et:
|
# vi: ts=2 sw=2 et:
|
||||||
|
|
||||||
version: v1.0
|
version: v1.0
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
|
|
||||||
# Exclude following paths from the Coccinelle transformations
|
# Exclude following paths from the Coccinelle transformations
|
||||||
EXCLUDED_PATHS=(
|
EXCLUDED_PATHS=(
|
||||||
|
Loading…
Reference in New Issue
Block a user