Re: [Pharo-dev] [Ann][Pillar] Travis -> Bintray for PDFs

2017-09-14 Thread Stephane Ducasse
here is a first pdf On Thu, Sep 14, 2017 at 7:10 PM, Stephane Ducasse wrote: > I added a pillar file into PharoInProgress > > https://github.com/SquareBracketAssociates/PharoInProgress/tree/master/Bintray > > Feel free to edit it and improve it. > I will make sure that

Re: [Pharo-dev] [Ann][Pillar] Travis -> Bintray for PDFs

2017-09-14 Thread stephan
On 14-09-17 19:10, Stephane Ducasse wrote: I added a pillar file into PharoInProgress https://github.com/SquareBracketAssociates/PharoInProgress/tree/master/Bintray Feel free to edit it and improve it. I will make sure that it compiles after lunch. Super! Stephan

Re: [Pharo-dev] [Ann][Pillar] Travis -> Bintray for PDFs

2017-09-14 Thread Stephane Ducasse
I added a pillar file into PharoInProgress https://github.com/SquareBracketAssociates/PharoInProgress/tree/master/Bintray Feel free to edit it and improve it. I will make sure that it compiles after lunch. Stef On Thu, Sep 14, 2017 at 6:49 PM, Stephane Ducasse wrote:

Re: [Pharo-dev] [Ann][Pillar] Travis -> Bintray for PDFs

2017-09-14 Thread Stephane Ducasse
!! How to render automatically your pillar file as pdf We will use bintray to store the latest pdf and we will use github the released pdf. !!! Create an account in bintray Create an account on bintray at https://bintray.com/ You may link it or not to your github account !!! Obtain an encoded

Re: [Pharo-dev] [Ann][Pillar] Travis -> Bintray for PDFs

2017-09-14 Thread stephan
On 25-08-17 16:42, Stephane Ducasse wrote: I'm writing a doc of the process so that other people can do it for their private projects. I know how to copy and rename an existing project, and put that on github. What else do I need to do? Register with bintray, register with travis, generate

Re: [Pharo-dev] [Ann][Pillar] Travis -> Bintray for PDFs

2017-08-26 Thread Damien Pollet
On 25 August 2017 at 22:31, Peter Uhnák wrote: > > A problem I anticipate is that since we only keep the latest build, > > how did you manage that? :-o > > When I was using bintray we had trouble that we could only store every > commit; so I guess I am interested to see what

Re: [Pharo-dev] [Ann][Pillar] Travis -> Bintray for PDFs

2017-08-26 Thread Stephane Ducasse
We are in the process to rewrote all the makefile to push as much as logic to Pharo - to avoid to have to duplicate between pillar.conf and makefile - to make sure that slowly we can get rid of make Luc did a successful makefile generator from pillar.conf and I should check what he did. For now I

Re: [Pharo-dev] [Ann][Pillar] Travis -> Bintray for PDFs

2017-08-26 Thread Stephane Ducasse
Hi peter have a look at the .bintray.json of booklet-Smacc for example. I updated them all. Stef On Fri, Aug 25, 2017 at 10:31 PM, Peter Uhnák wrote: >> A problem I anticipate is that since we only keep the latest build, > > how did you manage that? :-o > > When I was

Re: [Pharo-dev] [Ann][Pillar] Travis -> Bintray for PDFs

2017-08-26 Thread Stephane Ducasse
Damien we are not targeting the perfect solution. Just a good one that works for 80% of the case. You commit in master and you get the pdf, else install latex on your machine. We should focus on real improvement. On Fri, Aug 25, 2017 at 9:06 PM, Damien Pollet wrote: > A

Re: [Pharo-dev] [Ann][Pillar] Travis -> Bintray for PDFs

2017-08-25 Thread Peter Uhnák
> A problem I anticipate is that since we only keep the latest build, how did you manage that? :-o When I was using bintray we had trouble that we could only store every commit; so I guess I am interested to see what your process is. :-) Peter On Fri, Aug 25, 2017 at 9:06 PM, Damien Pollet

Re: [Pharo-dev] [Ann][Pillar] Travis -> Bintray for PDFs

2017-08-25 Thread Damien Pollet
A problem I anticipate is that since we only keep the latest build, the PDF will only match master or any pull request until the next commit/build (I don't like storing stuff for each and every commit). But maybe that could be fixed by naming the PDF according to their originating branch… On 25

Re: [Pharo-dev] [Ann][Pillar] Travis -> Bintray for PDFs

2017-08-25 Thread Dimitris Chloupis
+100 :) On Fri, Aug 25, 2017 at 5:45 PM Stephane Ducasse wrote: > Hi > > with Damien Pollet, we went over all the booklets and some of the > Pharo books currently written in Pillar and made sure that each time > you commit > > - a travis job is run > - latex is

Re: [Pharo-dev] [Ann][Pillar] Travis -> Bintray for PDFs

2017-08-25 Thread Serge Stinckwich
This is great Stef ! I'm waiting for the documentation to update all my projects with the new process. On Fri, Aug 25, 2017 at 4:42 PM, Stephane Ducasse wrote: > Hi > > with Damien Pollet, we went over all the booklets and some of the > Pharo books currently written

[Pharo-dev] [Ann][Pillar] Travis -> Bintray for PDFs

2017-08-25 Thread Stephane Ducasse
Hi with Damien Pollet, we went over all the booklets and some of the Pharo books currently written in Pillar and made sure that each time you commit - a travis job is run - latex is produced as well as pdf - the pdf is stored on bintray - the release versions are stored on the github repo (I