Commits on Source (22)
-
-
-
Oliver Smith authored
-
Oliver Smith authored
Some package postmarketos-ui-phosh depends on, is in turn depending on qt5-qtwayland, which is currently not available for armhf. [ci:skip-vercheck]
-
Oliver Smith authored
Depends on "syntax-highlighting" package, which is currently not available for armhf in Alpine. [ci:skip-vercheck]
-
Oliver Smith authored
Depends on kirigami2, which is currently not available for armhf in Alpine. [ci:skip-vercheck]
-
-
Oliver Smith authored
Do not run upstream compatibility checks whenever pushing to master. This is confusing, because if the upstream compatibility check fails, then it appears that the last patch was broken in some way although it isn't related. I've moved the upstream compatibility checks to a separate repository already, and added a badge to the pmaports gitlab project that indicates whether they are currently succeding or not. The checks run hourly now. Related: https://gitlab.com/postmarketOS/monitoring Fixes: #457
-
-
-
[ci:skip-build]: already built successfully in CI
-
The datasheet says that the AT+QDAI audio routing configuration is saved to non-volatile memory directly, and therefore needs a modem reset to be applied. This commits changes the audio routing configuration script to first check for the current configuration, and only change it if it is different from the one wanted. The new configuration is then sent, and modem is reset to apply configuration.
-
This commit sets setup-modem-audio.initd to be executed before ofono, as it changes the modem configuration and resets it.
-
-
The Samsung GT-I9100 is armv7, not armhf. [ci:skip-build]: already built successfully in CI Signed-off-by:
Paul Cercueil <paul@crapouillou.net>
-
- Proper WiFi support (building modules, firmware package) - Architecture change to armv7 - Fix no MAC address on USB networking [ci:skip-build]: already built successfully in CI
-
Oliver Smith authored
It seems that the .gitlab-ci.yml did not trigger properly when the file was changed last time, and now it does in this MR. Fix the file to make it pass.
-
All users of get_changed_files() check if the file was removed, so it seems like most of them do not need files that were removed. Also, there is no need to have files listed twice, so we should return a set instead of a list.
-
For APKBUILD linting we care only about APKBUILD files that were changed, not to which package they belong or whatever. The "with_directory" option of get_changed_packages() really meant "just give me changed files", which means that we can just use get_changed_files() instead.
-
At the moment the function does not handle all cases correctly. For example, it cannot say which package was changed when a file in a subdirectory of a package was changed. This is used e.g. in device-samsung-golden: device-samsung-golden ├── APKBUILD ├── deviceinfo ├── downstream │ ├── init-usb-hook.sh │ ├── module-config.conf │ └── modules-load.conf └── kwin.sh At the moment, changing a file under "downstream" would attempt building a "downstream" package, instead of device-samsung-golden. Refactor the function a bit to walk up the directory hierarchy, until we find an APKBUILD.
-
Oliver Smith authored
-
[ci:skip-build]: already built successfully in CI
Showing
- .gitlab-ci.yml 2 additions, 20 deletions.gitlab-ci.yml
- .gitlab-ci/apkbuild-linting.py 9 additions, 9 deletions.gitlab-ci/apkbuild-linting.py
- .gitlab-ci/common.py 38 additions, 17 deletions.gitlab-ci/common.py
- .gitlab-ci/testcases/test_directory_structure.py 3 additions, 1 deletion.gitlab-ci/testcases/test_directory_structure.py
- .gitlab-ci/testcases/test_soname_bump.py 0 additions, 58 deletions.gitlab-ci/testcases/test_soname_bump.py
- .gitlab-ci/testcases/test_upstream_compatibility.py 0 additions, 113 deletions.gitlab-ci/testcases/test_upstream_compatibility.py
- cross/musl-aarch64/APKBUILD 3 additions, 3 deletionscross/musl-aarch64/APKBUILD
- cross/musl-armhf/APKBUILD 3 additions, 3 deletionscross/musl-armhf/APKBUILD
- cross/musl-armv7/APKBUILD 3 additions, 3 deletionscross/musl-armv7/APKBUILD
- device/testing/device-motorola-montana/APKBUILD 7 additions, 1 deletiondevice/testing/device-motorola-montana/APKBUILD
- device/testing/device-motorola-peregrine/APKBUILD 3 additions, 3 deletionsdevice/testing/device-motorola-peregrine/APKBUILD
- device/testing/device-motorola-peregrine/deviceinfo 1 addition, 1 deletiondevice/testing/device-motorola-peregrine/deviceinfo
- device/testing/device-nokia-n900/APKBUILD 3 additions, 3 deletionsdevice/testing/device-nokia-n900/APKBUILD
- device/testing/device-nokia-n900/uboot-script.cmd 2 additions, 2 deletionsdevice/testing/device-nokia-n900/uboot-script.cmd
- device/testing/device-pine64-pinephone/APKBUILD 3 additions, 3 deletionsdevice/testing/device-pine64-pinephone/APKBUILD
- device/testing/device-pine64-pinephone/setup-modem-audio.initd 1 addition, 0 deletions...e/testing/device-pine64-pinephone/setup-modem-audio.initd
- device/testing/device-pine64-pinephone/setup-modem-audio.sh 43 additions, 2 deletionsdevice/testing/device-pine64-pinephone/setup-modem-audio.sh
- device/testing/device-samsung-i9100/APKBUILD 3 additions, 3 deletionsdevice/testing/device-samsung-i9100/APKBUILD
- device/testing/device-samsung-i9100/deviceinfo 1 addition, 1 deletiondevice/testing/device-samsung-i9100/deviceinfo
- device/testing/device-samsung-lt01wifi/APKBUILD 19 additions, 4 deletionsdevice/testing/device-samsung-lt01wifi/APKBUILD