diff --git a/.ci/commits.sh b/.ci/commits.sh index 6679d2bd3..8a786a3eb 100755 --- a/.ci/commits.sh +++ b/.ci/commits.sh @@ -3,7 +3,7 @@ # SPDX-License-Identifier: GPL-3.0-or-later # Description: check pkgver/pkgrel bumps, amount of changed pkgs etc # Options: native -# Use 'native' because it requires git commit history. +# Use 'native' because it requires running pmbootstrap. # https://postmarketos.org/pmb-ci if [ "$(id -u)" = 0 ]; then diff --git a/.ci/lib/build_changed_aports.sh b/.ci/lib/build_changed_aports.sh index d3d7acdc3..4cf062035 100755 --- a/.ci/lib/build_changed_aports.sh +++ b/.ci/lib/build_changed_aports.sh @@ -1,6 +1,7 @@ #!/bin/sh -e # Description: build modified packages for this architecture # Options: native slow +# Use 'native' because it requires running pmbootstrap. # https://postmarketos.org/pmb-ci if [ "$(id -u)" = 0 ]; then diff --git a/.ci/pytest.sh b/.ci/pytest.sh index f96f0131f..eba2a7212 100755 --- a/.ci/pytest.sh +++ b/.ci/pytest.sh @@ -3,7 +3,7 @@ # SPDX-License-Identifier: GPL-3.0-or-later # Description: lint with various python tests # Options: native -# Use 'native' because it requires pmbootstrap. +# Use 'native' because it requires running pmbootstrap. # https://postmarketos.org/pmb-ci if [ "$(id -u)" = 0 ]; then