From 245d41d7c579cebb263257871042e90e75ad8b01 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 20 Nov 2022 16:36:28 +0100 Subject: [PATCH] CI scripts: fix typo in URL (MR 3655) Note that the URLs in these scripts are not only for information, but they are also used as marker by pmbootstrap so it knows these are compatible with 'pmbootstrap ci'. I just fixed the typo in the pmbootstrap code as well and made a new release, use pmbootstrap 1.50.0 or above to have it recognize these scripts with 'pmbootstrap ci' again. --- .ci/apkbuild-lint.sh | 2 +- .ci/commits.sh | 2 +- .ci/ec.sh | 2 +- .ci/flake8.sh | 2 +- .ci/grep.sh | 2 +- .ci/kconfig.sh | 2 +- .ci/lib/build_changed_aports.sh | 2 +- .ci/pytest.sh | 2 +- .ci/shellcheck.sh | 2 +- .ci/wiki.sh | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.ci/apkbuild-lint.sh b/.ci/apkbuild-lint.sh index 7c86890cf..08f9cf183 100755 --- a/.ci/apkbuild-lint.sh +++ b/.ci/apkbuild-lint.sh @@ -2,7 +2,7 @@ # Description: run apkbuild-lint on modified APKBUILDs # Options: native # Use 'native' because it requires git commit history. -# https://postmarktos.org/pmb-ci +# https://postmarketos.org/pmb-ci if [ "$(id -u)" = 0 ]; then set -x diff --git a/.ci/commits.sh b/.ci/commits.sh index 12eb00d2f..89d43361a 100755 --- a/.ci/commits.sh +++ b/.ci/commits.sh @@ -4,7 +4,7 @@ # Description: check pkgver/pkgrel bumps, amount of changed pkgs etc # Options: native # Use 'native' because it requires git commit history. -# https://postmarktos.org/pmb-ci +# https://postmarketos.org/pmb-ci if [ "$(id -u)" = 0 ]; then set -x diff --git a/.ci/ec.sh b/.ci/ec.sh index 37347a22d..6bb4c0565 100755 --- a/.ci/ec.sh +++ b/.ci/ec.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # Description: editorconfig-checker: lint for trailing whitespaces etc. -# https://postmarktos.org/pmb-ci +# https://postmarketos.org/pmb-ci if [ "$(id -u)" = 0 ]; then set -x diff --git a/.ci/flake8.sh b/.ci/flake8.sh index b35d9fd4e..0e0cae211 100755 --- a/.ci/flake8.sh +++ b/.ci/flake8.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # Description: lint CI related python scripts/tests -# https://postmarktos.org/pmb-ci +# https://postmarketos.org/pmb-ci if [ "$(id -u)" = 0 ]; then set -x diff --git a/.ci/grep.sh b/.ci/grep.sh index a40e8ab85..1bf0c484f 100755 --- a/.ci/grep.sh +++ b/.ci/grep.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # Description: check various bad patterns with grep -# https://postmarktos.org/pmb-ci +# https://postmarketos.org/pmb-ci if [ "$(id -u)" = 0 ]; then set -x diff --git a/.ci/kconfig.sh b/.ci/kconfig.sh index 4599b1fa7..fa5d50d23 100755 --- a/.ci/kconfig.sh +++ b/.ci/kconfig.sh @@ -2,7 +2,7 @@ # Description: check all kernel configs with 'pmbootstrap kconfig check' # Options: native # Use 'native' because it requires running pmbootstrap. -# https://postmarktos.org/pmb-ci +# https://postmarketos.org/pmb-ci if [ "$(id -u)" = 0 ]; then set -x diff --git a/.ci/lib/build_changed_aports.sh b/.ci/lib/build_changed_aports.sh index 252af7ffd..d9626bdc0 100755 --- a/.ci/lib/build_changed_aports.sh +++ b/.ci/lib/build_changed_aports.sh @@ -1,7 +1,7 @@ #!/bin/sh -e # Description: build modified packages for this architecture # Options: native slow -# https://postmarktos.org/pmb-ci +# https://postmarketos.org/pmb-ci if [ "$(id -u)" = 0 ]; then set -x diff --git a/.ci/pytest.sh b/.ci/pytest.sh index 69930832b..4ff1e2b98 100755 --- a/.ci/pytest.sh +++ b/.ci/pytest.sh @@ -4,7 +4,7 @@ # Description: lint with various python tests # Options: native # Use 'native' because it requires pmbootstrap. -# https://postmarktos.org/pmb-ci +# https://postmarketos.org/pmb-ci if [ "$(id -u)" = 0 ]; then set -x diff --git a/.ci/shellcheck.sh b/.ci/shellcheck.sh index 5317b5512..9a3b2da06 100755 --- a/.ci/shellcheck.sh +++ b/.ci/shellcheck.sh @@ -2,7 +2,7 @@ # Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later # Description: lint all shell scripts -# https://postmarktos.org/pmb-ci +# https://postmarketos.org/pmb-ci DIR="$(cd "$(dirname "$0")/.." && pwd -P)" diff --git a/.ci/wiki.sh b/.ci/wiki.sh index b436defcb..de2b43568 100755 --- a/.ci/wiki.sh +++ b/.ci/wiki.sh @@ -2,7 +2,7 @@ # Description: verify devices are documented in the wiki # Options: native # Run natively so we don't need to set up a chroot, python3 is the only dep. -# https://postmarktos.org/pmb-ci +# https://postmarketos.org/pmb-ci if [ "$(id -u)" = 0 ]; then set -x