- Mar 21, 2020
-
-
[ci:skip-build]: already built successfully in CI
-
Oliver Smith authored
-
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.
-
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.
-
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.
-
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.
-
- 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
-
The Samsung GT-I9100 is armv7, not armhf. [ci:skip-build]: already built successfully in CI Signed-off-by:
Paul Cercueil <paul@crapouillou.net>
-
-
This commit sets setup-modem-audio.initd to be executed before ofono, as it changes the modem configuration and resets it.
-
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.
-
[ci:skip-build]: already built successfully in CI
-
-
-
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
-
-
Oliver Smith authored
Depends on kirigami2, which is currently not available for armhf in Alpine. [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
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
-
-
-
- Mar 20, 2020
-
-
- Mar 19, 2020
-
-
Signed-off-by:
Danct12 <danct12@disroot.org>
-
-
-
-
-
- Mar 18, 2020
-
-
-
-
-
Bart Ribbers authored
[ci:skip-vercheck]
-
Bart Ribbers authored
[ci:skip-vercheck]
-
Bart Ribbers authored
-
Combine modem-qcom-msm-{mainline,downstream}-common to a single APKBUILD with mainline and downstream subpackages. Enable rmtfs service here instead of directly in the package. [ci:skip-vercheck]: for qrtr version fix
-
Other distributions do not make use of the qcom_ prefix. Also it's not like there are other projects named the same.
-
- use supervise-daemon to restart when necessary - run normally, without wrapping with sh and logger - add "need qrtr-ns" to make sure it gets started first - stop enabling service directly in rmtfs package (moved to msm-modem)
-
-
- Fix version - Rename init script to qrtr-ns ("nameservice") to clarify which service is actually started - Use supervise-daemon - Configure and start daemon in one command (no need for qrtr-cfg) - Remove "before qcom_rmtfs": it should depend on qrtr-ns, not the other way around - Do not activate qrtr daemon by default - this should happen automatically if other service files have "need qrtr-ns"
-
-