Skip to content

Commit 0c0b3ed

Browse files
committed
flatpak: Compose URL for screenshots mirror
We started getting errors for our flatpak CI runs a few weeks ago. Which coincided with an upstream infrastructure issue which would explain the screenshots error. After infra was fixed and the fact that we didn't get any successful runs, something else was going on. Turns out that `flatpak-builder` had a release which changed the behaviour of `--compose-url-policy` to default to `partial` instead of `full` which was used before. Our fix is simple, just change it back to `full` Fixes: cockpit-project#22444 Related-to: flatpak/flatpak-builder#652 Signed-off-by: Freya Gustavsson <freya@venefilyn.se>
1 parent 6368c33 commit 0c0b3ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

containers/flatpak/install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ flatpak run \
2323
"$@" \
2424
--force-clean \
2525
--mirror-screenshots-url=https://dl.flathub.org/media \
26+
--compose-url-policy=full \
2627
--install flatpak-build-dir "${MANIFEST}"
2728

2829
flatpak run \

0 commit comments

Comments
 (0)