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.
This commit is contained in:
Oliver Smith 2022-11-20 16:36:28 +01:00
parent e9e3295925
commit 245d41d7c5
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
10 changed files with 10 additions and 10 deletions

View file

@ -2,7 +2,7 @@
# Description: run apkbuild-lint on modified APKBUILDs # Description: run apkbuild-lint on modified APKBUILDs
# Options: native # Options: native
# Use 'native' because it requires git commit history. # Use 'native' because it requires git commit history.
# https://postmarktos.org/pmb-ci # https://postmarketos.org/pmb-ci
if [ "$(id -u)" = 0 ]; then if [ "$(id -u)" = 0 ]; then
set -x set -x

View file

@ -4,7 +4,7 @@
# Description: check pkgver/pkgrel bumps, amount of changed pkgs etc # Description: check pkgver/pkgrel bumps, amount of changed pkgs etc
# Options: native # Options: native
# Use 'native' because it requires git commit history. # Use 'native' because it requires git commit history.
# https://postmarktos.org/pmb-ci # https://postmarketos.org/pmb-ci
if [ "$(id -u)" = 0 ]; then if [ "$(id -u)" = 0 ]; then
set -x set -x

View file

@ -1,6 +1,6 @@
#!/bin/sh -e #!/bin/sh -e
# Description: editorconfig-checker: lint for trailing whitespaces etc. # Description: editorconfig-checker: lint for trailing whitespaces etc.
# https://postmarktos.org/pmb-ci # https://postmarketos.org/pmb-ci
if [ "$(id -u)" = 0 ]; then if [ "$(id -u)" = 0 ]; then
set -x set -x

View file

@ -1,6 +1,6 @@
#!/bin/sh -e #!/bin/sh -e
# Description: lint CI related python scripts/tests # Description: lint CI related python scripts/tests
# https://postmarktos.org/pmb-ci # https://postmarketos.org/pmb-ci
if [ "$(id -u)" = 0 ]; then if [ "$(id -u)" = 0 ]; then
set -x set -x

View file

@ -1,6 +1,6 @@
#!/bin/sh -e #!/bin/sh -e
# Description: check various bad patterns with grep # Description: check various bad patterns with grep
# https://postmarktos.org/pmb-ci # https://postmarketos.org/pmb-ci
if [ "$(id -u)" = 0 ]; then if [ "$(id -u)" = 0 ]; then
set -x set -x

View file

@ -2,7 +2,7 @@
# Description: check all kernel configs with 'pmbootstrap kconfig check' # Description: check all kernel configs with 'pmbootstrap kconfig check'
# Options: native # Options: native
# Use 'native' because it requires running pmbootstrap. # Use 'native' because it requires running pmbootstrap.
# https://postmarktos.org/pmb-ci # https://postmarketos.org/pmb-ci
if [ "$(id -u)" = 0 ]; then if [ "$(id -u)" = 0 ]; then
set -x set -x

View file

@ -1,7 +1,7 @@
#!/bin/sh -e #!/bin/sh -e
# Description: build modified packages for this architecture # Description: build modified packages for this architecture
# Options: native slow # Options: native slow
# https://postmarktos.org/pmb-ci # https://postmarketos.org/pmb-ci
if [ "$(id -u)" = 0 ]; then if [ "$(id -u)" = 0 ]; then
set -x set -x

View file

@ -4,7 +4,7 @@
# Description: lint with various python tests # Description: lint with various python tests
# Options: native # Options: native
# Use 'native' because it requires pmbootstrap. # Use 'native' because it requires pmbootstrap.
# https://postmarktos.org/pmb-ci # https://postmarketos.org/pmb-ci
if [ "$(id -u)" = 0 ]; then if [ "$(id -u)" = 0 ]; then
set -x set -x

View file

@ -2,7 +2,7 @@
# Copyright 2022 Oliver Smith # Copyright 2022 Oliver Smith
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
# Description: lint all shell scripts # Description: lint all shell scripts
# https://postmarktos.org/pmb-ci # https://postmarketos.org/pmb-ci
DIR="$(cd "$(dirname "$0")/.." && pwd -P)" DIR="$(cd "$(dirname "$0")/.." && pwd -P)"

View file

@ -2,7 +2,7 @@
# Description: verify devices are documented in the wiki # Description: verify devices are documented in the wiki
# Options: native # Options: native
# Run natively so we don't need to set up a chroot, python3 is the only dep. # 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 if [ "$(id -u)" = 0 ]; then
set -x set -x