Release r23248 · wimpysworld/obs-studio-...

19 Replies
j0rge
j0rge10mo ago
ok so how does this work, do we just rebuild the thing?
akdev
akdev10mo ago
Yeah We’re using this link: https://github.com/wimpysworld/obs-studio-portable/releases/latest In the containerfile So rebuilding will pull the latest release
j0rge
j0rge10mo ago
j0rge
j0rge10mo ago
No description
akdev
akdev10mo ago
We could use the pull app to build everything in sync we’d keep our own “fork” but it’s just synced
j0rge
j0rge10mo ago
I think in general what we need (for not just obs), is a method to just check an upstream container regularly and build if changed.
akdev
akdev10mo ago
There’s no upstream container in this case I guess you mean after we push the Containerfile upstream
Bigpod
Bigpod10mo ago
If its code on server its easy but i think i made a action that can do that as well once so i think i could write it I think he means something with which to vheck if base repo has changed
akdev
akdev10mo ago
Oh I see, it seems there be no good way of doing that from GitHub actions as it would need to remember across invocations
Bigpod
Bigpod10mo ago
Push sha value to repo
akdev
akdev10mo ago
We could check tags or releases though
Bigpod
Bigpod10mo ago
Or use a secret @j0rge i can prototype something later today with github action as compute platform so we do not need a server or some sort of lambda/azfunc
j0rge
j0rge10mo ago
yeah like it'd be cool if we pushed a fix to the config repo, and then it just caused everything downstream to rebuild
j0rge
j0rge10mo ago
GitHub
action - Kick off a build when the base image updates · Issue #25 ·...
We need a method in the github action to ensure we kick off a build when the Fedora base image changes so there's as little lag between builds. Additionally it'd be neat to implement these ...
j0rge
j0rge10mo ago
feel free to assign yourself
akdev
akdev10mo ago
I think we would need a service to listen on github repository changes and trigger build workflows
Wimpy
Wimpy10mo ago
It would be nice is we could tag the container images too. The OBS version and my revision would be good. Something like 29.1.3-r23248, then people know what OBS version they are getting.
j0rge
j0rge10mo ago
yeah that'll take a bit of work, I'll file an issue I'm getting a github error so I'll file it later or someone else can get it if they have the time
akdev
akdev10mo ago
Yeah I want that too. I think it would be easier to do it from your repo and hook into your existing release process