Re: [atomic-devel] [PATCH] docker-host: add python3-gobject-base and runc

2016-04-11 Thread Daniel J Walsh
On 04/11/2016 10:10 AM, Giuseppe Scrivano wrote: Hi Colin, Colin Walters writes: Hi, On Sat, Apr 9, 2016, at 05:43 AM, Giuseppe Scrivano wrote: is it fine to apply this patch now? The dependencies will come in automatically via the new `atomic` rpm right? The way I think of this is tha

Re: [atomic-devel] [PATCH] docker-host: add python3-gobject-base and runc

2016-04-11 Thread Colin Walters
On Mon, Apr 11, 2016, at 10:10 AM, Giuseppe Scrivano wrote: > I've attached the modified patch which adds only `runc`. Pushed to all branches, thanks. For future reference though let's use pull requests on: https://pagure.io/fedora-atomic

Re: [atomic-devel] [PATCH] docker-host: add python3-gobject-base and runc

2016-04-11 Thread Giuseppe Scrivano
Hi Colin, Colin Walters writes: > Hi, > > On Sat, Apr 9, 2016, at 05:43 AM, Giuseppe Scrivano wrote: > >> is it fine to apply this patch now? > > The dependencies will come in automatically via the new `atomic` rpm right? > > The way I think of this is that things listed in the manifest are thin

Re: [atomic-devel] [PATCH] docker-host: add python3-gobject-base and runc

2016-04-11 Thread Colin Walters
Hi, On Sat, Apr 9, 2016, at 05:43 AM, Giuseppe Scrivano wrote: > is it fine to apply this patch now? The dependencies will come in automatically via the new `atomic` rpm right? The way I think of this is that things listed in the manifest are things that define the system - i.e. they're depende

Re: [atomic-devel] [PATCH] docker-host: add python3-gobject-base and runc

2016-04-09 Thread Giuseppe Scrivano
Hi Colin, Colin Walters writes: > I'll wait before applying to see if anyone else has thoughts. is it fine to apply this patch now? Regards, Giuseppe

[atomic-devel] [PATCH] docker-host: add python3-gobject-base and runc

2016-03-19 Thread Giuseppe Scrivano
python3-gobject-base is needed to use OSTree python bindings. runc is a tool for spawning containers based on Open Container Specifications. Needed for: https://github.com/projectatomic/atomic/issues/298 Signed-off-by: Giuseppe Scrivano --- fedora-atomic-docker-host.json | 4 +++- 1 file chang

Re: [atomic-devel] [PATCH] docker-host: add python3-gobject-base and runc

2016-03-19 Thread Colin Walters
On Thu, Mar 17, 2016, at 08:25 AM, Giuseppe Scrivano wrote: > python3-gobject-base is needed to use OSTree python bindings. > > runc is a tool for spawning containers based on Open Container > Specifications. > > Needed for: https://github.com/projectatomic/atomic/issues/298 Makes sense to me.