Draft: Temporary enable Debian Bookworm repositories
Signed-off-by: Ritesh Raj Sarraf ritesh.sarraf@collabora.com
Merge request reports
Activity
assigned to @ritesh
added 1 commit
- 1afde8fb - Temporary enable Debian Bookworm repositories
added 2 commits
@ritesh I'm not sure if this is the right approach, since until the rebase our docker images will be based in Bullseye. I think the right thing to do is !280 (merged), same as you did in the previous rebase.
What do you think?
I had the same approach initially. But then, with just plain Debian Bookworm image, we do not have
apertis-pkg-pull-updates
script, which does the actual pull of the changes and creates an MR.That script is nnow decoupled and shipped with the
apertis-dev-tools
package which is only available in Apertis distribution.I think the practical approach would be to go with !280 (merged) and add the
apertis-pkg-pull-updates
script to its overlay along with its dependencies.See this pipeline job for example.
Closing in favor of !280 (merged)