As the docker base image was the only armfhp deliverable in the compose
no longer make the armhfp install tree as well
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
Since the RC1.3 location was cleaned up, pull everything from the
official location where F25 release content is.
Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
This reverts commit 8aa2d66e03.
There is some bug in pungi that causes this not to work for now so let's
revert so we can still get built images until we figure that out.
Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
for some reason basearch is incorrectly becoming arm not armhfp so
use $arch teh same as the f24 configs
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
use f25-build as the runroot channel. whats most important is the
packages that are installed into the install environments rather
than the install environment. Disable macboot on Cloud tree as it
does not target macs at all
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
Cloud variant is now enabled as well. It will create repository from a
special tag with some newer packages and run lorax on them. This install
tree will then be used for building images. The repos still point the
the original location outside of compose. The updates repo is used as
well.
For ostree installer, a runroot tag should be used that includes newer
packages as needed. This tag is shared for both ostree installer and
buildinstall. Using different tags would require a code change in Pungi.
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>