You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by Noah Slater <ns...@tumbolia.org> on 2012/03/24 17:36:07 UTC

Travis

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

Re: Travis

Posted by Noah Slater <ns...@tumbolia.org>.
On Sun, Mar 25, 2012 at 8:27 PM, Jan Lehnardt <ja...@apache.org> wrote:

> 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.
>

My name is Noah Slater, and I approve this message.

Re: Travis

Posted by Jan Lehnardt <ja...@apache.org>.
On Mar 25, 2012, at 22:34 , Paul Davis wrote:

> On Sun, Mar 25, 2012 at 2:27 PM, Jan Lehnardt <ja...@apache.org> wrote:
>> 
>> 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.
>> 
> 
> There was talk of adding the PMC's to the Apache group with admin
> access to their own repos so they can do things like close PRs and
> what not. I don't think its happened for anyone yet though.

Thanks for the info!

> 
>> Cheers
>> Jan
>> --
>> 
>> 
>> 
>> 
>>> 
>>> On Sat, Mar 24, 2012 at 6:54 PM, Jan Lehnardt <ja...@apache.org> 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 <pa...@gmail.com> wrote:
>>>> 
>>>>> What needs doing to the GitHub account?
>>>>> 
>>>>> On Sat, Mar 24, 2012 at 5:28 PM, Robert Newson <rn...@apache.org> 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 <ns...@tumbolia.org> wrote:
>>>>>>> Cool.
>>>>>>> 
>>>>>>> Where do we see the output? Could you try with distcheck?
>>>>>>> 
>>>>>>> On Sat, Mar 24, 2012 at 7:13 PM, Robert Newson <rn...@apache.org> 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 <ns...@tumbolia.org> 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
>>>>>>>> 
>> 


Re: Travis

Posted by Paul Davis <pa...@gmail.com>.
On Sun, Mar 25, 2012 at 2:27 PM, Jan Lehnardt <ja...@apache.org> wrote:
>
> 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.
>

There was talk of adding the PMC's to the Apache group with admin
access to their own repos so they can do things like close PRs and
what not. I don't think its happened for anyone yet though.

> Cheers
> Jan
> --
>
>
>
>
>>
>> On Sat, Mar 24, 2012 at 6:54 PM, Jan Lehnardt <ja...@apache.org> 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 <pa...@gmail.com> wrote:
>>>
>>>> What needs doing to the GitHub account?
>>>>
>>>> On Sat, Mar 24, 2012 at 5:28 PM, Robert Newson <rn...@apache.org> 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 <ns...@tumbolia.org> wrote:
>>>>>> Cool.
>>>>>>
>>>>>> Where do we see the output? Could you try with distcheck?
>>>>>>
>>>>>> On Sat, Mar 24, 2012 at 7:13 PM, Robert Newson <rn...@apache.org> 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 <ns...@tumbolia.org> 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
>>>>>>>
>

Re: Travis

Posted by Jan Lehnardt <ja...@apache.org>.
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 <ja...@apache.org> 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 <pa...@gmail.com> wrote:
>> 
>>> What needs doing to the GitHub account?
>>> 
>>> On Sat, Mar 24, 2012 at 5:28 PM, Robert Newson <rn...@apache.org> 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 <ns...@tumbolia.org> wrote:
>>>>> Cool.
>>>>> 
>>>>> Where do we see the output? Could you try with distcheck?
>>>>> 
>>>>> On Sat, Mar 24, 2012 at 7:13 PM, Robert Newson <rn...@apache.org> 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 <ns...@tumbolia.org> 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
>>>>>> 


Re: Travis

Posted by Noah Slater <ns...@tumbolia.org>.
Please stay on topic.

On Sun, Mar 25, 2012 at 8:33 PM, Manuel Dahmen <ma...@gmail.com>wrote:

> english dictionary?
> battre des paupietes
> or
> detraque (familiar)
>
> look at harry potter movies i dont like this.
>
> Manuel DAHMEN
> Rue Fosse-aux-raines 30
> 4020 LIEGE
> 0470/22.91.05
> Le 25 mars 2012 20:26, "Manuel Dahmen" <ma...@gmail.com> a écrit :
> >
> > what does this *blinks* means?
> > Le 25 mars 2012 20:20, "Noah Slater" <ns...@tumbolia.org> a écrit :
> >
> > >
> > > *blinks*
> > >
> > > On Sun, Mar 25, 2012 at 8:16 PM, Manuel Dahmen <
> manuel.dahmen@gmail.com
> >wrote:
> > >
> > > > please checkout.my.project.if.you.like.cool.projects.on
> > > > http://ibiiztera.codeplex.com
> > > >
> > > > it is about agencing 3d objects in a 2d space.
> > > > i practise objet programming. it s merely interfaces and abstract
> class i
> > > > would like to design to provide further implementations.
> > > >
> > > > Manuel DAHMEN
> > > > Rue Fosse-aux-raines 30
> > > > 4020 LIEGE
> > > > 0470/22.91.05
> > > >
>

Re: Travis

Posted by Manuel Dahmen <ma...@gmail.com>.
english dictionary?
battre des paupietes
or
detraque (familiar)

look at harry potter movies i dont like this.

Manuel DAHMEN
Rue Fosse-aux-raines 30
4020 LIEGE
0470/22.91.05
Le 25 mars 2012 20:26, "Manuel Dahmen" <ma...@gmail.com> a écrit :
>
> what does this *blinks* means?
> Le 25 mars 2012 20:20, "Noah Slater" <ns...@tumbolia.org> a écrit :
>
> >
> > *blinks*
> >
> > On Sun, Mar 25, 2012 at 8:16 PM, Manuel Dahmen <manuel.dahmen@gmail.com
>wrote:
> >
> > > please checkout.my.project.if.you.like.cool.projects.on
> > > http://ibiiztera.codeplex.com
> > >
> > > it is about agencing 3d objects in a 2d space.
> > > i practise objet programming. it s merely interfaces and abstract
class i
> > > would like to design to provide further implementations.
> > >
> > > Manuel DAHMEN
> > > Rue Fosse-aux-raines 30
> > > 4020 LIEGE
> > > 0470/22.91.05
> > >

Re: Travis

Posted by Jan Lehnardt <ja...@apache.org>.
Hi Manuel,

On Mar 25, 2012, at 21:47 , Manuel Dahmen wrote:

> the reason in fact is that couchbase is not working on.android.
> installation.fails.
> Le 25 mars 2012 20:41, "Manuel Dahmen" <ma...@gmail.com> a écrit :

This is the place to ask for Couchbase support.

Please use their mailing list at http://groups.google.com/group/couchbase or their forums at http://couchbase.com/forums/

Cheers
Jan
-- 


Re: Travis

Posted by Manuel Dahmen <ma...@gmail.com>.
the reason in fact is that couchbase is not working on.android.
installation.fails.
Le 25 mars 2012 20:41, "Manuel Dahmen" <ma...@gmail.com> a écrit :

Re: Travis

Posted by Manuel Dahmen <ma...@gmail.com>.
i would like to share with you and all readers of this list? why? because
for now it is an open source project that i develop. why this thread bah it
is the latest in my mail box. . . hoh we are not on the same target i see.
no matters i would post elsewhere.
Le 25 mars 2012 20:28, "Noah Slater" <ns...@tumbolia.org> a écrit :

> It means what is this I don't even.
>
> Why did you post that to the mailing list, or this thread?
>
> On Sun, Mar 25, 2012 at 8:26 PM, Manuel Dahmen <manuel.dahmen@gmail.com
> >wrote:
>
> > what does this *blinks* means?
> > Le 25 mars 2012 20:20, "Noah Slater" <ns...@tumbolia.org> a écrit :
> > >
> > > *blinks*
> > >
> > > On Sun, Mar 25, 2012 at 8:16 PM, Manuel Dahmen <
> manuel.dahmen@gmail.com
> > >wrote:
> > >
> > > > please checkout.my.project.if.you.like.cool.projects.on
> > > > http://ibiiztera.codeplex.com
> > > >
> > > > it is about agencing 3d objects in a 2d space.
> > > > i practise objet programming. it s merely interfaces and abstract
> class
> > i
> > > > would like to design to provide further implementations.
> > > >
> > > > Manuel DAHMEN
> > > > Rue Fosse-aux-raines 30
> > > > 4020 LIEGE
> > > > 0470/22.91.05
> > > >
> >
>

Re: Travis

Posted by Noah Slater <ns...@tumbolia.org>.
It means what is this I don't even.

Why did you post that to the mailing list, or this thread?

On Sun, Mar 25, 2012 at 8:26 PM, Manuel Dahmen <ma...@gmail.com>wrote:

> what does this *blinks* means?
> Le 25 mars 2012 20:20, "Noah Slater" <ns...@tumbolia.org> a écrit :
> >
> > *blinks*
> >
> > On Sun, Mar 25, 2012 at 8:16 PM, Manuel Dahmen <manuel.dahmen@gmail.com
> >wrote:
> >
> > > please checkout.my.project.if.you.like.cool.projects.on
> > > http://ibiiztera.codeplex.com
> > >
> > > it is about agencing 3d objects in a 2d space.
> > > i practise objet programming. it s merely interfaces and abstract class
> i
> > > would like to design to provide further implementations.
> > >
> > > Manuel DAHMEN
> > > Rue Fosse-aux-raines 30
> > > 4020 LIEGE
> > > 0470/22.91.05
> > >
>

Re: Travis

Posted by Manuel Dahmen <ma...@gmail.com>.
what does this *blinks* means?
Le 25 mars 2012 20:20, "Noah Slater" <ns...@tumbolia.org> a écrit :
>
> *blinks*
>
> On Sun, Mar 25, 2012 at 8:16 PM, Manuel Dahmen <manuel.dahmen@gmail.com
>wrote:
>
> > please checkout.my.project.if.you.like.cool.projects.on
> > http://ibiiztera.codeplex.com
> >
> > it is about agencing 3d objects in a 2d space.
> > i practise objet programming. it s merely interfaces and abstract class
i
> > would like to design to provide further implementations.
> >
> > Manuel DAHMEN
> > Rue Fosse-aux-raines 30
> > 4020 LIEGE
> > 0470/22.91.05
> >

Re: Travis

Posted by Noah Slater <ns...@tumbolia.org>.
*blinks*

On Sun, Mar 25, 2012 at 8:16 PM, Manuel Dahmen <ma...@gmail.com>wrote:

> please checkout.my.project.if.you.like.cool.projects.on
> http://ibiiztera.codeplex.com
>
> it is about agencing 3d objects in a 2d space.
> i practise objet programming. it s merely interfaces and abstract class i
> would like to design to provide further implementations.
>
> Manuel DAHMEN
> Rue Fosse-aux-raines 30
> 4020 LIEGE
> 0470/22.91.05
>

Re: Travis

Posted by Manuel Dahmen <ma...@gmail.com>.
please checkout.my.project.if.you.like.cool.projects.on
http://ibiiztera.codeplex.com

it is about agencing 3d objects in a 2d space.
i practise objet programming. it s merely interfaces and abstract class i
would like to design to provide further implementations.

Manuel DAHMEN
Rue Fosse-aux-raines 30
4020 LIEGE
0470/22.91.05

Re: Travis

Posted by Noah Slater <ns...@tumbolia.org>.
Agreed.

Bob, could you work with Infra on this?

On Sun, Mar 25, 2012 at 8:29 AM, Benoit Chesneau <bc...@gmail.com>wrote:

> On Sun, Mar 25, 2012 at 1:10 AM, Paul Davis <pa...@gmail.com>
> 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.
> >
>
> The Apache foundation should probably have an account in Travis. It
> will give you an API token. Then you can add Travis support for any
> Apache repository if needed either by activating the service on Github
> (in repository admin/services section) or the Travis dashboard.
>
> http://about.travis-ci.org/docs/user/getting-started/
>
> - benoît
>

Re: Travis

Posted by Benoit Chesneau <bc...@gmail.com>.
On Sun, Mar 25, 2012 at 1:10 AM, Paul Davis <pa...@gmail.com> 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.
>

The Apache foundation should probably have an account in Travis. It
will give you an API token. Then you can add Travis support for any
Apache repository if needed either by activating the service on Github
(in repository admin/services section) or the Travis dashboard.

http://about.travis-ci.org/docs/user/getting-started/

- benoît

Re: Travis

Posted by Paul Davis <pa...@gmail.com>.
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.

On Sat, Mar 24, 2012 at 6:54 PM, Jan Lehnardt <ja...@apache.org> 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 <pa...@gmail.com> wrote:
>
>> What needs doing to the GitHub account?
>>
>> On Sat, Mar 24, 2012 at 5:28 PM, Robert Newson <rn...@apache.org> 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 <ns...@tumbolia.org> wrote:
>>>> Cool.
>>>>
>>>> Where do we see the output? Could you try with distcheck?
>>>>
>>>> On Sat, Mar 24, 2012 at 7:13 PM, Robert Newson <rn...@apache.org> 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 <ns...@tumbolia.org> 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
>>>>>

Re: Travis

Posted by Jan Lehnardt <ja...@apache.org>.
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 <pa...@gmail.com> wrote:

> What needs doing to the GitHub account?
> 
> On Sat, Mar 24, 2012 at 5:28 PM, Robert Newson <rn...@apache.org> 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 <ns...@tumbolia.org> wrote:
>>> Cool.
>>> 
>>> Where do we see the output? Could you try with distcheck?
>>> 
>>> On Sat, Mar 24, 2012 at 7:13 PM, Robert Newson <rn...@apache.org> 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 <ns...@tumbolia.org> 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
>>>> 

Re: Travis

Posted by Paul Davis <pa...@gmail.com>.
What needs doing to the GitHub account?

On Sat, Mar 24, 2012 at 5:28 PM, Robert Newson <rn...@apache.org> 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 <ns...@tumbolia.org> wrote:
>> Cool.
>>
>> Where do we see the output? Could you try with distcheck?
>>
>> On Sat, Mar 24, 2012 at 7:13 PM, Robert Newson <rn...@apache.org> 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 <ns...@tumbolia.org> 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
>>>

Re: Travis

Posted by Robert Newson <rn...@apache.org>.
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 <ns...@tumbolia.org> wrote:
> Cool.
>
> Where do we see the output? Could you try with distcheck?
>
> On Sat, Mar 24, 2012 at 7:13 PM, Robert Newson <rn...@apache.org> 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 <ns...@tumbolia.org> 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
>>

Re: Travis

Posted by Noah Slater <ns...@tumbolia.org>.
Cool.

Where do we see the output? Could you try with distcheck?

On Sat, Mar 24, 2012 at 7:13 PM, Robert Newson <rn...@apache.org> 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 <ns...@tumbolia.org> 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
>

Re: Travis

Posted by Robert Newson <rn...@apache.org>.
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 <ns...@tumbolia.org> 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