Commit Graph

661 Commits

Author SHA1 Message Date
Kamil Páral
0d7b87bf9e multilib_*: sort package names
And put them on individual lines, this makes them easier to compare with bodhi
config downstream.

Signed-off-by: Kamil Páral <kparal@redhat.com>
2022-06-21 14:43:06 +02:00
Kamil Páral
5bb174ae68 multilib_whitelist: affect wine subpackages and related projects
Wine subpackages were probably covered by dependencies. But separate packages
like `wine-dxvk` were not covered, even though they need to be multilib. At the
same time, we don't want to use `wine*` because that would also cover e.g.
`wineglass`, which doesn't need to be multilib. The current approach seems to
work the best.

Signed-off-by: Kamil Páral <kparal@redhat.com>
2022-06-21 14:39:01 +02:00
Tomas Popela
0a831a5bdf Move Flatpak Fedora runtime to F36 version
Fedora Flatpaks were updated for F36 and now require the F36 runtime
instead. This will fix the Rawhide builds of Silverblue.

https://github.com/fedora-silverblue/issue-tracker/issues/298
Signed-off-by: Tomas Popela <tpopela@redhat.com>
2022-06-20 08:16:24 +02:00
Kevin Fenzi
955d80e34e Use createiso_use_xorrisofs = True to make isos with xorrisofs
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-06-15 18:33:55 -07:00
Kamil Páral
6d606ef0de fedora.conf: add mesa-vulkan-drivers into multilib_whitelist
Vulkan drivers need to be accessible for i686 as well. Currently it's missing
for updates-testing builds, which is causing issues for our users, see:
https://bodhi.fedoraproject.org/updates/FEDORA-2022-4120f31977#comment-2466325
https://bodhi.fedoraproject.org/updates/FEDORA-2022-db6aea82e4

Signed-off-by: Kamil Páral <kparal@redhat.com>
2022-06-08 11:57:48 +02:00
Miro Hrončok
8f9859888c Increase size of Fedora-Python-Classroom
(Hopefully) fixes https://bugzilla.redhat.com/show_bug.cgi?id=2064263

Signed-off-by: Miro Hrončok <miro@hroncok.cz>
2022-03-20 22:28:47 +01:00
Mohan Boddu
5780510c10 Fix release-candidate.sh script
This adds --notification-script=pungi-wait-for-signed-ostree-handler
to release-candidate.sh script

Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
2022-03-11 08:50:24 -05:00
Tomáš Hrčka
88e48938a6 Update nightly.sh
Remove productimg from skip-phases param

Signed-off-by: Tomas Hrcka <thrcka@redhat.com>
2022-02-23 17:48:02 +00:00
Tomas Popela
fd5cf4cb4a Drop GNOME Screenshot Flatpak from Silverblue
GNOME Shell has now a built in replacement.

See https://pagure.io/fedora-workstation/issue/277

Signed-off-by: Tomas Popela <tpopela@redhat.com>
2022-02-15 08:19:16 +01:00
Adam Williamson
9d4368b7b0 Replace gedit with gnome-text-editor for Silverblue
This has been done in Workstation, but not yet in Silverblue.
This commit is a great example of why putting lots of items in
a single line of text is a bad idea!

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2022-02-14 05:29:39 +00:00
Peter Robinson
cac6ad0839 Retire ARMv7/armhfp from the compose
As per the approved change to retire ARMv7/armhfp
https://fedoraproject.org/w/index.php?title=Changes/RetireARMv7

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2022-02-09 11:32:49 +00:00
Kevin Fenzi
d08f09f405 Adjust for fedora-37 key and update fedora-cloud to f37
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-02-08 15:24:48 -08:00
Tomas Hrcka
b6ce674030 F37 is now rawhide
Signed-off-by: Tomas Hrcka <thrcka@redhat.com>
2022-02-08 13:00:31 +01:00
Tomas Popela
f5931283a5 Flatpaks: Fix the Flatpak references on aarch64
Signed-off-by: Tomas Popela <tpopela@redhat.com>
2022-02-04 10:49:51 +00:00
Tomas Popela
846e781106 Flatpaks: Add GNOME Extensions and remove File Roller on Silverblue
Align with Fedora Workstation. The File Roller functionality is already
part of Nautilus.

Signed-off-by: Tomas Popela <tpopela@redhat.com>
2022-02-04 10:49:51 +00:00
Filip Valder
7a4f49cd17 Add configuration for module obsoletes
Signed-off-by: Filip Valder <fvalder@redhat.com>
2022-01-28 12:35:04 +01:00
Josh Stone
7455188864 Exclude all rust-std-static-wasm* from s390x
The packages depends on lld, which is not shipped there. This is a
followup to #1036 now that we have `wasm32-wasi`, and we might want
`wasm64` variants in the future.

Signed-off-by: Josh Stone <jistone@redhat.com>
2021-12-07 16:09:06 -08:00
Kevin Fenzi
0f3d7649ab workstation disk image: increase size.
This is where the workstation image is running out of space.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-12-02 20:54:21 -08:00
Kalev Lember
ed6e94f9f2 Add aarch64 flatpaks to Silverblue and Kinoite images
We now have the flatpak runtime available for aarch64, which was the
last missing piece to be able to install Fedora flatpaks on aarch64.

Signed-off-by: Kalev Lember <klember@redhat.com>
2021-11-10 18:00:53 +00:00
Lubomír Sedlář
d9988da721 Remove extra commas from rsync messages
The compose ID and some paths have an extra bogus comma at the end. That
makes it difficult to consume the message.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2021-11-04 16:01:21 +01:00
Mohan Boddu
72c29d9af8 Fixing fedora-container.conf
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
2021-11-03 12:36:27 -04:00
Kevin Fenzi
b98d43e759 fedora-disk-kde: increase size slightly to allow disk kde for arm to build
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-10-21 19:40:02 -07:00
Kalev Lember
d2e477b483 Switch to F35 flatpak runtime for Silverblue
All preinstalled flatpak apps are rebuilt and based on the F35 flatpak
runtime now.

Signed-off-by: Kalev Lember <klember@redhat.com>
2021-10-05 17:01:38 +02:00
Tomas Popela
a25f455e51 Preinstall GNOME Connections as Flatpak on Silverblue
See https://pagure.io/workstation-ostree-config/pull-request/243

Signed-off-by: Tomas Popela <tpopela@redhat.com>
2021-10-05 08:51:52 +02:00
Ben
c57bda04d9 Fix recurring typo
Fix three instances of "fomat" typo

Signed-off-by: Ben Capper <bcapper@redhat.com>
2021-09-20 17:24:51 +00:00
Ben
5f0ea623ad Drop armfhp image from Python Classroom Lab
armhfp is becoming less popular and keeps failing randomly

Issue: https://pagure.io/releng/issue/10112
Signed-off-by: Ben Capper <bcapper@redhat.com>
2021-09-20 17:24:51 +00:00
Ibiam Chihurumnaya
864454d847
Increase SoaS disk image size
Signed-off-by: Ibiam Chihurumnaya <ibiamchihurumnaya@gmail.com>
2021-09-20 16:37:40 +01:00
Mohan Boddu
8cf0a66f44 Rawhide is now F36
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
2021-08-11 14:31:07 -04:00
Tomas Hrcka
f72c118eb0 rawhide is f36
Signed-off-by: Tomas Hrcka <thrcka@redhat.com>
2021-08-10 13:43:26 +02:00
Lubomír Sedlář
3c5576f240 Exlude rust-std-static-wasm32-unknown-unknown from s390x
The package depends on lld, which is not shipped there.

Relates: https://pagure.io/pungi/issue/1518
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2021-07-15 08:42:25 +02:00
Paul Whalen
f7171c7fc3 Increase KDE, SoaS and Python Classroom disk image size
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
2021-05-31 10:54:30 -04:00
Timothée Ravier
8d5f7f4079 Add support for building Fedora Kinoite
See https://fedoraproject.org/wiki/Changes/Fedora_Kinoite

Signed-off-by: Timothée Ravier <travier@redhat.com>
2021-05-18 20:59:26 +00:00
Timothée Ravier
babdb6d06f Remove unused 'armhfp' arch for Silverblue
Signed-off-by: Timothée Ravier <travier@redhat.com>
2021-05-18 20:59:26 +00:00
Mohan Boddu
653fd0a094 Adding aarch64 to Labs for Python Classroom image
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
2021-05-18 11:43:42 -04:00
Kevin Fenzi
2d2d9b21b8 adjust container/cloud updates to use main branch of comps
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-05-04 08:44:55 -07:00
Kevin Fenzi
9f4edbea83 rawhide: fix container.conf also
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-05-02 10:39:50 -07:00
Kevin Fenzi
2cb59bab0a rawhide: fix bogus f29 config for f35
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-05-02 10:14:21 -07:00
Paul Whalen
07ec618db7 Make the armhfp disk image release blocking.
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
2021-04-20 15:45:44 +00:00
Kalev Lember
265ae6e210 Pre-install mediawriter flatpak on Silverblue
https://pagure.io/fedora-workstation/issue/214

Signed-off-by: Kalev Lember <klember@redhat.com>
2021-04-14 13:13:57 +02:00
Kalev Lember
bc44e10d58 Switch to F34 flatpak runtime for Silverblue
All preinstalled flatpak apps are rebuilt and based on the F34 flatpak
runtime now.

Signed-off-by: Kalev Lember <klember@redhat.com>
2021-03-30 11:43:57 +02:00
Kevin Fenzi
c60af61bec arm workstation: increase size by 1GiB
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-03-25 17:13:18 -07:00
Kevin Fenzi
dc03926bbf Increase the size of the python-classroom disk images
Currently this are failing by running out of space.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-03-11 13:21:39 -08:00
Kevin Fenzi
0d2b85bc1b Fix all variants to delete-after so we dont keep accumulating things.
In 57985b08 nightly was updated, but not all the variants were updated
in the second sync. The first sync runs with --exclude repodata, then
the second one includes that and also does a --delete-after, but we only
updated the first one. This should clean up old artifacts.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-03-03 19:40:51 -08:00
Kevin Fenzi
5b2d9dcbd8 nightly.sh: fix secondary hardlink
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-03-01 19:10:25 -08:00
Mohan Boddu
86cd5a304c Adding i3 spin
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
2021-02-23 14:26:20 -05:00
Peter Robinson
57985b087e Update the pungi config for the UEFI on ARMv7 changes
This update adds the various pieces for the UEFI side of things
and removes the old appliance build process including a few cleanups.

It also updates the sync process and cleans up a few bits here
while at it.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
2021-02-23 19:09:07 +00:00
Mohan Boddu
39ed9bcc5c Use the F35 key as all the builds are now signed with f35 key
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
2021-02-23 13:34:07 -05:00
Kevin Fenzi
92c8817161 Widen the perl module filter to exclude all the perl bootstrap modules.
See https://pagure.io/releng/issue/8616 for more info

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2021-02-15 14:04:02 -08:00
Mohan Boddu
be86049af8 Adding F35 key
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
2021-02-09 18:28:17 -05:00
Tomas Hrcka
b00e860556 Setup for rawhide being F34
Signed-off-by: Tomas Hrcka <thrcka@redhat.com>
2021-02-09 14:16:51 +01:00