Skip to content
Snippets Groups Projects

Update for compatibility with Trixie

Merged Walter Lozano requested to merge wip/wlozano/license-trixie into apertis/v2026dev1
All threads resolved!
1 file
+ 19
0
Compare changes
  • Side-by-side
  • Inline
+ 19
0
apertis-dev-tools (0.2026.0) apertis; urgency=medium
* apertis-pkg-merge-upstream-to-downstreams:
- Don't print useless information while canceling pipelines.
- ensure merge request is created against the right project:
In case of a forked project, like we are doing with the test of the
rebase, the GitLab API creates by default the MR against the original
project instead of the forked project. To ensure the merge request is
created against the forked project, we use the push option
merge_request.target_project to overwrite the default behavior and to
create the merge request against the forked project.
* Use upstream recommended workaround to still return a RunningCommand object
of an executed sh command. This is required due to a breaking change in
python3-sh 2.x.
* Keep compatibility with python3-sh 1.x, by using _return_cmd
only when required.
-- Walter Lozano <walter.lozano@collabora.com> Wed, 19 Feb 2025 13:55:39 +0100
apertis-dev-tools (0.2024.19) apertis; urgency=medium
* ci-license-scan: Add proposed whitelist.
Loading