Re: scripts for DEP-14 migration (Was: How to skip Salsa CI to avoid unnecessary CI runs)

2025-08-26 Thread Johannes Schauer Marin Rodrigues
Hi, Quoting Lucas Nussbaum (2025-08-26 09:52:42) > On 26/08/25 at 09:33 +0200, Simon Josefsson wrote: > > Are your scripts to do these mass-commits available somewhere? > > > > I've often wanted to apply the same kind of fix to many packages at the > > same time, but I mentally queue them and app

Bug#1112139: ITP: hyprqt6engine -- QT6 Theme Provider for Hyprland

2025-08-26 Thread Carl Keinath
Package: wnpp Severity: wishlist Owner: Carl Keinath X-Debbugs-Cc: debian-devel@lists.debian.org * Package name: hyprqt6engine Upstream Contact: vaxerski * URL : https://github.com/hyprwm/hyprqt6engine * License : BSD-3-Clause Programming Lang: C++ Description :

Re: How do I fully test a watch file

2025-08-26 Thread Ben Hutchings
On Sat, 2025-08-23 at 17:49 +0200, Joachim Zobel wrote: > Hi. > > The watch file mosquitto has stopped working [1] while uscan still > reports the version. Is there a way reproduce what the watch cgi is > doing so I can reserch this. [...] This is bug #1112065. You can avoid the bug either by re

Salsa CI can now check if the debian/copyright is up-to-date

2025-08-26 Thread aquilamacedo
Hi, A new optional job is now available in Salsa CI: licenserecon. It checks for mismatches between debian/copyright and the licenses actually detected in the source. This hopefully benefits both new packages to decrease chances of getting rejected in the NEW queue, and existing packages to keep

Re: Please check open Merge Requests before your next upload

2025-08-26 Thread Wookey
On 2025-08-23 10:29 -0700, Otto Kekäläinen wrote: However, if do all this work and discover that the first reply on your MR was it being closed, there is no validation that you helped improve Debian. The maintainer might have seen and copied your code, or the maintainer might have investigated an

Re: How to skip Salsa CI to avoid unnecessary CI runs

2025-08-26 Thread Tianyu Chen
Lucas Nussbaum 于2025年8月25日周一 14:14写道: > > I am all in favor of having all kinds of automation to work on > > hundreds of packages in parallel, and it might be a good idea to run > > the Salsa CI every once in a while even with no or just few changes to > > validate that there are no regressions d

scripts for DEP-14 migration (Was: How to skip Salsa CI to avoid unnecessary CI runs)

2025-08-26 Thread Lucas Nussbaum
On 26/08/25 at 09:33 +0200, Simon Josefsson wrote: > Are your scripts to do these mass-commits available somewhere? > > I've often wanted to apply the same kind of fix to many packages at the > same time, but I mentally queue them and apply them when updating a > particular package once it is time

Re: How to skip Salsa CI to avoid unnecessary CI runs

2025-08-26 Thread Simon Josefsson
Lucas Nussbaum writes: >> > > If you know you are doing a minor typofix, removing a trailing space >> > > etc and don't need CI at all, please pass the git option `-o ci.skip` >> > > when pushing. >> > > >> > > Example: >> > > git push -o ci.skip >> > >> > I'm using the GitLab REST API through py