pmaports w/ reMarkable 1 packages
Find a file
Johannes Marbach 14d2eda456
CI: use a single invocation for apkbuild linting (MR 2472)
This replaces the current loop calling pmbootstrap lint once for each
package with a single invocation for increased performance.

Here are some measurements for linting all packages under main/.

Before this change:

    $ time .gitlab-ci/apkbuild-linting.py > /dev/null

    real    3m55,840s
    user    3m48,592s
    sys     0m16,913s

After this change but without postmarketOS/pmbootstrap!2100:

    $ time .gitlab-ci/apkbuild-linting.py > /dev/null

    real    0m14,359s
    user    0m17,994s
    sys     0m6,488s

After this change with postmarketOS/pmbootstrap!2100:

    $ time .gitlab-ci/apkbuild-linting.py > /dev/null

    real    0m6,411s
    user    0m13,334s
    sys     0m2,417s

Note that postmarketOS/pmbootstrap!2100 is not required for that little
bit of extra performance but rather because it allows to differentiate
between linting errors for different packages in the output.

Depends: postmarketOS/pmbootstrap!2100
Closes: #564
2021-09-11 06:40:21 +03:00
.gitlab-ci CI: use a single invocation for apkbuild linting (MR 2472) 2021-09-11 06:40:21 +03:00
cross cross/musl-*: upgrade to 1.2.2-r6 2021-09-10 12:41:16 +03:00
device device-odroid-hc2: drop NetworkManager (MR 2455) 2021-09-10 19:32:46 -07:00
main main/postmarketos-mkinitfs: don't rm vmlinuz-* (MR 2501) 2021-09-08 23:40:13 +02:00
modem msm-modem-uim-selection: Don't wait for SIM (MR 2470) 2021-08-30 21:15:17 -07:00
non-free/sgx-ddk-um non-free/sgx-ddk-um: new aport (MR 1868) 2021-02-23 22:10:12 +01:00
temp temp/eg25-manager: drop, upstreamed to Alpine (MR 2485) 2021-09-08 11:04:42 +02:00
.clang-format Add .clang-format file (!465) 2019-06-26 22:36:15 +02:00
.editorconfig Add editorconfig file from Alpine 2018-11-27 07:47:11 +01:00
.gitignore gitignore: add 'src/' dir created when running abuild manually (MR 2450) 2021-08-21 20:30:46 +02:00
.gitlab-ci.yml Revert "CI: skip armhf, x86 build on stable branches (MR 2024)" 2021-03-14 21:29:05 +01:00
.mrhlpr.json mrhlpr.json: change suffix in commit names (MR 1146) 2020-04-12 03:52:48 +03:00
channels.cfg channels.cfg: mark v21.03 as unsupported (MR 2424) 2021-08-10 11:33:48 -07:00
CODEOWNERS add sxmo maintainers to pinephone codeowners (MR 2211) 2021-06-01 13:25:57 +03:00
LICENSE Add GPLv3 again 2018-08-23 21:44:22 +02:00
pmaports.cfg pmaports.cfg: set pmbootstrap_min_version to 1.37.0 (MR 2426) 2021-09-03 10:29:07 -07:00
README.md README: small updates to links 2021-09-01 03:11:51 +03:00