No description
This still comes from the aports hook, where we want to avoid too large patches, but in pmaports we have big kernel config files that might exceed the configured 256 kiB limit. Currently the following files exceed that limit and used git commit --no-verify to overcome the error (or didn't configure git hooks): 260K ./device/community/linux-postmarketos-qcom-laptop/config-postmarketos-qcom-laptop.aarch64 268K ./main/postmarketos-bootsplash/OpenSans-Regular.svg 336K ./device/downstream/linux-amazon-checkers/0003-Add-missing-kconfig-files.patch 376K ./device/downstream/linux-amazon-austin/silence-power-logspam.patch Alternatively we can increase the file limit, but i'm not sure what that solves. In future for Alpine, I want to move the check to abuild's internal linting, which makes it visible for all APKBUILDs, consistent with other of abuild's linters and also shows up on CI. Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7603> |
||
|---|---|---|
| .ci | ||
| .githooks | ||
| .gitlab/issue_templates | ||
| .well-known | ||
| cross | ||
| device | ||
| docs | ||
| extra-repos/systemd | ||
| main | ||
| modem | ||
| temp | ||
| .clang-format | ||
| .ecrc | ||
| .editorconfig | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .mailmap | ||
| channels.cfg | ||
| COMMITSTYLE.md | ||
| kconfigcheck.toml | ||
| LICENSE | ||
| pmaports.cfg | ||
| README.md | ||
postmarketOS aports repository
This repository contains the APKBUILD files for postmarketOS-specific packages, along with the required patches and scripts, if any.
There are many more packages defined in the Alpine Linux aports on which these packages depend.
Helpful resources:
- How to create a package
- APKBUILD reference
- pmaports commit style
- Review and merging guidelines
- Alpine Linux aports
- Alpine Linux package search
- postmarketOS package search
Git Hooks
You can find some useful git hooks in the .githooks directory.
To use them, run the following command after cloning this repository:
git config --local core.hooksPath .githooks