Skip to content

Commit

Permalink
reuse: addheader GPL ci folder
Browse files Browse the repository at this point in the history
Add GPL copyright header to the files
in the ci folder.

Signed-off-by: Albert Esteve <[email protected]>
  • Loading branch information
aesteve-rh authored and mz-pdm committed Sep 30, 2022
1 parent 0a4d521 commit 7368e0f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/README
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
SPDX-FileCopyrightText: Red Hat, Inc.
SPDX-License-Identifier: GPL-2.0-or-later
-->

Take a look to the [wiki] page on the details of what is in this directory and
how it's used.

Expand Down
3 changes: 3 additions & 0 deletions ci/lint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash -xe

# SPDX-FileCopyrightText: Red Hat, Inc.
# SPDX-License-Identifier: GPL-2.0-or-later

./autogen.sh --system
make
make lint
3 changes: 3 additions & 0 deletions ci/rpm.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash -xe

# SPDX-FileCopyrightText: Red Hat, Inc.
# SPDX-License-Identifier: GPL-2.0-or-later

export EXPORT_DIR="${EXPORT_DIR:-exported-artifacts}"

if [ "$GITHUB_EVENT_NAME" = "push" ]; then
Expand Down
3 changes: 3 additions & 0 deletions ci/tests-storage.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/sh -e

# SPDX-FileCopyrightText: Red Hat, Inc.
# SPDX-License-Identifier: GPL-2.0-or-later

print_help() {
echo "Usage: $0 USER"
echo ""
Expand Down
3 changes: 3 additions & 0 deletions ci/tests.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash -xe

# SPDX-FileCopyrightText: Red Hat, Inc.
# SPDX-License-Identifier: GPL-2.0-or-later

# Enable IPv6
echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6
# Load bonding module
Expand Down

0 comments on commit 7368e0f

Please sign in to comment.