Re: haskell binNMUs and buildd queues

2017-06-29 Thread Joachim Breitner
Hi,

Am Donnerstag, den 29.06.2017, 11:28 +0200 schrieb Emilio Pozuelo Monfort:
> Hmm. I guess we could try that and see how it goes. There should be an easy 
> way
> to (temporarily) stop that, e.g. creating a known filename that the script 
> checks.

sure. I guess it depends on how it is integrated. If it is a cronjob
run by some role account, then simply editing the crontab do disable it
might be the more obvious kill-switch. But whatever the wanna-build-
admins prefer, of course.

Greetings,
Joachim

-- 
Joachim “nomeata” Breitner
Debian Developer
  nome...@debian.org • https://people.debian.org/~nomeata
  XMPP: nome...@joachim-breitner.de • GPG-Key: 0xF0FBF51F
  https://www.joachim-breitner.de/

signature.asc
Description: This is a digitally signed message part


Re: haskell binNMUs and buildd queues

2017-06-29 Thread Emilio Pozuelo Monfort
On 28/06/17 05:31, Joachim Breitner wrote:
> Hi,
> 
> Am Samstag, den 24.06.2017, 05:06 +0200 schrieb Cyril Brulebois:
>>> sure. The current output of the tool looks like this:
>>> https://people.debian.org/~nomeata/binNMUs-haskell.txt
>>> e.g.
>>> nmu haskell-glut_2.7.0.12-1. armel . sid . -m 'opengl changed from 
>>> 3.0.1.0 to 3.0.2.0'
>>>
>>> Which change precise do you want? I.e. what is the syntax?
>>
>> Example:
>>
>> wb bp -100 haskell-dlist-instances . armel
>>
> 
> ok, I updated the script. The new output (to be fed to wb) looks like
> this:
> https://people.debian.org/~nomeata/binNMUs-haskell-amd64.txt
> 
> Does this look good? (I did not run this yet.)

Seems fine.

> And what are the prospects of automating the scheduling of these
> builds?

Hmm. I guess we could try that and see how it goes. There should be an easy way
to (temporarily) stop that, e.g. creating a known filename that the script 
checks.

But I'm not a wanna-build admin, so you'll have to wait for one of them to 
comment.

Cheers,
Emilio



Re: haskell binNMUs and buildd queues

2017-06-27 Thread Joachim Breitner
Hi,

Am Samstag, den 24.06.2017, 05:06 +0200 schrieb Cyril Brulebois:
> > sure. The current output of the tool looks like this:
> > https://people.debian.org/~nomeata/binNMUs-haskell.txt
> > e.g.
> > nmu haskell-glut_2.7.0.12-1. armel . sid . -m 'opengl changed from 
> > 3.0.1.0 to 3.0.2.0'
> > 
> > Which change precise do you want? I.e. what is the syntax?
> 
> Example:
> 
> wb bp -100 haskell-dlist-instances . armel
> 

ok, I updated the script. The new output (to be fed to wb) looks like
this:
https://people.debian.org/~nomeata/binNMUs-haskell-amd64.txt

Does this look good? (I did not run this yet.)


And what are the prospects of automating the scheduling of these
builds?

Thanks,
Joachim

-- 
Joachim “nomeata” Breitner
Debian Developer
  nome...@debian.org • https://people.debian.org/~nomeata
  XMPP: nome...@joachim-breitner.de • GPG-Key: 0xF0FBF51F
  https://www.joachim-breitner.de/

signature.asc
Description: This is a digitally signed message part


Re: haskell binNMUs and buildd queues

2017-06-23 Thread Joachim Breitner
Hi,

Am Freitag, den 23.06.2017, 14:13 +0200 schrieb Julien Cristau:
> I was wondering if/how you're scripting the haskell-related
> binNMUs.  It
> would be helpful, in the interest of not starving the other packages
> that need building, to systematically reduce the build priority for
> those binNMUs (by 100 or so, I would guess).  Is that something you
> could integrate in your binNMU scheduling routine?

sure. The current output of the tool looks like this:
https://people.debian.org/~nomeata/binNMUs-haskell.txt
e.g.
nmu haskell-glut_2.7.0.12-1. armel . sid . -m 'opengl changed from 
3.0.1.0 to 3.0.2.0'

Which change precise do you want? I.e. what is the syntax?


Also, for quite a number of years I have regularly run this script,
glanced over the output and fed it to wb, but the glance became more
and more superficial, as the tools seems to do its job well. Would you
be open to some kind of automation here, so that developers and users
do not have to wait for me to log in and apply these nmus? The Ocaml
team might also benefit of that.

Greetings,
Joachim

-- 
Joachim “nomeata” Breitner
Debian Developer
  nome...@debian.org • https://people.debian.org/~nomeata
  XMPP: nome...@joachim-breitner.de • GPG-Key: 0xF0FBF51F
  https://www.joachim-breitner.de/

signature.asc
Description: This is a digitally signed message part


haskell binNMUs and buildd queues

2017-06-23 Thread Julien Cristau
Hi Joachim,

I was wondering if/how you're scripting the haskell-related binNMUs.  It
would be helpful, in the interest of not starving the other packages
that need building, to systematically reduce the build priority for
those binNMUs (by 100 or so, I would guess).  Is that something you
could integrate in your binNMU scheduling routine?

Thanks,
Julien