pmbootstrap/pmb/aportgen
Oliver Smith 255c715624
Fix aportgen without initializing buildenv
After initializing the build environment, the cache_distfiles folder
currently is writable by everyone (which is not ideal, fix following
soon). The aportgen code for `busybox-static-*` and `musl-*` copies
the foreign arch `.apk` file to the distfiles, but it executes this
action as regular user and not as root. This only works as long as
build initialization ran before (which may not be the case on Travis
and expecting this to run before is a bug in general).

With this commit, the copy action gets executed as root, so it works
in any case. I'm commiting this directly (without a PR), because it
is a super simple fix and it unblocks our continuous integration.

Local testing:
$ pmbootstrap -y zap
$ sudo rm -r ~/.local/var/pmbootstrap/cache_distfiles
$ pmbootstrap aportgen musl-armhf
2018-03-12 17:17:32 +01:00
..
__init__.py Wrap Alpine's newapkbuild (#894) 2018-01-15 22:00:11 +00:00
binutils.py aportgen: Gracefully handle old aports_upstream (#1291) 2018-03-11 14:18:21 +00:00
busybox_static.py Fix aportgen without initializing buildenv 2018-03-12 17:17:32 +01:00
core.py aportgen: Gracefully handle old aports_upstream (#1291) 2018-03-11 14:18:21 +00:00
device.py Properly escape commands in pmb.chroot.user() (#1316) 2018-03-10 22:58:39 +00:00
gcc.py aportgen: Gracefully handle old aports_upstream (#1291) 2018-03-11 14:18:21 +00:00
linux.py aportgen linux: Also remove -Werror in Kbuild files (#1139) 2018-01-24 20:07:47 +00:00
musl.py Fix aportgen without initializing buildenv 2018-03-12 17:17:32 +01:00