Re: configure hook

2016-11-08 Thread Didier Roche
Le 08/11/2016 à 04:52, Kyle Fazzari a écrit : > > On Nov 6, 2016 21:51, "Didier Roche" > wrote: >> >> Le 06/11/2016 à 00:22, Boris Rybalkin a écrit : >> > >> > Hello, >> > >> >> Hey Boris, >> > >> > I want to generate my config on snap install using snap location >> >

[no subject]

2016-11-08 Thread Yufeng Cao
Best Regards Yufeng Cao http://google.com/+YufengCao http://facebook.com/yufengcao http://linkedin.com/in/yufengcao # Enjoying in Apple; Working in Ubuntu; Living in Google! -- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at: https://lists.ubuntu.com/mailma

Re: Error on compiling snap using wxPython

2016-11-08 Thread Sergio Schvezov
El 07/11/16 a las 10:12, Didier Roche escribió: How could I found the PYTHON_PATH from the parts ? I found that's not possible to download wxPython from PyPI so I can't use python-packages either. So I suppose that I need a Makefile, where I can specify the PYTHON_PATH. What do you think ? Wh

Re: Help making images to test console-conf changes

2016-11-08 Thread Michael Hudson-Doyle
On 8 November 2016 at 07:41, Michael Hudson-Doyle < michael.hud...@canonical.com> wrote: > > > On 8 November 2016 at 00:24, Oliver Grawert wrote: > >> hi, >> Am Montag, den 07.11.2016, 17:27 +1300 schrieb Michael Hudson-Doyle: >> > Hi all, >> > I've been working on a rewrite of console-conf's net

Re: configure hook

2016-11-08 Thread Enwei Zhang
Hi Didier, Sorry to cut in. Is "hooks" working now in snapcraft? I encountered error: I used below in snapcraft.yaml: hooks: # Top-level YAML attribute, parallel to `apps` upgrade: # Hook name, corresponds to executable name plugs: [network] # Or any other plugs required by this hook

Re: configure hook

2016-11-08 Thread Didier Roche
Le 09/11/2016 à 07:44, Enwei Zhang a écrit : > Hi Didier, > Sorry to cut in. > Is "hooks" working now in snapcraft? > I encountered error: > I used below in snapcraft.yaml: > > hooks: # Top-level YAML attribute, parallel to `apps` > upgrade: # Hook name, corresponds to executable name >

Re: configure hook

2016-11-08 Thread Enwei Zhang
Got it, thanks so much. Br Enwei On Wed, Nov 9, 2016 at 3:38 PM, Didier Roche wrote: > Le 09/11/2016 à 07:44, Enwei Zhang a écrit : > > Hi Didier, > Sorry to cut in. > Is "hooks" working now in snapcraft? > I encountered error: > I used below in snapcraft.yaml: > > hooks: # Top-level YAML attri