<div dir="ltr">Hi, <div><br></div><div>Thx for your answer<br><br><div class="gmail_quote"><div dir="ltr">On Tue, Feb 16, 2016 at 4:00 PM Sergio Schvezov <<a href="mailto:sergio.schvezov@canonical.com">sergio.schvezov@canonical.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">El martes, 16 de febrero de 2016 06h'19:08 PST, Mark Shuttleworth<br>
<<a href="mailto:mark@ubuntu.com" target="_blank">mark@ubuntu.com</a>> escribió:<br>
> Hi Winael<br>
<br>
Hello Winael<br>
<br>
> Thanks for trying snappy, let me put you in touch with Sergio who is<br>
> best placed to answer your questions.<br>
<br>
Thanks for bringing this email to my attention.I'll follow upon the mailing<br>
list.<br>
<br>
> Did you share your snapcraft.yaml so we can reproduce your issues?<br>
<br>
This indeed would be great to understand how you are trying to do what you<br>
want to do:-)<br></blockquote><div><br></div><div>Well it's not really an issue. I'm learning, trying to understand an to do the thing, so, that's why I have questions. I'm a very beginner, and trying to move step by step, and writing all the reflexion for a future blogpost, as "Snappy for Dummies" kind of thing.</div><div><br></div><div>So for now my snapcraft.yaml looks like :</div><div><br></div><div><code></div><div>name: etherpad-lite-unofficial # the name of the snap</div><div>version: 0.1 # the version of the snap</div><div># The vendor for the snap (replace 'Vendor <<a href="mailto:email@example.com">email@example.com</a>>')</div><div>vendor: Winael <<a href="mailto:vinzjobard@ubuntu.com">vinzjobard@ubuntu.com</a>></div><div><br></div><div>summary: Etherpad-lite, eally-real time collaborative editor # 79 char long summary</div><div>description: Etherpad is a really-real time collaborative editor maintained by the Etherpad Community # A longer description for the snap</div><div>icon: icon.png # A path to an icon for the package </div><div><br></div><div><div>parts:</div><div> etherpad-lite:</div><div> plugin: nodejs</div><div> source: git://<a href="http://github.com/ether/etherpad-lite">github.com/ether/etherpad-lite</a></div><div> source-subdir: src</div><div> stage-packages:</div><div> - gzip</div><div> - git</div><div> - curl</div><div> - python</div><div> - libssl-dev</div><div> - pkg-config</div><div> - build-essential</div></div><div></code></div><div><br></div><div>In the draft on my blogpost, that I share on my github :</div><div><a href="https://github.com/Winael/Notes/blob/master/md/Ubuntu/Snappy/how-to-build-a-snapp-from-a-github-project-by-a-noob-for-the-noobs.md">https://github.com/Winael/Notes/blob/master/md/Ubuntu/Snappy/how-to-build-a-snapp-from-a-github-project-by-a-noob-for-the-noobs.md</a>, I explain that the script InstallDeps.sh (<a href="https://github.com/ether/etherpad-lite/blob/develop/bin/installDeps.sh">https://github.com/ether/etherpad-lite/blob/develop/bin/installDeps.sh</a>) check if dependancies are satisfied, with this kind of code<br></div><div><br></div><div><code></div><div><div>...</div><div>#Is curl installed?</div><div>hash curl > /dev/null 2>&1 || {</div><div> echo "Please install curl" >&2</div><div> exit 1</div><div>}</div></div><div>...</div><div></code></div><div><br></div><div>So I'm wondering, in the case of snappy how the check is done, if it necessary to have this check or if I have to rewrite a script to replace this one (I understantood that "glue" allow to overload some file, correct me if I'm wrong)<br><br>I didn't really understood how filesets work. If I understand well, I'll have to create a filesets for the file I need to snap ?</div><div><br></div><div>So that's it, just question from a "student" who just want to learn :) More I more I will understand, and more I more I'll be able to do things by my own, and other goal than my blogposts, I'll be able to lead workshops around Snappy</div><div><br></div><div>Thx a lot</div><div><br></div><div>Cheers</div><div>Winael</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
--<br>
Enviado con Dekko desde mi dispositivo Ubuntu<br>
</blockquote></div></div></div>