On Mar 25, 2012, at 01:10 , Paul Davis wrote: > Can we be a bit more specific? Need to make it so that I can hand the > instructions to one of the infra guys so details matter they might not > be familiar with it.
Sorry, I thought this was for you :) Benoit's link http://about.travis-ci.org/docs/user/getting-started/ should cover it. Steps one and two need to be done with gh://apache credentials. Step three we've already done. Do you think infra@ would be up to give access to say gh://apache/couchdb to the CouchDB PMC and analogous for the other projects and PMCs? That way we could integrate with more services if we feel like it more easily. Cheers Jan -- > > On Sat, Mar 24, 2012 at 6:54 PM, Jan Lehnardt <[email protected]> wrote: >> Add Travis as a post commit hook. And maybe an oauth sign up on the Travis >> site with the Apache account to get things going there, but that might be >> optional. >> >> Cheers >> Jan >> -- >> >> On 25.03.2012, at 00:41, Paul Davis <[email protected]> wrote: >> >>> What needs doing to the GitHub account? >>> >>> On Sat, Mar 24, 2012 at 5:28 PM, Robert Newson <[email protected]> wrote: >>>> Only my github account is hooked up so far so results appear at >>>> http://travis-ci.org/#!/rnewson/couchdb >>>> >>>> I'd like to get apache/couchdb hooked up instead, though. Any one have >>>> the credentials to do it? >>>> >>>> You can easily tweak that file to do make distcheck. >>>> >>>> On 24 March 2012 20:25, Noah Slater <[email protected]> wrote: >>>>> Cool. >>>>> >>>>> Where do we see the output? Could you try with distcheck? >>>>> >>>>> On Sat, Mar 24, 2012 at 7:13 PM, Robert Newson <[email protected]> wrote: >>>>> >>>>>> I added it last night. If we can tweak the apache/couchdb account on >>>>>> github we'll get builds every time we push, which is nice. >>>>>> >>>>>> B. >>>>>> >>>>>> On 24 March 2012 16:36, Noah Slater <[email protected]> wrote: >>>>>>> Hello, >>>>>>> >>>>>>> I found this file while doing the release: >>>>>>> >>>>>>> Noahs-MacBook-Air:couchdb nslater$ cat 1.2.0/.travis.yml >>>>>>> before_install: >>>>>>> - sudo apt-get update >>>>>>> - sudo apt-get install libicu-dev libmozjs-dev >>>>>>> before_script: ./bootstrap && ./configure >>>>>>> script: make check >>>>>>> language: erlang >>>>>>> otp_release: >>>>>>> - R14B04 >>>>>>> >>>>>>> When was this added? Do we have a working Travis setup? >>>>>>> >>>>>>> Can we change "script" to be "make distcheck" please? >>>>>>> >>>>>>> Thanks, >>>>>>> >>>>>>> N >>>>>>
