- Edited
Hey, I was wondering if we could use the ubuntu image
provided by github for package building for solus and triggering it through a dispatch-event
workflow? Is that doable?
Hey, I was wondering if we could use the ubuntu image
provided by github for package building for solus and triggering it through a dispatch-event
workflow? Is that doable?
Even if it's possible, that's not how we do things. Packaging can be automated, but should never be automatic. Each step of our packaging process requires human intervention to ensure that mistakes aren't made and that multiple sets of eyes are able to audit things.
DataDrake but you could always check the log later if it went right or not. I mean not for the core apps that you guys build but for the apps that are custom-made by us, like for our purpose.
sidbelbase What you do for your own use is up to you. We have a different set of standards and expectations for packages in the Solus repos.
sidbelbase but you could always check the log later if it went right or not.
It's not a matter of whether a package builds. You need to audit it for a lot of different things. Some examples:
Note that none of those changes are self-evident without diving through the build log, reading changelogs, or using tools like abi-wizard
to deeply inspect binaries.
Then there's also things that are unrelated to package updates:
DataDrake I just wanted to make building packages easier for myself which is already a deb file. Anyway thanks for the detailed explanation.