Re: mips64el binNMUs?

2016-03-19 Thread Clint Adams
On Wed, Mar 16, 2016 at 08:32:31PM +0100, Joachim Breitner wrote:
> Unfortunately, we cannot easily add ports there, as the script also
> needs data from the projectb database, and ports are not included
> there.

I think the relevant issue is that mips64el isn't in ports and is
"the only one on ftpmaster that isn't handled atm".



Re: mips64el binNMUs?

2016-03-19 Thread Joachim Breitner
Hi,

Am Mittwoch, den 16.03.2016, 19:56 + schrieb Clint Adams:
> On Wed, Mar 16, 2016 at 08:32:31PM +0100, Joachim Breitner wrote:
> > Unfortunately, we cannot easily add ports there, as the script also
> > needs data from the projectb database, and ports are not included
> > there.
> 
> I think the relevant issue is that mips64el isn't in ports and is
> "the only one on ftpmaster that isn't handled atm".

got it! Sorry for my slow grasp.

script fixed, binNMUs scheduled.

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: mips64el binNMUs?

2016-03-19 Thread Joachim Breitner
Hi,

Am Mittwoch, den 16.03.2016, 19:19 + schrieb Gianfranco Costamagna:
> I think we could add some ports architectures there, let me know if I
> can do the change!

this was discussed recently here, I think.

Unfortunately, we cannot easily add ports there, as the script also
needs data from the projectb database, and ports are not included
there.

I don’t recall what information precisely is fetched from there, and
whether it is possible to get that from the wanna-build data base
(which includes ports). You are welcome to check the SQL statements in 
http://anonscm.debian.org/cgit/pkg-haskell/tools.git/tree/binNMUs.hs
and see if that is available via wanna-build.

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: mips64el binNMUs?

2016-03-19 Thread Gianfranco Costamagna
probably the right script is this one
http://anonscm.debian.org/cgit/pkg-haskell/tools.git/tree/binNMUs.hs
:)

g.





Il Mercoledì 16 Marzo 2016 20:19, Gianfranco Costamagna 
 ha scritto:
Hi, quoting -haskell on irc:

[20:08:13]  who's usually doing the binnmus to keep things installable?
[20:08:36]  if you could do mips64el as well, that'd be great
[20:15:50]  pochu, nomeata is back from VAC :)
[20:15:56]  I hope he will trigger them now
[20:16:39]  oh noes
[20:16:40]  
https://people.debian.org/~nomeata/binNMUs-haskell.txt
[20:17:22]  not sure if adding mips64el works

is a simple change in
http://anonscm.debian.org/cgit/pkg-haskell/tools.git/tree/getdata.sh
needed?

I think we could add some ports architectures there, let me know if I can do 
the change!

cheers,

G.