Skip to content

Commit

Permalink
Merge pull request #4980 from travier/main-license
Browse files Browse the repository at this point in the history
ci: Add SPDX-License-Identifier: Apache-2.0 OR MIT
  • Loading branch information
travier authored Jun 24, 2024
2 parents 4e96009 + 606d0e3 commit bbc3171
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/build-check.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/bash
# SPDX-License-Identifier: Apache-2.0 OR MIT
# Install build dependencies, run unit tests and installed tests.

# This script is what Prow runs.
Expand Down
1 change: 1 addition & 0 deletions ci/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/bash
# SPDX-License-Identifier: Apache-2.0 OR MIT
# Install build dependencies and then build.

set -xeuo pipefail
Expand Down
1 change: 1 addition & 0 deletions ci/ci-commitmessage-submodules.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# SPDX-License-Identifier: Apache-2.0 OR MIT
set -xeuo pipefail

dn=$(dirname $0)
Expand Down
1 change: 1 addition & 0 deletions ci/clang-analyzer.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/bash
# SPDX-License-Identifier: Apache-2.0 OR MIT
# Use the clang static analyzer

set -xeuo pipefail
Expand Down
1 change: 1 addition & 0 deletions ci/clang-build-check.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/bash
# SPDX-License-Identifier: Apache-2.0 OR MIT
# Install build dependencies, run unit tests and installed tests.

# This script is what Prow runs.
Expand Down
1 change: 1 addition & 0 deletions ci/codestyle.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: Apache-2.0 OR MIT
# Tests that validate structure of the source code;
# can be run without building it.
set -euo pipefail
Expand Down
1 change: 1 addition & 0 deletions ci/commit-validation.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# SPDX-License-Identifier: Apache-2.0 OR MIT
set -xeuo pipefail
# Add cheap (non-building) checks here
dn=$(dirname $0)
Expand Down
1 change: 1 addition & 0 deletions ci/composepost-checks.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# SPDX-License-Identifier: Apache-2.0 OR MIT
# This script expects a coreos-assembler working directory
# and will validate parts of the generated ostree commit.

Expand Down
1 change: 1 addition & 0 deletions ci/container-build-integration.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# SPDX-License-Identifier: Apache-2.0 OR MIT
# Verify container build flows
set -euo pipefail

Expand Down
1 change: 1 addition & 0 deletions ci/coreosci-rpmbuild.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# SPDX-License-Identifier: Apache-2.0 OR MIT
set -euo pipefail

dn=$(dirname $0)
Expand Down
1 change: 1 addition & 0 deletions ci/cosa-build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/bash
# SPDX-License-Identifier: Apache-2.0 OR MIT
# Build rpm-ostree, using cosa as a buildroot and then
# override the version inside cosa, then build FCOS
set -xeuo pipefail
Expand Down
1 change: 1 addition & 0 deletions ci/cosa-overrides.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# SPDX-License-Identifier: Apache-2.0 OR MIT
# Inject ideally temporary overrides into our cosa build
# skopeo for containers https://github.com/containers/skopeo/pull/1476
cd overrides/rpm
1 change: 1 addition & 0 deletions ci/install-cxx.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/bash
# SPDX-License-Identifier: Apache-2.0 OR MIT
# We use https://cxx.rs to generate C++ and Rust bridge code. If you change
# rust/src/lib.rs, you will need to install the tool.
set -xeuo pipefail
Expand Down
1 change: 1 addition & 0 deletions ci/install-test-deps.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# SPDX-License-Identifier: Apache-2.0 OR MIT
set -euo pipefail
dn=$(dirname $0)
. ${dn}/libbuild.sh
Expand Down
1 change: 1 addition & 0 deletions ci/installdeps.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/bash
# SPDX-License-Identifier: Apache-2.0 OR MIT
# Install build dependencies

set -xeuo pipefail
Expand Down
1 change: 1 addition & 0 deletions ci/libbuild.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/bash
# SPDX-License-Identifier: Apache-2.0 OR MIT

# OpenShift Prow jobs don't set $HOME, but we need
# one for cargo right now.
Expand Down
1 change: 1 addition & 0 deletions ci/prow/e2e-upgrades.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# SPDX-License-Identifier: Apache-2.0 OR MIT
set -xeuo pipefail

# Attempt to keep this script in sync with https://github.com/containers/bootc/blob/main/ci/run-kola.sh
Expand Down
1 change: 1 addition & 0 deletions ci/prow/fcos-e2e.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# SPDX-License-Identifier: Apache-2.0 OR MIT
set -xeuo pipefail

# Prow jobs don't support adding emptydir today
Expand Down
1 change: 1 addition & 0 deletions ci/prow/kola/upgrades
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# SPDX-License-Identifier: Apache-2.0 OR MIT
# Verify upgrades pulling from remote (authenticated) registries.
## kola:
## timeoutMin: 30
Expand Down
1 change: 1 addition & 0 deletions ci/ridiculous-rhel-devel-workaround.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/bash
# SPDX-License-Identifier: Apache-2.0 OR MIT
#
# Builds libsmartcols-devel which libdnf depends on
#
Expand Down
1 change: 1 addition & 0 deletions ci/test-container.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# SPDX-License-Identifier: Apache-2.0 OR MIT
set -xeuo pipefail

fatal() {
Expand Down
1 change: 1 addition & 0 deletions ci/unit.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# SPDX-License-Identifier: Apache-2.0 OR MIT
set -euo pipefail

dn=$(dirname $0)
Expand Down
1 change: 1 addition & 0 deletions ci/verify-cxx.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/bash
# SPDX-License-Identifier: Apache-2.0 OR MIT
# Verify that the cxx-generated C++ code is in sync
set -xeuo pipefail
dn=$(dirname $0)
Expand Down
1 change: 1 addition & 0 deletions ci/vmcheck-provision.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/bash
# SPDX-License-Identifier: Apache-2.0 OR MIT
# Install build dependencies, run unit tests and installed tests.

set -xeuo pipefail
Expand Down

0 comments on commit bbc3171

Please sign in to comment.