On 03/09/25 at 11:09 +0200, Lucas Nussbaum wrote: > Hi, > > To make sure everyone is one the same page and gets a chance to voice > concerns: > > I plan to update all team-maintained packages to: > > > 1/ remove debian/.gitattributes. > > Rationale: https://lists.debian.org/debian-ruby/2025/08/msg00004.html > > > 2/ switch debian/salsa-ci.yml files from including the two files > provided by the salsa-ci team, to using: > -- > include: > - https://salsa.debian.org/ruby-team/meta/raw/master/salsa-ci.yml > -- > the other variables defined in the file would be preserved, so this > change would be a no-op, except that it opens a path to implement other > changes. > > Rationale: https://lists.debian.org/debian-ruby/2025/08/msg00008.html > (and replies)
Hi, Both changes have been implemented. I added commands to the salsa CLI tool (in devscripts) to perform those changes: https://salsa.debian.org/debian/devscripts/-/merge_requests/559 Lucas