Re: ci scripts in pspp source tree

2020-08-22 Thread Friedrich Beckmann
I have now moved all scripts for the buildbot to https://github.com/fredowski/pspp-buildbot Maybe it is even better to keep the scripts there because now all build scripting is in that place. The builds are controlled my master/master.cfg and the scripts in the ci folder. Fritz > Am 17.08.202

Re: ci scripts in pspp source tree

2020-08-17 Thread Friedrich Beckmann
I would like to avoid any kind of lock-in to some service that * will maybe be switched off at some day or * it turns out that we cannot use it due to legal issues or * may change their service rendering it unusable I agree with you that Travis achieves a high score in this respect. Thats

Re: ci scripts in pspp source tree

2020-08-17 Thread John Darrington
I'm uneasy with code in the repo which can only be run using travis, because 1) It seems to be SaaSS 2) Its terms of use state: Travis CI offers the use of the Travis CI Software only to entrepreneurs within the meaning of section 14 (1) of the German Civil Code. and section 14(1) defines an e

ci scripts in pspp source tree

2020-08-17 Thread Friedrich Beckmann
I have worked on the continuous integration on github/travis and on the dedicated pspp build server with buildbot. Up to now I have kept the ci scripts in a dedicated branch on github but now I would like to merge this into savannah master. The change will introduce * a new directory „ci“ which