[Cython] jenkins problems

Vitja Makarov vitja.makarov at gmail.com
Wed May 4 20:43:14 CEST 2011


2011/5/4 Yury V. Zaytsev <yury at shurup.com>:
> On Wed, 2011-05-04 at 10:35 +0400, Vitja Makarov wrote:
>> > Can you please provide me jenkins account and I'll try to fix the issues myself?
>> >
>>
>> It's better to use:
>>
>> $ git fetch origin
>> $ git checkout -f origin/master
>>
>> Instead of git pull
>
> Or
>
> $ git fetch origin
> $ git reset --hard origin/master
>
> which is what we used for our buildbot.
>
> --
> Sincerely yours,
> Yury V. Zaytsev
>

Thanks! Am I right: when you do reset '--hard origin/master' you are
on the master branch and when you do checkout you are in a 'detached
state'?

But it seems to me that the problem is somewhere in the jenkins configuration.


-- 
vitja.


More information about the cython-devel mailing list