meetings: Add notes for 2023-11-20

This commit is contained in:
Timothée Ravier 2023-11-20 15:33:52 +01:00
commit 29b8ef9103

66
meetings/2023-11-20.md Normal file
View file

@ -0,0 +1,66 @@
# Fedora Atomic Desktops SIG meeting - 2023-11-20
## Participants
- Timothée Ravier
- Fabio Alessandro Locati
## Agenda
### New time for meetings
We need to find a new better time for meetings so that more people can join.
### New Package Request: systemd-container
- https://github.com/fedora-silverblue/issue-tracker/issues/503
- Pulled-in by mock or libvirt-qemu when those packages are layered
- Must run on the host, and useful to debug / interact with containers
- AGREED: We will add the package
### Onyx builds are failing on pungi error
No new Onyx builds since 2023 11 03:
- https://pagure.io/releng/issue/11773
- https://pagure.io/releng/compose-tracker/pull-request/55
- https://pagure.io/fedora-kickstarts/blob/main/f/maintainers.toml
- https://pagure.io/releng/failed-composes/issue/5614#comment-883683
```
$ ostree remote summary fedora | grep -E "39/.*/onyx" -A3 --no-group-separator | grep -v 'Latest Commit' | grep -v '^ '
* fedora/39/x86_64/onyx
Version (ostree.commit.version): 39.20231103.n.0
* fedora/39/x86_64/testing/onyx
Version (ostree.commit.version): 39.20231103.0
* fedora/39/x86_64/updates/onyx
Version (ostree.commit.version): 39.20231103.n.0
```
### Sericea not updated / build failing for non x86_64 (is it available for those arches?)
No new Sericea builds since 2023 11 03:
```
ostree remote summary fedora | grep -E "39/.*/sericea" -A3 --no-group-separator | grep -v 'Latest Commit' | grep -v '^ '
* fedora/39/aarch64/sericea
Version (ostree.commit.version): 39.20231103.n.0
* fedora/39/aarch64/updates/sericea
Version (ostree.commit.version): 39.20231103.n.0
* fedora/39/ppc64le/sericea
Version (ostree.commit.version): 39.20231103.n.0
* fedora/39/ppc64le/updates/sericea
Version (ostree.commit.version): 39.20231103.n.0
* fedora/39/x86_64/sericea
Version (ostree.commit.version): 39.20231120.0
* fedora/39/x86_64/testing/sericea
Version (ostree.commit.version): 39.20231120.0
* fedora/39/x86_64/updates/sericea
Version (ostree.commit.version): 39.20231120.0
```
Do we support those architectures for Sericea? The website page does not
mention them and only mentions x86_64:
https://fedoraproject.org/sericea/download
Maybe we should remove those refs?