-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Kiosk containers from home:atgracey:wallboardos #2210
base: main
Are you sure you want to change the base?
Conversation
b4e784a
to
11a0955
Compare
Created a staging project on OBS for 6: home:defolos:BCI:Staging:SLE-15-SP6:6-2210 Build ResultsRepository
Repository
Repository
Repository
Repository
Repository
Repository
Repository
Build succeeded ✅ To run BCI-tests against this PR, use the following command: OS_VERSION=15.6 TARGET=custom BASEURL=registry.opensuse.org/home/defolos/bci/staging/sle-15-sp6/6-2210/ tox -- -n auto The following images can be pulled from the staging project:
|
Created a staging project on OBS for Tumbleweed: home:defolos:BCI:Staging:Tumbleweed:Tumbleweed-2210 Build ResultsRepository
Repository
Repository
Repository
Build succeeded ✅ To run BCI-tests against this PR, use the following command: OS_VERSION=tumbleweed TARGET=custom BASEURL=registry.opensuse.org/home/defolos/bci/staging/tumbleweed/tumbleweed-2210/ tox -- -n auto The following images can be pulled from the staging project:
|
Created a staging project on OBS for 7: home:defolos:BCI:Staging:SLE-15-SP7:7-2210 Build ResultsRepository
Repository
Repository
Repository
Repository
Repository
Repository
Repository
Build succeeded ✅ To run BCI-tests against this PR, use the following command: OS_VERSION=15.7 TARGET=custom BASEURL=registry.opensuse.org/home/defolos/bci/staging/sle-15-sp7/7-2210/ tox -- -n auto The following images can be pulled from the staging project:
|
src/bci_build/package/kiosk.py
Outdated
"xorg.conf": (_x11_dir / "xorg.conf").read_text(), | ||
} | ||
|
||
X11_CONTAINERS = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please split that into a x11.py
? given that we have files in x11/ subdir that would be more aligned and easier to maintain going forward imho.
also, not trying to be too nitpicky, but you're packaging xorg not X11 (that would be from the times before you were born..). can we just call it XORG instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please split that into a
x11.py
? given that we have files in x11/ subdir that would be more aligned and easier to maintain going forward imho.
No, these three containers belong together imho
also, not trying to be too nitpicky, but you're packaging xorg not X11 (that would be from the times before you were born..). can we just call it XORG instead?
I have renamed it xorg
instead of x11
"system.pa": (_pa_dir / "system.pa").read_text(), | ||
} | ||
|
||
PULSEAUDIO_CONTAINERS = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
split into a pulseaudio.py
for the same reason like x11 (see below) ?
missing fonts? |
Yes, I hope it's fixed now. It worked locally, but I have to test the images from OBS too |
https://jira.suse.com/browse/EDGE-271