Re: Resolving which build system entry points need to exist

2018-01-31 Thread ISHIKAWA, Chiaki
On 2017/11/18 6:29, Tom Prince wrote: It would be nice if the entry points that comm-central's buildbot configuration continued working until after 59 branches. I am planning to not use buildbot for the 59 release, but I'd like to have buildbot still working as a fallback. I'm not sure exactl

Re: Resolving which build system entry points need to exist

2017-11-17 Thread Nicholas Alexander
On Fri, Nov 17, 2017 at 2:19 PM, Mike Hommey wrote: > On Fri, Nov 17, 2017 at 02:13:29PM -0800, Gregory Szorc wrote: > > On Fri, Nov 17, 2017 at 2:08 PM, Mike Hommey wrote: > > > > > On Fri, Nov 17, 2017 at 01:06:05PM -0800, Gregory Szorc wrote: > > > > As I'm working to remove client.mk, I'm en

Re: Resolving which build system entry points need to exist

2017-11-17 Thread Mike Hommey
On Fri, Nov 17, 2017 at 02:13:29PM -0800, Gregory Szorc wrote: > On Fri, Nov 17, 2017 at 2:08 PM, Mike Hommey wrote: > > > On Fri, Nov 17, 2017 at 01:06:05PM -0800, Gregory Szorc wrote: > > > As I'm working to remove client.mk, I'm encountering quite the > > spiderweb of > > > dependencies betwee

Re: Resolving which build system entry points need to exist

2017-11-17 Thread Gregory Szorc
On Fri, Nov 17, 2017 at 2:08 PM, Mike Hommey wrote: > On Fri, Nov 17, 2017 at 01:06:05PM -0800, Gregory Szorc wrote: > > As I'm working to remove client.mk, I'm encountering quite the > spiderweb of > > dependencies between: > > > > * mach > > * client.mk > > * configure.in and configure > > * mo

Re: Resolving which build system entry points need to exist

2017-11-17 Thread Mike Hommey
On Fri, Nov 17, 2017 at 01:06:05PM -0800, Gregory Szorc wrote: > As I'm working to remove client.mk, I'm encountering quite the spiderweb of > dependencies between: > > * mach > * client.mk > * configure.in and configure > * moz.configure / configure.py > * config.status > * build backend (Makefil

Re: Resolving which build system entry points need to exist

2017-11-17 Thread Tom Prince
It would be nice if the entry points that comm-central's buildbot configuration continued working until after 59 branches. I am planning to not use buildbot for the 59 release, but I'd like to have buildbot still working as a fallback. I'm not sure exactly what interfaces it is using, but I can do

Re: Resolving which build system entry points need to exist

2017-11-17 Thread Nicholas Alexander
On Fri, Nov 17, 2017 at 1:06 PM, Gregory Szorc wrote: > As I'm working to remove client.mk, I'm encountering quite the spiderweb > of dependencies between: > > * mach > * client.mk > * configure.in and configure > * moz.configure / configure.py > * config.status > * build backend (Makefile.in, et

Resolving which build system entry points need to exist

2017-11-17 Thread Gregory Szorc
As I'm working to remove client.mk, I'm encountering quite the spiderweb of dependencies between: * mach * client.mk * configure.in and configure * moz.configure / configure.py * config.status * build backend (Makefile.in, etc) Today, it is possible to bypass our frontends (mach and client.mk) an