pmbootstrap/pmb/build
Oliver Smith c96da8cd37
Fix: package gets rebuilt, even if it exists, when using default arch (#881)
When not specifying an architecture for `pmbootstrap build`, and the `APKBUILD`
says that it can't be built for the native arch, it gets built for the right
foreign arch. `pmbootstrap` did not properly detect if packages were already
built in that case, and tried to build them again.

(I've noticed that while building packages for the binary repo #871.)

Use any `linux-` package, that is not available for `x86_64` on a `x86_64` PC
and build it twice. It should get properly detected now:

```shell
pmbootstrap build linux-amazon-thor
pmbootstrap build linux-amazon-thor # should not get built again
```
2017-11-07 23:23:55 +00:00
..
__init__.py Fix #731: Create symlinks for noarch-subpackages (#740) 2017-10-11 15:11:25 +00:00
autodetect.py Close #256: Implement strict package building mode (#532) 2017-09-08 23:50:59 +00:00
buildinfo.py Close #709: Improve user creation (#725) 2017-10-12 20:08:10 +00:00
checksum.py Close #709: Improve user creation (#725) 2017-10-12 20:08:10 +00:00
init.py Fix #754: abuild keys did not get copied (#755) 2017-10-12 22:01:59 +00:00
menuconfig.py Support multiple architectures in `pmbootstrap menuconfig` command (#814) 2017-10-24 16:18:42 +00:00
other.py Close #709: Improve user creation (#725) 2017-10-12 20:08:10 +00:00
package.py Fix: package gets rebuilt, even if it exists, when using default arch (#881) 2017-11-07 23:23:55 +00:00