ebuildtester
ebuildtester copied to clipboard
A dockerized approach to test a Gentoo package within a clean stage3
Closes: #215 Ideally we should be able to enable just the official overlay and/or add multiple binhosts in a configurable manner (see #223). In the short term at least this...
Add config file to allow, at least, the next: - Configure multiple binhosts (or just enable the official one) - Define portage-dir - Define one or more overlay-dir - Define...
Now Gentoo stage3 provides a default binhost. If getbinpkg FEATURE is enabled portage will try to use first the default binhost, which requires setting up the keys. Because of that...
Hey there, I am using ebuildtester again and it is nice the support for ccache, but my laptop is only 4 threads and I normally use distcc to speed up...
Hello, I know ebuildtester use the default stage3 image, so maybe it is an issue for gentoo BTS, but if the ccache support could already installed in the container, because...
Containeres cannot be used to build `ebuild`s that require kernel modifications or special kernel modules. Add a `libvirt` bases backened to allow for virtual machines.
Based off of gentooPackage.py from =app-portage/tatt-0.5 package, see https://github.com/gentoo/tatt/blob/master/tatt/gentooPackage.py Add tests I played around a bit with how they implemented this in the tatt package. Feel free to use it,...