- Aug 25, 2018
-
-
Grant Miller authored
-
Grant Miller authored
This reverts commit 50706e3e.
-
Grant Miller authored
-
Grant Miller authored
-
Grant Miller authored
-
Grant Miller authored
-
Grant Miller authored
-
Grant Miller authored
If [argcomplete](https://argcomplete.readthedocs.io/en/latest/) is installed, bash tab completion will be enabled for pmbootstrap's arguments. If argcomplete is not installed, pmbootstrap continues to work as before.
-
- Aug 24, 2018
-
-
C0rn3j authored
-
- Aug 23, 2018
-
-
Luca Weiss authored
-
Oliver Smith authored
[skip ci]
-
Oliver Smith authored
-
- Aug 22, 2018
-
-
Grant Miller authored
-
Oliver Smith authored
-
Grant Miller authored
-
- Aug 16, 2018
-
-
Oliver Smith authored
-
Oliver Smith authored
-
Martin authored
recovery zip: support twrp.fstab filename in addition to recovery.fstab (fix for compatibility with TWRP on sony-yuga)
-
- Aug 15, 2018
-
-
JBBgameich authored
-
JBBgameich authored
-
Martijn Braam authored
-
Oliver Smith authored
Fixes #1625.
-
- Aug 14, 2018
-
-
Oliver Smith authored
-
mgulin authored
-
Oliver Smith authored
-
Oliver Smith authored
Rebuild libphonenumber, because a soname it depends upon does not exist anymore: so:libboost_system-mt.so.1.66.0
-
Bart Ribbers authored
-
Marti Raudsepp authored
There are devices where charging-sdl/directfb fails (osk-sdl#77). It's nicer to give an error message than display "Loading..." forever.
-
Bart Ribbers authored
-
- Aug 13, 2018
-
-
Martijn Braam authored
-
- Aug 12, 2018
-
-
Martijn Braam authored
-
- Aug 11, 2018
-
-
Martin Rys authored
Fixes #1639
-
- Aug 10, 2018
-
-
Oliver Smith authored
Overview: In order to execute foreign arch binaries on the host system, we are using the Linux kernel's binfmt_misc feature in combination with static builds of QEMU. Before this patch, the statically compiled QEMU binaries were taken from Debian (mostly because I did not realize that Alpine ships them as well). Now we can use the ones from the aport. Benefits: This allows us to easily update and patch the QEMU executables, we don't need to be in sync with Debian's versions anymore. Alpine's package is more modular, so we can save some download, install, zap time, as well as disk space: setting up an armhf chroot with pmbootstrap took ~102 MB before, now it's ~18 MB. Detailed changes: * Remove `cross/qemu-user-static-repack` aport * Add `data/qemu-user-binfmt.txt` with the binfmt_misc flags for ELF binaries of various arches (extracted from Debian's packaging) * When parsing that file, don't write verbose messages to `pmbootstrap log` anymore, only to the verbose log (can be enabled with `pmbootstrap -v`) * Rename `pmb.parse.arch.alpine_to_debian()` to ...`alpine_to_qemu()` * Rename `arch_debian` to `arch_qemu`
-
- Aug 02, 2018
-
-
Kieran Elmes authored
-
Oliver Smith authored
This commit adds a test case, which makes sure that the KDE framework and plasma framework version are always the same. Additional changes: * APKBUILD parser parses the URL now (that's the best way I found to categorize the KDE aports in frameworks and other) * Changed single quotes to double quotes in KDE APKBUILDs, so the parser doesn't include the single quotes in the parsed result * Added the test case to the gitlab CI config
-
Bart Ribbers authored
-
NotKit authored
-
- Aug 01, 2018
-
-
ryang authored
We are running the Spice client installed on the host system. It doesn't need to be run with env variables that point to chroot libraries.
-
Marti Raudsepp authored
-
Grant Miller authored
-