salsa-ci: switch to using branch2repo
branch2iso has been replaced by branch2repo, which is why the old version of debian/salsa-ci.yml
now produces failures.
Since this commit only touches debian/salsa-ci.yml
, which is not part of the package's real source, there is no change to the resulting udeb.
If you look at the CI pipeline that gets spawned by this change, you'll see that it eventually produces a miniiso that it then tests.
For example, this pipeline produced this miniiso which was subjected to these tests
BTW When a commit is made to the default branch of a package, the branch2repo segment of the multi-project pipeline pauses before going on to the miniiso and testing steps, requiring a user to tell it to continue, which should avoid a lot of pointless tests being triggered, while still allowing people to request that the tests be run if they are interested.