Commit Graph

345 Commits

Author SHA1 Message Date
Mohan Boddu
7112dc07f8 Adding s390x for Everything and Server compose
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2017-08-14 10:13:47 -04:00
Colin Walters
c9126a611a ws-ostree: Use compose version for ostree
Same as we do for FAH, for the same reason.

Signed-off-by: Colin Walters <walters@verbum.org>
2017-07-26 09:01:23 -04:00
Colin Walters
92faef2394 atomichost: Bump ISO internal size to 4GB
It's failing on ppc64le, we're at 87% on x86_64. There's really no reason not to
bump this to give ourselves some room at least on 64 bit architectures.

Signed-off-by: Colin Walters <walters@verbum.org>
2017-07-25 13:54:40 -04:00
Dennis Gilmore
c6240cc677 rename the Docker Variant and images to Container
To match up with the Addition of Container Minimal and the renaming
of dist-git namespace to Container, rename the Docker Variant to
Container

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2017-07-25 11:05:43 -05:00
Dusty Mabe
22fc96e0b0
atomic: use new json file name
We removed docker from the filename.

Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
2017-07-12 11:50:03 -04:00
Mohan Boddu
ea9a7ad4c9 Merge #261 rawhide: updates/cleanup for atomic pungi configs 2017-07-01 17:51:01 +00:00
Lubomír Sedlář
aab3d5db0e Remove calligra-l10n-* from additional packages
Currently the l10n support is moved to a single calligra-l10n package
(which is a subpackage of calligra itself) as opposed to previously
separate calligra-l10n package with a separate subpackage for each
language (which is now retired).

Due `greedy_method = "build"` the l10n subpackage will be pulled into
the compose if some package from the same build gets in (i.e. the main
calligra package required by comps).

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2017-06-30 09:44:14 +02:00
Dusty Mabe
dd006c0e8b
atomic: no need to provide repo for image builds
Since we pull from ostree repos it doesn't really make
sense to provide a yum "repo" to the image build in pungi.
Removing it since it could be confusing to have it there.

Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
2017-06-29 08:51:36 -04:00
Mohan Boddu
add20b40bd White listing p11-kit-trust multilib
Fixes #6855 for F27

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2017-06-23 10:41:53 -04:00
Colin Walters
d310ecc939 FAH/WS-ostree: Use unified lorax templates
This makes ws-ostree match AH more, which should reduce maintenance pain.

See: https://pagure.io/fedora-lorax-templates/pull-request/21

Signed-off-by: Colin Walters <walters@verbum.org>
2017-06-19 14:23:59 -04:00
Mohan Boddu
4b26f029b0 Merge #243 Remove createrepo options with default values 2017-05-30 17:20:30 +00:00
Dusty Mabe
46ce53c208
atomic: update lorax passed vars
Add new ostree_install_repo and ostree_update_repo vars so that we
can tell lorax where to pull from during the pungi compose and also
where to configure an installed system to pull from. i.e. where a
user is going to pull from over time.

This is related to https://pagure.io/fedora-lorax-templates/pull-request/19

Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
2017-05-30 09:10:20 -04:00
Sinny Kumari
54df8e9f19 Add aarch64 and ppc64le arches to atomic, cloudImage creation
Signed-off-by: Sinny Kumari <sinny@redhat.com>
2017-05-30 12:05:14 +05:30
Lubomír Sedlář
fe744d5e6a Remove createrepo options with default values
These options used to be required in pungi < 4.1.14, but now they have
default values that happen to be the same as what Fedora uses. No need
to specify them anymore.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2017-05-26 09:17:19 +02:00
Mohan Boddu
68ebf8ca6d Set release blocking deliverables
Koji added the ability to set livemedia and image builds to
fail on some arches, the compose configs should be updated to use
that feature and able to identify the blocking artifacts and on what
arches.

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2017-05-23 21:30:30 -04:00
Dusty Mabe
f5769f7643
atomic: move to new versioning scheme for ostree
We have decided [1] that we want to have more meaningful versions
for ostree commits and the resulting images. One way to do this
is to have the ostree version match the version from the compose ID.

Pungi recently [2] gained support for embedding the label from the
compose into the ostree commit version. This change takes advantage
of that work to embed a more meaninful version.

[1] https://pagure.io/atomic-wg/issue/229
[2] https://pagure.io/pungi/pull-request/592

Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
2017-05-23 09:32:47 -04:00
Dusty Mabe
7163cc2572
atomic: update lorax passed vars
Similar to what we did in b28af80 on the f25 branch. Let's update
the lorax passed vars. This is to match what is expected for [1].

[1] https://pagure.io/fedora-lorax-templates/pull-request/18

Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
2017-05-22 22:22:20 -04:00
Dennis Gilmore
7f362a8216 Merge #228 ws/ostree: Adapt to new ISO model 2017-05-19 12:25:20 +00:00
Dusty Mabe
5f0774eeda
cloud: don't try to override default sync location
For the cloud base image there is no need to override the default
vagrant sync location. /vagrant/ works just fine and is what people
expect.

Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
2017-05-18 18:02:16 -04:00
Dusty Mabe
df1baf55c3
cloud/atomic: give appropriate factory-parameters to koji
In koji there are ova-options and also factory-parameters.
We can pass ova-options to koji and also factory-parameters
but we can't pass ova-options as a factory-parameter. We just
need to pass in the vagrant_sync_directory as a factory
parameter.

Fixes https://pagure.io/atomic-wg/issue/181

Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
2017-05-18 18:02:05 -04:00
Colin Walters
23a24f70cc ws/ostree: Adapt to new ISO model
This is like addec6bdb2 but for
Workstation/ostree.

Signed-off-by: Colin Walters <walters@verbum.org>
2017-05-18 15:45:34 -04:00
Peter Robinson
e97c0d4d61 cloud/docker: add Power64 arches to image creation
Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
2017-05-15 18:34:41 +01:00
Lubomír Sedlář
d46b6745fa Explicitly generate release value for images
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2017-05-10 08:54:51 +02:00
Lubomír Sedlář
a813f127f9 Remove deprecated options
The old options still work, but generate a warning during validation.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2017-05-10 08:54:09 +02:00
Mohan Boddu
81a3daa489 Adding "master" as branch name for Rawhide
Fix: #168

We didn't explicitly set the branches as master for rawhide which
created issues during branching by missing setting up the branch names.
This makes it easier to identify those branch names.

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2017-04-27 14:42:34 -04:00
Mohan Boddu
ee066a0e8e Increase root filesystem size to 3GB for Atomic variant for aarch64
Fixes: #6765

The default size of filesystem provided by lorax is 2GB and the
installtree size is gone up to 2.7GB which is failing to copy files
from installtree to created root filesystem.

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2017-04-27 11:50:29 -04:00
Mohan Boddu
af3d355bbc Increase root filesystem size to 3GB for Atomic variant
Fixes: #6765

The default size of filesystem provided by lorax is 2GB and the
installtree size is gone up to 2.7GB which is failing to copy files
from installtree to created root filesystem.

NOTE: Just increased for x86_64 and ppc64le since aarch64 is fine.

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2017-04-27 11:14:14 -04:00
Adam Miller
ae2f611637 Switch from docker to container namespace
Fedora Atomic WG has decided to move from the "docker" namespace to
the "container" namespace for the sake of making it more generic in
order to target all OCI Compliant container runtimes instead of
a specific implementation. This update changes what is necessary for
to the base image metadata as well as add a transitional second call
to handle both the docker and container namespace for block_retired.

Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
2017-04-26 17:16:16 -05:00
Peter Robinson
86eae3279e aarch64: workstation: increase disk to 8Gb as it doesn't fit
Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
2017-04-18 18:42:24 +01:00
Dennis Gilmore
61bf74d401 subsitute Atomic in the iso volume id
As there is a hard limit for volume id's on isos to be <32 characters,
we have a list of subsitutions that we maintain to make sure that
isos all have volume id's under that size. with the addition of
ppc64le and aarch64 for Atomic host installer the 7 character arch
length pushed us over the limit using AH for Atomic seems the most
logical change to make.

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2017-04-18 10:07:51 -05:00
Peter Robinson
994e4a7b49 add initial support for aarch64 disk images for Minimal/Workstation/Server
Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
2017-04-12 22:55:23 +01:00
Mohan Boddu
ee6fa368fb Adding ppc64le ostree and ppc64le, aarch64 ostree installer
Fix for #6688

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2017-04-11 11:36:06 -04:00
Lubomír Sedlář
f1cdd68405 Add eclipse-nls to additional packages
For depsolving with YUM this has no effect, but will add the package to
DNF based compose.

YUM is matching the packages against NVR, so the `-*` at the end of the
pattern matches version. DNF-based Pungi is only looking at package
names.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2017-04-07 15:51:41 +02:00
Adam Miller
a522a05f95 Fix docker metadata formatting and license
The previous formatting for docker image metadata was getting
escaped incorrectly when passed to imagefactory. This resolves that.

Fix the license label to be MIT instead of GPLv2.

Fix the bash path

Remove atomic RUN command, it causes build failures and isn't
necessary in the base image.

Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
2017-03-31 13:58:16 -05:00
Adam Miller
8c67ff4042 Add dockerversion to factory-parameters
Currently, imagefactory's docker plugin will default an older
version of the metadata imager format that is not compatible with
the latest versions of docker. This change tells the plugin to use
the docker version "1.10.1" metadata format which is compatible with
all currently available docker releases.

Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
2017-03-30 12:11:07 -05:00
Adam Miller
eaedf7da3b Add docker base image metadata
Currently we don't produce a docker base image that can be used with
OSBS or via the 'atomic run' command without modification. This
fixes that and will allow for an automated import of the base images
into the Fedora Container Registry

Also, fix various missing commas in dict declarations

Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
2017-03-28 17:11:19 -05:00
Dennis Gilmore
93be29408e Merge #174 atomic/host: Update to use new ISO model (in fedora.conf) 2017-03-21 15:47:49 +00:00
Colin Walters
addec6bdb2 atomic/host: Update to use new ISO model (in fedora.conf)
This is a rework of <https://pagure.io/pungi-fedora/pull-request/108>,
and re-applied from <https://pagure.io/pungi-fedora/pull-request/167>
since I found out that in fact `fedora-atomic.conf` isn't used in
this branch.
Note that I left a few things like git branches pointed at f26, but
I think these should be master most likely.

Signed-off-by: Colin Walters <walters@verbum.org>
2017-03-15 21:47:26 -04:00
Mohan Boddu
1bb1c52191 Switch python-classroom vagrant to Everything repo.
The Cloud tree does not contain python-classroom comps group.
And the Lab is not part of the Cloud Variant. So, we need to
use Everything install tree for Labs.

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2017-03-14 10:01:05 -04:00
Dennis Gilmore
30e68961a9 use Everything for docker and make disk size bigger
minimal container image says it needs more disk space so bump
size to 5G
use the Everything repo for the container images, microdnf
is not part of the cloud variant and it really does not make
ense to add it nor to make a container Variant with its own
install tree

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2017-03-10 17:40:34 -06:00
Dennis Gilmore
78497bf06e add missing },{ so we get docker base back
There was a missing },{ between the two container images. The end result
is that pungi validates the config but only finds the last section so
only makes one of the two images

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2017-03-09 15:43:43 -06:00
Peter Robinson
4125025f36 Enable aarch64 cloud and docker images
This enables the creation of the aarch64 cloud and docker images as part of the nightly compose

Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
2017-03-03 18:23:05 +00:00
Mohan Boddu
3364900413 Fixing armhfp python classroom lab duplicates
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2017-03-01 14:35:54 -05:00
Dennis Gilmore
e74a5ff8a4 Merge #146 Rawhide changes for branching 2017-03-01 18:13:14 +00:00
Mohan Boddu
2ab7088ebe Fix the armhfp lab list
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2017-03-01 10:36:41 -05:00
Mohan Boddu
2fc1572059 Rawhide mass branching changes
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2017-03-01 09:55:01 -05:00
Mohan Boddu
dda5247bb1 Adding Python Classroom Lab
Fix for #6665

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2017-02-27 16:54:31 -05:00
Mohan Boddu
724c101963 Updating ostree ref
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2017-02-24 17:47:00 -05:00
Mohan Boddu
693d7982c5 Adding mesa-vdpau-drivers to mutlilib
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2017-02-24 09:14:54 -05:00
Mohan Boddu
d192db83e9 Adding arm for LXQt spin
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2017-02-23 14:48:18 -05:00
Mohan Boddu
7b69eb4f98 Adding Container Minimal Base image
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2017-02-23 11:32:38 -05:00
Mohan Boddu
0ae9a8f8f0 Adding LXQt spin to rawhide
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2017-02-23 09:52:10 -05:00
Mohan Boddu
d88b196c15 Adding fakechroot-libs to multilib in rawhide
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2017-02-20 15:09:15 -05:00
Mohan Boddu
2a74f77cef Increase disk size for cloud base image in rawhide
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2017-02-10 14:50:33 -05:00
Mohan Boddu
cacd60918d Adding postgresql-odbc and mysql-connector-odbc to multilib
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2017-01-06 12:04:06 -05:00
Patrick Uiterwijk
646bf341e4 Require signing for composes. Signing is now gated
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2016-12-16 00:23:54 +00:00
Patrick Uiterwijk
24da7bd18a Use compose-koji
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2016-12-14 13:41:12 +00:00
Dennis Gilmore
87f506443c add ppc64 and ppc64le to the arches to compose rawhide for
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-10-29 17:03:33 -05:00
Lubomír Sedlář
e25f2baaa1 Use globs for additional/filter packages
The code does not work with regular expressions, so the patterns never
matched.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2016-10-17 15:42:02 +02:00
Dennis Gilmore
f5165e30c6 Merge #77 [DO NOT MERGE] Config changes for next Pungi 2016-10-09 22:13:51 +00:00
Mohan Boddu
602d0d9a05 Fix for ostree_osname for workstation ostree
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2016-10-05 09:48:57 -05:00
Dennis Gilmore
4a56fdfc8d fixups for workstation ostree install dvd
use fedora-productimg-workstation not the atomic one
make sure the ref to install is correct

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-10-05 09:08:04 -05:00
Dennis Gilmore
1d5df17047 start making a aarch64 atomic host ostree repo
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-09-29 16:25:33 -05:00
Patrick Uiterwijk
f0a80fc59b Allow unsigned rawhide for now
Currently, rawhide is still non-gated for autosigning, so some unsigned packages
may get through.
For now, let's accept that, until it is gating.

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2016-09-27 13:23:00 +00:00
Patrick Uiterwijk
f44367f125 Configure pungi for when we do autosigning
Basically, allow the current fedora-26 key, and do no longer accept
unsigned.

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2016-09-24 21:32:26 +00:00
Lubomír Sedlář
ca4a13a3c6 Remove keep_original_comps setting
Pungi will do the right thing when it sees a non-empty variant that does
not limit comps groups.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2016-09-23 10:28:47 +02:00
Lubomír Sedlář
16f8055c54 Update configuration for pungi 4.1.9
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-09-22 07:49:38 -05:00
Peter Robinson
b08802d7ca Initial aarch64 compose enablement on primary koji
This is the initial enablement for aarch64 on rawhide. It adds:
* repos/net install for Everything/Cloud/Server/Workstation
* Server DVD installs

It also cleans up the config a little, remove s390(x) multilib, orders
architectures alphabetically so they're consistent and a litte easier to
read thoughout variants-fedora.xml.

What is still outstanding:
* Add configs for slicing up the compose output and sync out to mirror locations
* Cloud and Docker images
* Disk images

The first item will be a new PR, the later two are being worked upon.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2016-09-14 00:21:55 +01:00
Lubomír Sedlář
e9aafe44b0 Remove deprecated options
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2016-08-25 13:36:25 +02:00
Lubomír Sedlář
e980ebb3ba Work around Pungi bug #362
Unfortunately, this change will not work once the fix is in, and will
have to be reverted.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2016-08-11 14:44:46 +02:00
Dennis Gilmore
f842cc55d6 Merge #54 Refactor failability config 2016-08-11 08:41:19 +00:00
Lubomír Sedlář
2ac4a62920 Refactor failability config
With new pungi, the configuration is changed. The new config works
nicely for image-build and live-media. For ostree and live images it
does not look that well.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2016-08-11 10:20:18 +02:00
Lubomír Sedlář
370881845a Remove trailing whitespace in workstation ostree config
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2016-08-11 07:32:55 +02:00
Dennis Gilmore
87be0cd416 make buildinstall and iso phases not failable
Request was made by adamw in irc

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-08-09 09:31:22 -05:00
Lubomír Sedlář
64f2209545 Fix syntax of image build factory parameters
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2016-08-09 08:20:48 +02:00
Peter Robinson
3ac05926d0 Add an options to pass a factory parameter to koji builds for Vagrant.
It's not perfect as vagrant_sync_directory gets set for all Cloud images
but it should not have any material effect on the non vagrant build process.

Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
2016-08-04 13:20:46 +01:00
Peter Robinson
6ea5fb4e72 update rawhide for F-26
Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
2016-07-26 07:43:29 +01:00
Peter Robinson
be2e013270 OZ supports new Fedora releases. There's no real change between 20 and 22
except that non x86 needs at least version 22. We've been using this
version without issue for some time on non x86 composees. Bring rawhide
up to this so we're the same.

Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
2016-07-26 04:44:49 +01:00
Dennis Gilmore
2d459bec29 point workstation ostree instakller at the correct git repo and files
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-27 11:50:36 -05:00
Dennis Gilmore
3d1422b98b Revert "disable workstation ostree installer for now"
This reverts commit 11335c0109.
2016-05-27 11:48:49 -05:00
Dennis Gilmore
a3d48b1b61 point ostree installer at the updated location for lorax templates
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-27 11:48:10 -05:00
Dennis Gilmore
7ed7fa6105 attempt to add the correct ova-option to set the vagrant_sync_directory
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-27 11:47:12 -05:00
Lubomír Sedlář
b3fb6f9911 It's ostree-installer, not ostree_installer
in the definition of failable deliverables.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2016-05-27 12:22:57 +02:00
Dennis Gilmore
da73478e8d multilib apitrace-libs and fakeroot-libs
https://pagure.io/pungi-fedora/issue/21

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-24 07:25:39 -05:00
Dennis Gilmore
e30433d167 Revert "point back to fedorahosted for kickstarts"
This reverts commit 04b74bfcad.
2016-05-16 21:17:23 -05:00
Dennis Gilmore
11335c0109 disable workstation ostree installer for now
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-16 15:57:28 -05:00
Dennis Gilmore
c25ce32fee remove extra ) in ostree config
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-16 07:51:40 -05:00
Dennis Gilmore
4501e86474 config tweak for second ostree jobs
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-15 21:59:15 -05:00
Dennis Gilmore
2d10497163 attempt to make a workstation ostree
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-14 20:49:05 -05:00
Dennis Gilmore
04b74bfcad point back to fedorahosted for kickstarts
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-05-14 20:43:42 -05:00
Kevin Fenzi
e249ad33f1 Handle move of comps and spin-kickstarts to pagure
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2016-05-13 16:32:43 -06:00
Lubomír Sedlář
21024d15e0 Reduce duplication in configuration
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2016-05-02 09:59:38 +02:00
Dennis Gilmore
600dbda3aa Revert "add ostree workstation to rawhide"
This reverts commit a285c9d37a.
2016-04-20 11:35:51 -05:00
Dennis Gilmore
a285c9d37a add ostree workstation to rawhide
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-04-20 11:18:37 -05:00
Dennis Gilmore
a47f402383 make the atomic cloud image 6G
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-04-19 07:42:36 -05:00
Dennis Gilmore
ecd3d8386c installer iso format is date not compose_date
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-04-13 08:31:50 -05:00
Dennis Gilmore
d548f74c4b set the subvariant for Atomic correctly
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-04-11 18:02:06 -05:00
Dennis Gilmore
f31e9c5e28 add the git repo to get the ostree templates from
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-04-11 14:25:26 -05:00
Dennis Gilmore
4b65a9251e disable 32 bit x86 cloud images, and add the atmoic versions
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-04-11 14:10:27 -05:00
Dennis Gilmore
a51725821e set the arch as armhfp for docker base image
Signed-off-by: Dennis Gilmore <dennis@ra.ausil.us>
2016-04-08 17:55:50 -05:00
Dennis Gilmore
2f6e0dddec idisable ostree installer, I havbe a couple of questions first
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-04-08 12:12:48 -05:00
Dennis Gilmore
bb606ab707 add teh arch to the checksum file
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-04-08 10:21:27 -05:00
Dennis Gilmore
de86c341c1 renable ostree deliverables, enable docker base images for arm
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-04-08 10:18:48 -05:00
Dennis Gilmore
9e9a38faa9 disable all ostree bits for now
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-04-07 12:52:10 -05:00
Dennis Gilmore
5bade2932c atomic_repo needs to be ostree_repo
Signed-off-by: Dennis Gilmore <dennis@ra.ausil.us>
2016-04-06 07:49:48 -05:00
Dennis Gilmore
4e7ec0a210 set ostree and ostree_installer to be failable
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-04-05 13:22:53 -05:00
Dennis Gilmore
e6b04ca7a5 reenable ostree generation, rename atomic to ostree_installer
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-04-05 10:56:23 -05:00
Dennis Gilmore
befd761123 Revert "Revert "comment out ostree for now""
This reverts commit 6454e6a133.
2016-04-04 16:44:52 -05:00
Dennis Gilmore
6454e6a133 Revert "comment out ostree for now"
This reverts commit d3a4ddb153.
2016-04-04 09:38:28 -05:00
Dennis Gilmore
d3a4ddb153 comment out ostree for now
Signed-off-by: Dennis Gilmore <dennis@ra.ausil.us>
2016-04-01 16:24:48 -05:00
Dennis Gilmore
32206f44a6 fix up ostree setting, they validate
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-04-01 09:29:58 -05:00
Dennis Gilmore
0ec441454a attempt to make ostree happy
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-03-31 17:55:32 -05:00
Dennis Gilmore
5b29d7b399 attempt to make atomic and ostree
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-03-31 17:30:41 -05:00
Dennis Gilmore
88738aa2e7 b updates, whitelist *-static and blacklist ghc-*
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-03-18 14:33:01 -05:00
Dennis Gilmore
8d112b1080 do not translate dvd to DVD its not handled 100%
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-03-13 21:07:37 -05:00
Adam Williamson
f46e4f59ef better subvariants for cloud images
Vagrant is an imagetype, it's not properly a component of the
subvariant; both the raw disk and vagrant cloud_base images
should have the same subvariant.

The Docker image's subvariant should be Docker_Base to stay in
line with the Cloud images, I think.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2016-03-13 09:18:27 -07:00
Dennis Gilmore
22b7efca93 set the multilib white and black list policies for all arches
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-03-11 20:34:48 -06:00
Dennis Gilmore
f528c8ae23 fix up typo , not .
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-03-11 20:27:16 -06:00
Dennis Gilmore
4e71b8a8b3 convert all " to ' for consistency
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-03-11 20:13:35 -06:00
Dennis Gilmore
a01536be68 set subvariants for all images
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-03-11 20:13:01 -06:00
Dennis Gilmore
13830ed6ae convert all instances of " to ' for consistency
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-03-11 20:10:17 -06:00
Dennis Gilmore
fa85694cef set subvariants for all images
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-03-11 20:08:47 -06:00
Dennis Gilmore
5064c970f5 enable making delta rpms
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-03-11 13:26:21 -06:00
Lubomír Sedlář
271717f93d Do not filter comps file for Everything
All other variants will get filtered comps the same way they do now, but
for Everything we will copy the original file without any modifications.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2016-03-11 08:37:39 +01:00
Dennis Gilmore
9b3325ca02 multilib: blacklist mod_*
per https://fedorahosted.org/rel-eng/ticket/6367 blacklist mod_*

current list is

mod_annodex
mod_auth_cas
mod_auth_gssapi
mod_auth_kerb
mod_auth_mellon
mod_auth_mysql
mod_auth_ntlm_winbind
mod_authnz_external
mod_authnz_pam
mod_auth_openid
mod_auth_openidc
mod_auth_pam
mod_auth_pgsql
mod_auth_shadow
mod_auth_token
mod_auth_xradius
mod_authz_ldap
mod_bw
mod_cband
mod_cluster
mod_dnssd
mod_evasive
mod_extract_forwarded
mod_fcgid
mod_flvx
mod_form
mod_geoip
mod_gnutls
mod_intercept_form_submit
mod_limitipconn
mod_line_edit
mod_log_post
mod_lookup_identity
mod_mono
mod_nss
mod_perl
mod_perlite
mod_proxy_fcgi
mod_proxy_html
mod_pubcookie
mod_python
mod_qos
mod_revocator
mod_ruid2
mod_scgi
mod_security
mod_security_crs
mod_selinux
mod_suphp
mod_wsgi

Signed-off-by: Dennis Gilmore <dennis@ausil.us>

modified:   fedora.conf
0001-disable-multilib-as-we-do-not-use-it-on-install-medi.patch
0001-updates-that-have-been-done-for-testing.patch
0001-updates-to-what-I-am-using-for-testing.patch
2016-03-10 12:09:31 -06:00
Dennis Gilmore
b2b565153b multilib: blacklist krb5-sever packages
per https://fedorahosted.org/rel-eng/ticket/6346 blacklist
krb5-server and krb5-server-ldap

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-03-10 11:54:54 -06:00
Lubomír Sedlář
aa44dca38b Fix disc types
Properly case Live and DVD and rename boot to netinst.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2016-03-09 07:41:54 +01:00
Dennis Gilmore
df84d7495d setup multilib for s390x
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-03-08 20:08:54 -06:00
Dennis Gilmore
482b51be50 setup variants-fedora.xml for secondary arches
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-03-08 17:50:25 -06:00
Dennis Gilmore
ea7c6563db Merge #10 Use global live_media settings 2016-03-08 14:47:08 +00:00
Lubomír Sedlář
200e740675 Use shell globs for multilib blacklist
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2016-03-08 15:42:09 +01:00
Dennis Gilmore
869da1999d multilib for x86_64 only
Add Astronomy_KDE subsitution

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-03-04 17:07:44 -06:00
Dennis Gilmore
eb3818b623 do not multilib the debug kernels
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-03-03 13:12:07 -06:00
Dennis Gilmore
43e6430d92 only filter packages on Server, Cloud and Workstation
tweak the multilib blacklists a little

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-03-03 09:17:51 -06:00
Lubomír Sedlář
fc5f03a82d Use global live_media settings
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2016-03-03 14:28:56 +01:00
Dennis Gilmore
011994cdf3 add multilibe white and blacklists
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-03-02 20:57:11 -06:00
Dennis Gilmore
52f371a293 fix up live image names
https://pagure.io/pungi-fedora/issue/6

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-02-28 13:43:11 -06:00
Dennis Gilmore
2a556d0b47 we need a imagefactory update to build docker base images for anything other than x86_64
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-02-27 08:49:56 -06:00
Dennis Gilmore
79295c89fd repoint rawhide
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-02-24 12:39:16 -06:00
Dennis Gilmore
80f8134e17 add Release None for images. use rawhide comps file
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-02-22 22:07:30 -06:00
Dennis Gilmore
5a1484ee20 add repo_from for the arm Spins
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-02-22 10:12:44 -06:00
Dennis Gilmore
e8d4652792 set release to None for all the arm images
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-02-22 08:01:21 -06:00
Dennis Gilmore
54c9f8e91b do not rename the output of teh live phase
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-02-22 07:55:32 -06:00
Dennis Gilmore
236df8e55a subsitute Imeages for img
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-02-19 08:28:34 -06:00
Dennis Gilmore
743cb91d42 productmd does not allow for variants with _ in them
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-02-19 08:26:53 -06:00
Dennis Gilmore
acdefd5fc6 attempt to fix up all applaince tasks being created
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-02-19 07:59:12 -06:00
Dennis Gilmore
dcb28cbed3 Subsitute Rawhide for rawh in iso labels
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-02-18 16:46:06 -06:00
Dennis Gilmore
5140aa5abf Shorten Everything to E in volume ids
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-02-18 16:37:20 -06:00
Dennis Gilmore
49c9981430 set the rawhide version to Rawhide
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-02-18 14:36:51 -06:00
Dennis Gilmore
18189f923a add missing arch definitions
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-02-18 10:52:26 -06:00
Dennis Gilmore
c87901b05a add some missing artifacts and put others in the correct location
Put Docker image in its own variant, and break out the Cloud_Images
add the missing arm Spins
put the move Spins to Labs and Live to Spins

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-02-18 09:40:14 -06:00
Dennis Gilmore
35cc5104e6 wrap the scm urls with "" in an attempt for koji to be happy with them
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-02-17 11:30:21 -06:00
Dennis Gilmore
639475e15d set teh install repo for livemedia tasks without a install tree for its variant
allow live and live-media tasks to not fail the compose

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-02-16 14:22:15 -06:00
Dennis Gilmore
de7b91e923 fix up the kickstart wor arm workstation and add arm server
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-02-16 14:14:42 -06:00
Dennis Gilmore
c201ee3f20 fix up extra {} in image config, attempt to buld arm workstation
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-02-12 02:02:16 -06:00
Dennis Gilmore
b307398386 update the image building config options for pungi changes
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-02-11 08:10:14 -06:00
Dennis Gilmore
781193b94b use live_media for lives
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-02-10 08:46:42 -06:00
Dennis Gilmore
08c46738e7 add all teh livemedia
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-02-10 06:26:45 -06:00
Dennis Gilmore
9e93842b99 add the cloud base vagrant box image
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-01-26 13:06:21 -06:00
Dennis Gilmore
90232fe63d fix typo in disk_size
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-01-26 12:56:34 -06:00
Dennis Gilmore
8f02ed5d03 remove deprecated multilib options
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-01-21 10:35:25 -06:00
Dennis Gilmore
3b3f514508 enable multilib on Everything repo
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-01-21 10:11:16 -06:00
Dennis Gilmore
ce03a7e4a3 move image-build being failable to * arch
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-01-13 12:32:57 -06:00
Dennis Gilmore
ba006ab470 config cleanups
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-01-12 13:33:21 -06:00
Dennis Gilmore
6d486bebe4 set new filter_system_release and failure options
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-01-12 13:29:29 -06:00
Dennis Gilmore
1d54ce6fd5 remove extra "
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-01-11 10:02:42 -06:00
Dennis Gilmore
695d8c387d update the image building to match new syntax
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-01-11 09:47:23 -06:00
Dennis Gilmore
2b153c160c switch out compose_id for date-type-respins
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-01-11 09:41:26 -06:00
Dennis Gilmore
84f5cb602b add the compose_id to the iso names and volumeid
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-01-05 14:53:48 -06:00
Dennis Gilmore
c8c7380c72 setup the fedora image naming policy
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-12-19 10:26:42 -06:00
Dennis Gilmore
581882c4eb remove building 32 bit images, pungi is broken in supporting multiple arches
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-12-19 10:22:09 -06:00
Dennis Gilmore
7d1294ffd7 fixup a few wrong settings in the configs
add i386 images

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-12-10 10:14:08 -06:00
Dennis Gilmore
a0f7cc3336 setup translate_path rule, fix up a couple of issues with sending image tasks
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-12-09 10:37:14 -06:00
Dennis Gilmore
42ee4af8df fix up the rpm key id's, attempt to make some images
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-12-08 19:16:07 -06:00
Dennis Gilmore
cd8f9255be add missing ] in the lorax section
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-12-08 12:51:44 -06:00
Dennis Gilmore
ad30eeacbf cleanup non needed config options`
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-12-08 12:50:50 -06:00
Dennis Gilmore
ea5e476ba3 switch to using the new lorax options, enabling macboot on x86_64
Clean up the productimg bits, not needed for fedora

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-12-08 12:48:31 -06:00
Dennis Gilmore
4ea2637e93 mediabase checksum filename definition needs to be a string
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-12-04 14:04:19 -06:00
Dennis Gilmore
99fbe4e915 set the media_checksum_base_filename variable
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-12-04 13:56:03 -06:00
Dennis Gilmore
76826ab891 define the notification script
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-12-02 12:06:11 -06:00
Dennis Gilmore
231a042ba6 media_checksums needs to be a list
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-12-01 14:47:48 -06:00
Dennis Gilmore
6d484a1714 pungi does not like the version being rawhide. need to file a bug
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-12-01 14:46:30 -06:00
Dennis Gilmore
000c036add jigdo, checksums and release
set release version to rawhide.

checksums make only sha256sum
disable jigdo

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-12-01 12:03:16 -06:00
Dennis Gilmore
5000a3f23f disable building upgrade images, fedup is dead
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-10-27 21:33:29 -05:00
Dennis Gilmore
1dd1374851 attempt to make just the dvds we want
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-08-20 10:42:54 -05:00
Dennis Gilmore
a834322ac1 add a Everything variant
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-08-20 10:42:03 -05:00
Dennis Gilmore
7f08bdeddf disable multilib as we do not use it on install media
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-08-05 07:38:48 -05:00
Dennis Gilmore
d686d101f8 set createrepo_checksum = "sha256"
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-07-24 13:47:12 -05:00
Dennis Gilmore
2a5917741d enable hashed directories, rename product to release
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-07-24 13:37:25 -05:00
Dennis Gilmore
61fface525 setup master for f24 being rawhide
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-07-24 13:25:06 -05:00
Dennis Gilmore
e475fca4d9 changes needed to get things moving 2015-07-21 20:43:05 -05:00
Dennis Gilmore
778eabff0e updates that have been done for testing
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-07-07 10:16:29 -05:00
Adam Miller
b1001169a8 define buildinstall_method in fedora.conf 2015-06-11 14:54:06 -05:00
Adam Miller
870e2a633c remove conflicting runroot config option in fedora.conf 2015-06-02 17:35:48 -05:00
Dennis Gilmore
ced9341be4 setup the initial fedora repo
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-05-29 15:04:00 -05:00