The multiple line NOTE gets collapsed to a single paragraph when
rendered, so a trailing period is needed at the end of the first
line sentence.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This adds the index, blocking and spins pages for F45, and updates
the status of other releases - marking F44 as a current release
and F42 as EOL, and updating the targets of the various links on
the nav.adoc page.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
The "Fedora Program Manager" (FPgM) title was retired and replaced with
"Fedora Operations Architect" (FOA) to better reflect the scope and
nature of the role within the Fedora Project. This commit updates all
documentation across both the main operations module and the
releases module, replacing:
- "Fedora Program Manager" → "Fedora Operations Architect"
- "Program Manager" (when referring to role) → "Operations Architect"
- "FPgM" → "FOA"
Also updates stale content exposed by the rename:
- Page titles and descriptions now use "Program Operations" branding
- Contact information updated to current staff (@amoloney, @jspaleta,
@jnsamyak) replacing former holders
- Election wrangler backup corrected from "Fedora Action and Impact
Coordinator" to "Fedora Community Architect"
- Council role description updated from "auxiliary member" to "permanent
seat"
- Cross-reference targets updated from `council::fpgm.adoc` to
`council::foa.adoc`
- Repository links migrated from Pagure to Forgejo where applicable
- Removed stale FOA office hours reference from index page
Note: The WordPress featured image for Friday's Fedora Facts still uses
the "fpgm" identifier and old title text — that asset lives in the
WordPress media library and must be updated separately.
Assisted-by: Claude Opus 4.6 (1M context)
Signed-off-by: Justin Wheeler <jwheel@redhat.com>
See investigations at
https://bugzilla.redhat.com/show_bug.cgi?id=2431863#c9 and
https://bugzilla.redhat.com/show_bug.cgi?id=2407024#c22 . We're
just getting hit by firmware sprawl again; I couldn't find any
practical way to get the image sizes down significantly.
I propose going to 1.3G for x86_64 images and 1.4G for the aarch64
one. Server images are bigger than Everything because some qemu
packages get pulled in via containers-common; aarch64 are bigger
than x86_64 because they have more firmware. So Server aarch64
is the biggest of the images and it's already at 1.25G, bumping
to 1.3G doesn't give us much headroom, so let's do 1.4G.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This adds the index, blocking and spins pages for F44, and updates
the status of other releases - marking f43 as a current release
and f41 as EOL, and updating the targets of the various links on
the nav.adoc page.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
It was changed from 1 GB to 1.2 GB for F42 in
https://pagure.io/fedora-pgm/pgm_docs/pull-request/83 , but for
some reason the change was lost in creating the F43 page.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This includes several updates to the release-blocking image list.
The Workstation size is bumped to 2.5 GB as per the WG's request
in https://bugzilla.redhat.com/show_bug.cgi?id=2276839 and the
blocker review meeting today. Several filenames are corrected to
match those produced by our current builder tools.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
See https://pagure.io/fesco/issue/3122 . linux-firmware size
increases have driven F40 image sizes over the current limits and
we cannot find a practical way to get them back down. For the
disk images, the Minimal image has never fit in 4 GiB or 4 GB
so this limit has always been bogus. Workstation's limit was
written to match the size specified in pungi config, but in fact
pungi config was in power-of-two gibibytes while "GB" in this
document is to be read as power-of-ten gigabytes, so they do not
match. We intend for the limit to be 16 power-of-ten gigabytes,
to fit on a typical "16 GB" USB stick, and patches are in progress
to make it possible to specify this in Oz.
This implements the recommendations from
https://pagure.io/fesco/issue/3122#comment-893698 and the
Workstation live size bump previously approved by @catanzaro:
1. Everything and Server netinst max sizes to 1 GB
2. Workstation live max size to 2.3 GB
3. Minimal disk image max size to 8 GB
4. Workstation disk image max size to 16 GB
Additionally, it clarifies that the disk image max sizes are to
be read as applying to the uncompressed image size. This is the
only sensible way, as it's the uncompressed image that gets
written to a physical install medium when using one.
Signed-off-by: Adam Williamson <awilliam@redhat.com>