Re: automated CI on salsa to prepare MR for new upstream version

2023-02-25 Thread Andreas Tille
Am Sat, Feb 18, 2023 at 11:25:11AM +0100 schrieb Andreas Tille: > > Does it call deb-new-upstream as well? That's the one that mainly seems > > relevant here. > > I just learned about deb-new-upstream. Its parsing uscan manually but its not > very robust and I should probably switch to use deb-n

Re: automated CI on salsa to prepare MR for new upstream version

2023-02-18 Thread Andreas Tille
Am Fri, Feb 17, 2023 at 10:32:06PM + schrieb Jelmer Vernooij: > > > > is your friend. It also calls scripts that are used by Janitor. > > Does it call deb-new-upstream as well? That's the one that mainly seems > relevant here. I just learned about deb-new-upstream. Its parsing uscan manual

Re: automated CI on salsa to prepare MR for new upstream version

2023-02-17 Thread Jelmer Vernooij
On Fri, Feb 17, 2023 at 09:26:17PM +0100, Andreas Tille wrote: > Hi Yaroslav, > > Am Wed, Jan 25, 2023 at 10:05:03AM -0500 schrieb Yaroslav Halchenko: > > I just wanted to say Thank you for all the pointers! Overall, janitor > > looks great and the most advanced and seems already covering various

Re: automated CI on salsa to prepare MR for new upstream version

2023-02-17 Thread Andreas Tille
Hi Yaroslav, Am Wed, Jan 25, 2023 at 10:05:03AM -0500 schrieb Yaroslav Halchenko: > I just wanted to say Thank you for all the pointers! Overall, janitor > looks great and the most advanced and seems already covering various > aspects but might be a bit "too big to tune for our own use-case", so

Re: automated CI on salsa to prepare MR for new upstream version

2023-01-25 Thread Jelmer Vernooij
Hi Yaroslav, On Wed, Jan 25, 2023 at 10:05:03AM -0500, Yaroslav Halchenko wrote: > I just wanted to say Thank you for all the pointers! Overall, janitor > looks great and the most advanced and seems already covering various > aspects but might be a bit "too big to tune for our own use-case", so

Re: automated CI on salsa to prepare MR for new upstream version

2023-01-25 Thread Yaroslav Halchenko
Dear Andrej, Paul and undef, I just wanted to say Thank you for all the pointers! Overall, janitor looks great and the most advanced and seems already covering various aspects but might be a bit "too big to tune for our own use-case", so we might indeed pick up on ideas/implementations... we will

Re: automated CI on salsa to prepare MR for new upstream version

2023-01-21 Thread Andrej Shadura
Hi, On Fri, 20 Jan 2023, at 17:01, Yaroslav Halchenko wrote: > Dear Debian gurus, > > Lazy me would love to get automation going akin to the one in > conda-forge (see e.g. [1]) -- whenever a new upstream is released > (as could be detected with a run of uscan) the CI would <...> > Is there any p

Re: automated CI on salsa to prepare MR for new upstream version

2023-01-20 Thread Paul Wise
On Fri, 2023-01-20 at 11:01 -0500, Yaroslav Halchenko wrote: > Is there any package/tool which already does something like that on CI? > Or may be you see some issues with such a procedure? The Debian Janitor is already doing some of that for all packages, for both new upstreams and new upstream

Re: automated CI on salsa to prepare MR for new upstream version

2023-01-20 Thread undef
Lazy me would love to get automation going akin to the one in conda-forge (see e.g. [1]) -- whenever a new upstream is released (as could be detected with a run of uscan) the CI would It's not exactly what you describe (because we're rebasing), but the Mobian team has been doing something l