No description
* Note that several steps can already be done even if the community repo is not published yet in Alpine. * Adjusting arches in .ci/build-jobs.yaml.j2 is not needed anymore, CI scripts read them from pmaports.cfg now. * Branch protection: we have a v2*.* rule in place now that protects new release branches automatically, adjust wording to just double check if it still matches and add a link (in 2030 it will not match anymore.) * channels.cfg: cover case that the aports branch may not exist yet in pre-branch phase. * Use git commit -s in example commands. * postmarketos-ui-asteroid currently doesn't exist anymore, so we don't need to delete it for stable. * Add the command for regenerating cross packages. * Remove postmarketos-repo-nightly in stable. * Bootstrap of binary packages: tweak wording, mention that only the main repo needs to be built for x86_64 before arm repos can be enabled, we don't need to wait for the x86_64 systemd repo. * Adjust to QEMU devices not being in main anymore. * Various syntax fixes and readability improvements. Signed-off-by: Oliver Smith <ollieparanoid@postmarketos.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8815> |
||
|---|---|---|
| .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 | ||
| deviceinfo_schema.toml | ||
| kconfig-generic.toml | ||
| 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:
- Issues
- How to create a package
- APKBUILD reference
- pmaports commit style
- Approval rules
- 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