Re: [LEDE-DEV] [RFC] A change to the way packages are built

2016-05-06 Thread Daniel Dickinson
On 16-05-05 04:16 AM, Michal Hrusecky wrote: > David Lang - 18:20 4.05.16 wrote: >> Debian has ... > > Just for the sake of discussion and inspiration, how openSUSE does it's > rolling > release. We have OBS, which is server software, connected to multiple > builders. [snip] Thank you David a

Re: [RFC] A change to the way packages are built

2016-05-05 Thread Michal Hrusecky
David Lang - 10:41 5.05.16 wrote: > On Thu, 5 May 2016, Michal Hrusecky wrote: > > > David Lang - 18:20 4.05.16 wrote: > > > Debian has ... > > > > Just for the sake of discussion and inspiration, how openSUSE does it's > > rolling > > release. We have OBS, which is server software, connected

Re: [RFC] A change to the way packages are built

2016-05-05 Thread Daniel Dickinson
On 16-05-05 01:57 PM, Jo-Philipp Wich wrote: > Hi Daniel, > >> Basically one builds a minimal SDK and does kind of like Debian where a >> git commit to a package kicks of a build of pristine environment which >> builds only the package and it's dependencies. > > I've set up a two-phase buildbot i

Re: [RFC] A change to the way packages are built

2016-05-05 Thread Daniel Dickinson
On 16-05-05 01:57 PM, Jo-Philipp Wich wrote: > Hi Daniel, > >> Basically one builds a minimal SDK and does kind of like Debian where a >> git commit to a package kicks of a build of pristine environment which >> builds only the package and it's dependencies. > > I've set up a two-phase buildbot i

Re: [RFC] A change to the way packages are built

2016-05-05 Thread Jo-Philipp Wich
Hi Daniel, > Basically one builds a minimal SDK and does kind of like Debian where a > git commit to a package kicks of a build of pristine environment which > builds only the package and it's dependencies. I've set up a two-phase buildbot infrastructure which first builds the SDK for each target

Re: [RFC] A change to the way packages are built

2016-05-05 Thread David Lang
On Thu, 5 May 2016, Michal Hrusecky wrote: David Lang - 18:20 4.05.16 wrote: Debian has ... Just for the sake of discussion and inspiration, how openSUSE does it's rolling release. We have OBS, which is server software, connected to multiple builders. It has projects and in those projects pa

Re: [RFC] A change to the way packages are built

2016-05-05 Thread Michal Hrusecky
David Lang - 18:20 4.05.16 wrote: > Debian has ... Just for the sake of discussion and inspiration, how openSUSE does it's rolling release. We have OBS, which is server software, connected to multiple builders. It has projects and in those projects packages. Packages can have sources somewhere in

Re: [RFC] A change to the way packages are built

2016-05-04 Thread David Lang
On Wed, 4 May 2016, Daniel Dickinson wrote: Thoughts? The problem I expect you to run into is dependencies between packages. Yes, although I primarily thinking of it from the package failed because a package it depends on fails or has default configuration that doesn't work with the package.

Re: [RFC] A change to the way packages are built

2016-05-04 Thread Daniel Dickinson
On 16-05-04 08:38 PM, David Lang wrote: > On Wed, 4 May 2016, Daniel Dickinson wrote: > >> Hi, >> >> I wanted to know if there is any appetite for an idea I've been kicking >> around in my head for a while for package builds. >> >> Basically one builds a minimal SDK and does kind of like Debian wh

Re: [RFC] A change to the way packages are built

2016-05-04 Thread David Lang
On Wed, 4 May 2016, Daniel Dickinson wrote: Hi, I wanted to know if there is any appetite for an idea I've been kicking around in my head for a while for package builds. Basically one builds a minimal SDK and does kind of like Debian where a git commit to a package kicks of a build of pristine

[RFC] A change to the way packages are built

2016-05-04 Thread Daniel Dickinson
Hi, I wanted to know if there is any appetite for an idea I've been kicking around in my head for a while for package builds. Basically one builds a minimal SDK and does kind of like Debian where a git commit to a package kicks of a build of pristine environment which builds only the package and