<div dir="ltr">Hi, <div><br></div><div>back on this more than 2 months later...</div><div>so I setup travis to upload ossia package to deken on tagged commit.</div><div>here is the script : <a href="https://github.com/OSSIA/libossia/blob/feature/deken/ci/push_deken.sh" target="_blank">https://github.com/OSSIA/lib<wbr>ossia/blob/feature/deken/ci/<wbr>push_deken.sh</a></div><div>The deken configuration and GPG key are encrypted with travis command line tool.</div><div>I'm not using deken tool on travis because I had too much headache.</div><div>But it should be possible,</div><div>At least I can upload some non signed package.</div><div>I have an issue with GPG signing from Python : <a href="https://github.com/pure-data/deken/issues/166">https://github.com/pure-data/deken/issues/166</a> (which might be fixed now).</div><div>Then the command line tool was broken : <a href="https://github.com/pure-data/deken/issues/169">https://github.com/pure-data/deken/issues/169</a> (which should be fixed now).</div><div>Moreover I have a lot of issue on Appveyor to run deken. </div><div>PATH variable is a nightmare to configure and deken fails because it can't find `make`...</div><div><br></div><div>Those issues discouraged me to use the command line tool and I'm using `curl` to create directory and upload file. </div><div>gpg sign the package and sha256-sum compute the checksum.</div><div>This setup is working on Travis, Appveyor is on the road.</div><div><br></div><div>Concerning the parenthese issue, you should use at least single quotes around your file name.</div><div>I'm using double ones to expand ${VERSION} variable *before* making the upload URL.</div><div><br></div><div>cheers</div><div><br></div><div>Antoine</div><div><br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail-m_7818732216521319843m_6326356091464355807gmail_signature">--<br>do it yourself                       <br><a href="http://antoine.villeret.free.fr" target="_blank">http://antoine.villeret.free.f<wbr>r</a><br></div></div>
<br><div class="gmail_quote">2017-07-19 11:24 GMT+02:00 Pierre Guillot <span dir="ltr"><<a href="mailto:guillotpierre6@gmail.com" target="_blank">guillotpierre6@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">I already tried to generate well formatted libraries for Deken (but not to upload them) and I had a problem with the parentheses in the names of the Deken libraries that are not supported by Travis (and Appveyor I guess) because they are used inside the URL. I don't find where I spoke about it (on GitHub or on this list). So if you find a solution I'll be pleased to know it :)<div><br></div><div>Cheers,</div><div>Pierre</div></div>
</blockquote></div><br></div></div>