pmbootstrap/pmb/build
Oliver Smith 3a3dd8063f
Merge branch 'lazy-reproducible-builds'
We have "lazy reproducible builds" now. What I mean by that is, that
the resulting "apk" archive is not fully reproducible, but all binaries
inside it are. This is necessary to kick-off the binary repo, which is
in turn required to get the testsuite going on Travis. Read #64 for more
information.

Usage:
```
pmbootstrap build hello-world --buildinfo
pmbootstrap challenge /tmp/path/to/hello-world-1-r2.apk
```

The "--buildinfo" parameter generates a "buildinfo.json", which contains
the versions of all dependencies. It is not very optimizied, so this
is a performance bottleneck and takes 10 seconds (which is quite much
considering that the hello-world package builds in less than a second).
This can be improved in the future, and then the buildinfo parameter
may become the default.
2017-06-11 14:19:57 +02:00
..
__init__.py WIP #64: "lazy reproducible builds" 2017-06-05 03:58:45 +02:00
autodetect.py Add missing "build" folder (was gitignored before) 2017-05-26 22:35:21 +02:00
buildinfo.py WIP #64: make gcc-armhf lazy-reproducible, properly compare symlinks 2017-06-06 22:21:59 +02:00
challenge.py Merge branch 'lazy-reproducible-builds' 2017-06-11 14:19:57 +02:00
checksum.py Add missing "build" folder (was gitignored before) 2017-05-26 22:35:21 +02:00
crosscompiler.py Add missing "build" folder (was gitignored before) 2017-05-26 22:35:21 +02:00
init.py Fix #44: Do not clean up /home/build after successful build 2017-06-06 16:26:44 +02:00
menuconfig.py Revert "Fixed menuconfig with new async runner" 2017-06-02 21:33:29 +02:00
other.py pmbootstrap index: Automatically set up abuild 2017-06-08 18:19:17 +02:00
package.py Merge branch 'lazy-reproducible-builds' 2017-06-11 14:19:57 +02:00