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>
This repository is a Fedora Docs site, not a codebase, and LLMs working
here need context that differs from typical software projects. AGENTS.md
provides that context: repository structure, writing conventions,
terminology rules, content guidelines, and process awareness.
Key guidance includes the one-sentence-per-line convention, the
terminology table enforcing "Operations Architect" / "FOA" over the
retired "Program Manager" / "FPgM" title, the two-component Antora
layout, and the Pagure-to-Forgejo migration status for links.
Modeled after the AGENTS.md in the elections-interviews repository,
broadened to cover the full scope of operations documentation.
Assisted-by: Claude Opus 4.6 (1M context)
Signed-off-by: Justin Wheeler <jwheel@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>
This SoP said to "evaluate contingency plans" at four different
points, but only gave specific instructions for two. This tries
to add some kind of idea of what to do at the other two.
Also, we tweak the list of points to clarify that some of them
are on the same day in the current schedule.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit makes several changes:
* Renames `LICENSE` to `LICENSE.txt` to provide an explicit file ending.
* Adopts CC BY-SA 4.0 legal text for the LICENSE.txt, making sure the
full license text is always distributed together with the source.
* Replaces `build.sh` and `preview.sh` scripts with the newer
`docsbuilder.sh` script, which automatically builds new changes on the
site while the script is running.
* Reworks the README from the default Fedora Docs README template and
creates something more personalized and authentic to this repository.
I used AI to help rewrite the README.md file to something that better
described the content actually found in this repository.
Assisted-by: Google Gemini 3
Signed-off-by: Justin Wheeler <jwheel@redhat.com>
Rename docs publishing module from `/program_management/` to
`/operations/`. This is a more clear alignment with the core mandate
that the Fedora Operations Architect has in their role. It closely ties
the work of program management work into "Program Operations", which
links clearly into the title of the FOA's role and the work they do in
the project and the community.
Some of this will need to be improved upon later, but this is a starting
point for getting this work moved over to Forgejo from Pagure.
Signed-off-by: Justin Wheeler <jwheel@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>