Add initial version of ci-flatdeb-builder
All threads resolved!
All threads resolved!
https://phabricator.apertis.org/T8509
Signed-off-by: Ryan Gonzalez ryan.gonzalez@collabora.com
In draft status because this is still using my personal versions of the test repositories, pending the merges of tests/ci-flatdeb-builder-runtimes!1 (merged) and tests/ci-flatdeb-builder-apps!1 (merged). I would also ideally like some feedback on the configuration outlined in docs/apertis-website!476 (merged) first.
Edited by Ryan Gonzalez
Merge request reports
Activity
Filter activity
mentioned in merge request apertis-flatpak-runtime!30 (merged)
mentioned in merge request flatpak/totem!2 (merged)
mentioned in merge request apertis-flatdeb-mildenhall!27 (merged)
Some general comments as discussed on MM:
- the current approach makes it quite hard to parse the changes and understand how it works
- I suggest we do not copy the pipeline script to the CI definition and instead run the script directly from the pipeline:
- as discussed this was done as it looks like Gitlab CI pipelines files that are used standalone cannot reference other files in their repository but then we know already where the script comes from and can clone this repo directly and invoke it from there
- This should allow us to get rid of fill_template also and simplify things a bit
- This whole branch could be split in several commits, at the very least:
- commit adding scripts
- commit to add tests
- commit adding README
- commit integrating them
- Resolved by Ryan Gonzalez
Please register or sign in to reply