Commit 2b4f771
chore(ci): update testsuite pin to 74c86f1a (GNOME 50 smoke compat) (#37)
* fix: ship rechunker-group-fix service for legacy-rechunk→chunkah migration (#18)
When users bootc switch from ghcr.io/ublue-os/bluefin (legacy-rechunk)
to ghcr.io/projectbluefin/bluefin (chunkah/rpm-ostree build-chunked-oci),
the first boot fails with a black screen. Root cause: legacy-rechunk's
1_prune.sh moves /etc/group entries into /usr/lib/group for nss-altfiles,
but chunkah images don't use nss-altfiles. This desyncs /etc/gshadow
from /etc/group, causing systemd-sysusers to fail on first boot:
systemd-sysusers[1022]: /etc/gshadow: Group "plocate" already exists.
The fix (from ublue-os/aurora, Dec 2025): a oneshot systemd service that
rebuilds /etc/gshadow from /etc/group on every boot. The service is
idempotent and harmless once gshadow is clean.
Files added (verbatim from Aurora):
- system_files/shared/usr/bin/rechunker-group-fix
- system_files/shared/usr/lib/systemd/system/rechunker-group-fix.service
Service enabled in build_files/base/17-cleanup.sh.
Without this fix, the first boot into projectbluefin/bluefin after
switching from ublue-os/bluefin WILL produce a black screen. Second
boot of the same image succeeds, but users will think the image is broken.
Fixes: ublue-os/bluefin#3852
See also:
- ublue-os/bluefin-lts#918 (renner0e test report)
- bootc-dev/bootc#1179
- ublue-os/aurora#1468
- https://github.com/ublue-os/legacy-rechunk/blob/1d2b0c2e/1_prune.sh#L41-L47
Assisted-by: Claude Sonnet 4.6 via GitHub Copilot
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* chore(deps): update projectbluefin/testsuite digest to 12bd892 (#15)
Co-authored-by: mergeraptor[bot] <267480593+mergeraptor[bot]@users.noreply.github.com>
* chore(deps): update system_files/shared/usr/share/gnome-shell/extensions/blur-my-shell@aunetx digest to fcd5d02 (#16)
Co-authored-by: mergeraptor[bot] <267480593+mergeraptor[bot]@users.noreply.github.com>
* fix(ci): add packages:write to e2e reusable workflow callers
The e2e.yml reusable workflow in projectbluefin/testsuite requires
packages:write permission to push screenshots to GHCR. Without it,
jobs fail with startup_failure before any steps run.
Assisted-by: Claude Sonnet 4.5 via GitHub Copilot CLI
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix: ship rechunker-group-fix service for legacy-rechunk→chunkah migration
When users bootc switch from ghcr.io/ublue-os/bluefin (legacy-rechunk)
to ghcr.io/projectbluefin/bluefin (chunkah/rpm-ostree build-chunked-oci),
the first boot fails with a black screen. Root cause: legacy-rechunk's
1_prune.sh moves /etc/group entries into /usr/lib/group for nss-altfiles,
but chunkah images don't use nss-altfiles. This desyncs /etc/gshadow
from /etc/group, causing systemd-sysusers to fail on first boot:
systemd-sysusers[1022]: /etc/gshadow: Group "plocate" already exists.
The fix (from ublue-os/aurora, Dec 2025): a oneshot systemd service that
rebuilds /etc/gshadow from /etc/group on every boot. The service is
idempotent and harmless once gshadow is clean.
Files added (verbatim from Aurora):
- system_files/shared/usr/bin/rechunker-group-fix
- system_files/shared/usr/lib/systemd/system/rechunker-group-fix.service
Service enabled in build_files/base/17-cleanup.sh.
Without this fix, the first boot into projectbluefin/bluefin after
switching from ublue-os/bluefin WILL produce a black screen. Second
boot of the same image succeeds, but users will think the image is broken.
Fixes: ublue-os/bluefin#3852
See also:
- ublue-os/bluefin-lts#918 (renner0e test report)
- bootc-dev/bootc#1179
- ublue-os/aurora#1468
- https://github.com/ublue-os/legacy-rechunk/blob/1d2b0c2e/1_prune.sh#L41-L47
Assisted-by: Claude Sonnet 4.6 via GitHub Copilot
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix(ci): update hardcoded testing branch references to main
projectbluefin/bluefin uses main as default branch, not testing.
Update build trigger, post-e2e filter, and weekly promotion workflow
to reference main instead of the ublue-os/bluefin testing branch.
Assisted-by: Claude via GitHub Copilot CLI
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix(ci): add packages:write to weekly-promotion e2e job
The reusable testsuite e2e.yml requires packages:write to push
screenshots to GHCR. Without it the job fails with startup_failure.
Assisted-by: Claude Sonnet 4.5 via GitHub Copilot CLI
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* chore(deps): pin quay.io/fedora-ostree-desktops/silverblue docker tag to d0ba53e (#22)
Co-authored-by: mergeraptor[bot] <267480593+mergeraptor[bot]@users.noreply.github.com>
* chore(deps): update ghcr.io/projectbluefin/common:latest docker digest to a5e120b (#23)
Co-authored-by: mergeraptor[bot] <267480593+mergeraptor[bot]@users.noreply.github.com>
* fix: resolve shellcheck warnings in rechunker-group-fix script (#25)
Rewrite the /etc/gshadow sync loop to use while-read instead of
for-in-cat (SC2013), properly quote variables (SC2086), and use
printf instead of echo with unquoted command substitution (SC2046).
Functionally identical — group names cannot contain spaces or glob
characters, but the rewrite is safer and passes shellcheck cleanly.
Assisted-by: Claude Sonnet 4.5 via GitHub Copilot CLI
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* chore: remove stale silverblue-main entry from image-versions.yml (#26)
PR #17 moved the base image from ghcr.io/ublue-os/silverblue-main to
quay.io/fedora-ostree-desktops/silverblue. The Justfile only reads
'common' and 'brew' entries from image-versions.yml, so the
silverblue-main entry is dead config that may cause unnecessary
Renovate PRs.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix: correct IMAGE_VENDOR default from ublue-os to projectbluefin (#27)
The Containerfile ARG default for IMAGE_VENDOR was still set to
'ublue-os' from the upstream fork. The Justfile correctly overrides it
to 'projectbluefin' via repo_organization, but a bare build without
Just would produce images with the wrong vendor label and ostree ref:
ghcr.io/ublue-os/bluefin (wrong)
ghcr.io/projectbluefin/bluefin (correct)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix: update stale ublue-os org references to projectbluefin (#28)
Update OCI labels and admin recipe that still pointed to the old
upstream ublue-os/bluefin repository:
- io.artifacthub.package.readme-url: ublue-os → projectbluefin
- org.opencontainers.image.source: ublue-os → projectbluefin
- retag-nvidia-on-ghcr recipe: copies from/to projectbluefin GHCR
instead of ublue-os
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* docs: update CONTRIBUTING.md for main-branch workflow (#29)
Replace all references to 'testing' branch with 'main' to reflect
the projectbluefin/bluefin repo structure where PRs target main.
Also update the promotion section to document the weekly automated
promotion via weekly-testing-promotion.yml instead of the old
pull-bot model.
Stream reference table updated: latest builds from 'latest' branch,
testing stream builds from 'main' branch.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix: update offline docs PDF URL to projectbluefin/documentation (#30)
Update the bundled Bluefin documentation URL from the old
ublue-os/bluefin-docs repo (now redirects) to the canonical
projectbluefin/documentation location.
Assisted-by: Claude Sonnet 4.6 via GitHub Copilot
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* docs: update LTS variant link to projectbluefin/bluefin-lts (#31)
The LTS variant has moved to the projectbluefin GitHub org.
Update the Copilot instructions to reference the correct location.
Assisted-by: Claude Sonnet 4.6 via GitHub Copilot
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* docs: update README badges and links to projectbluefin org (#33)
- OpenSSF Scorecard badge: ublue-os → projectbluefin
- GitHub Actions CI badges: ublue-os → projectbluefin
- User count badge link target: ublue-os → projectbluefin
- DeepWiki link: ublue-os/bluefin-docs → projectbluefin/bluefin
- Remove stale Codacy badge (not configured for projectbluefin)
Star history, LFX, and ossinsight charts retained as-is
(historical data from the original ublue-os/bluefin repo).
Assisted-by: Claude Sonnet 4.6 via GitHub Copilot
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix: update ublue-os org references in changelogs.py to projectbluefin (#32)
Update the changelog generation script to reference the correct org:
- REGISTRY: ghcr.io/ublue-os → ghcr.io/projectbluefin
- Commit URL: github.com/ublue-os/bluefin → github.com/projectbluefin/bluefin
- bootc switch commands: ghcr.io/ublue-os → ghcr.io/projectbluefin
The image-info.json path (/usr/share/ublue-os/...) is a filesystem
standard and intentionally kept as ublue-os.
Assisted-by: Claude Sonnet 4.6 via GitHub Copilot
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix: correct stale refs in github config files (#34)
- ISSUE_TEMPLATE/config.yml: CONTRIBUTING.md URL pointed to blob/testing, now blob/main
- copilot-setup-steps.yml: paths filter referenced non-existent workflows/ path, now correct
Assisted-by: Claude Sonnet 4.6 via GitHub Copilot
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix(ci): update testsuite pin to include boot.1.1 ostree fix (#35)
The pinned commit (12bd892e) predates the canonical boot.N symlink fix
(7bcdf965) needed for Fedora 44 bootc images. The ostree-system-generator
only accepts /ostree/boot.[01]/... paths; bootc 1.1.x installs deployments
under boot.1.1 (versioned), causing the generator to fail → dbus-broker
cascade failure → SSH never comes up.
Updated to 97be5c76 (latest main) which includes all fixes.
Assisted-by: Claude Sonnet 4.6 via GitHub Copilot
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix(ci): update testsuite pin to include summary error_message fix
Pins to e4dd0345 which fixes AttributeError when behave emits
error_message as a list (multi-line step errors).
Assisted-by: Claude Sonnet 4.6 via GitHub Copilot
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* chore(ci): update testsuite pin to 74c86f1a (GNOME 50 smoke compat fixes)
Pin projectbluefin/testsuite to 74c86f1a967f51cb0c7adf3732036ae2f7b89b4c
which includes PR #138 — fixes all 17 failing e2e smoke scenarios:
- conditional open() for Quick Settings / Date Menu panels
- qecore key mapping patch (leftctrl/leftalt/leftshift)
- multi-method app launch (gtk-launch / gio launch .desktop)
- notification banner regex for GNOME 50 double-quoted results
- TEXT_ROLES expansion for libadwaita 1.9 AT-SPI changes
- DND gsettings fallback when Shell toggle is absent
- bootloader-update.service in IGNORED_FAILED_UNITS_IN_VM
- extensions window wait increased to 20s
- Wi-Fi scenario skip when no wireless interface present
Assisted-by: Claude Sonnet 4.6 via GitHub Copilot CLI
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: mergeraptor[bot] <267480593+mergeraptor[bot]@users.noreply.github.com>1 parent ec6a12a commit 2b4f771
18 files changed
Lines changed: 125 additions & 63 deletions
File tree
- .github
- ISSUE_TEMPLATE
- workflows
- build_files/base
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
135 | 138 | | |
136 | 139 | | |
137 | 140 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
113 | 116 | | |
114 | 117 | | |
115 | 118 | | |
| |||
121 | 124 | | |
122 | 125 | | |
123 | 126 | | |
124 | | - | |
| 127 | + | |
125 | 128 | | |
126 | 129 | | |
127 | 130 | | |
128 | | - | |
| 131 | + | |
129 | 132 | | |
130 | 133 | | |
131 | 134 | | |
132 | 135 | | |
133 | 136 | | |
134 | 137 | | |
135 | 138 | | |
136 | | - | |
| 139 | + | |
137 | 140 | | |
138 | 141 | | |
139 | 142 | | |
140 | 143 | | |
141 | | - | |
142 | | - | |
| 144 | + | |
| 145 | + | |
143 | 146 | | |
144 | | - | |
| 147 | + | |
145 | 148 | | |
146 | 149 | | |
147 | 150 | | |
148 | | - | |
| 151 | + | |
149 | 152 | | |
150 | | - | |
| 153 | + | |
151 | 154 | | |
152 | 155 | | |
153 | 156 | | |
154 | 157 | | |
155 | | - | |
156 | | - | |
| 158 | + | |
| 159 | + | |
157 | 160 | | |
158 | 161 | | |
159 | 162 | | |
160 | 163 | | |
161 | 164 | | |
162 | | - | |
| 165 | + | |
163 | 166 | | |
164 | 167 | | |
165 | 168 | | |
166 | 169 | | |
167 | 170 | | |
168 | | - | |
| 171 | + | |
169 | 172 | | |
170 | 173 | | |
171 | 174 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
| |||
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
45 | | - | |
| 49 | + | |
46 | 50 | | |
47 | 51 | | |
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
51 | 55 | | |
52 | | - | |
| 56 | + | |
53 | 57 | | |
54 | | - | |
| 58 | + | |
55 | 59 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments