diff --git a/.ci/flake8.sh b/.ci/flake8.sh index a29fba66..7aabef94 100755 --- a/.ci/flake8.sh +++ b/.ci/flake8.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # Description: lint all python scripts -# 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 1cad49cc..a7b7872e 100755 --- a/.ci/pytest.sh +++ b/.ci/pytest.sh @@ -1,7 +1,7 @@ #!/bin/sh -e # Description: run pmbootstrap python testsuite # Options: native slow -# 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 dd21a570..9d07e335 100755 --- a/.ci/shellcheck.sh +++ b/.ci/shellcheck.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # Description: lint all shell scripts -# https://postmarktos.org/pmb-ci +# https://postmarketos.org/pmb-ci if [ "$(id -u)" = 0 ]; then set -x diff --git a/.ci/vermin.sh b/.ci/vermin.sh index 33c94dd9..5b84c0ed 100755 --- a/.ci/vermin.sh +++ b/.ci/vermin.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # Description: verify that we don't use too new python features -# https://postmarktos.org/pmb-ci +# https://postmarketos.org/pmb-ci if [ "$(id -u)" = 0 ]; then set -x