There are several recommends packages that aren't getting installed in
Silverblue because the workstation comps group doesn't include them.
One of these is slirp4netns which is needed for rootless containers
using podman.
Since we are thinking about removing the separate Workstation repo
anyway[1], then maybe we can just move SB over to the Everything repo.
[1] https://pagure.io/releng/issue/7403
(cherry picked from commit 86a78b87ca)
Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
We will run twoweek nightly compose for Fedora 29
Atomic Host so that we can test and release artifacts
which we are going to ship for first TwoWeek release
based on F29.
We will continue using AH artifatcs from Fedora-29-updates
compose for future Two Week releases once they are available
Changes were done by referring to f28 branch and fedora.conf
from f29
Signed-off-by: Sinny Kumari <sinny@redhat.com>
This will ensure that the OSTrees get generated on each compose
so that the media created will match the version numbers of the
OSTree inside.
The caveat is that there can be empty commits that do happen.
Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
(cherry picked from commit 0fca75d92a)
Some of our automated testing falls over if the ref file and summary
file are out of sync. This should help.
Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
These files were part of the original "Boltron" effort and are no
longer needed in the modern implementation.
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
Currently modular repos are getting general rpms and adding
this empty modules block might solve the issue
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
sync the Everything variant for alt arches again, somehow it got dropped.
link t the alt arch Everything variant as well as the primary variant
makes sure noarch rpms are hardlinked and arch specific ones are as well.
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
We need to stop building repos and install media for the *Cloud* variant
because the only consumers of those repos/install media is the cloud
base images that could easily be built with the Everything repo/install
media. This commit removes the cloud variant (as it was previously
known) and then renames the CloudImages variant to 'Cloud'.
Summary:
- Cloud now becomes an empty variant (no repos, no install media)
- CloudImages variant goes away
- Cloud image builds use Everything repo/install media
- Atomic image builds use Everything install tree
Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
In the output we will now put the AtomicHost cloud images under
the AtomicHost/ directory instead of in CloudImages.
Signed-off-by: Dusty Mabe <dusty@dustymabe.com>