2011/5/4 Yury V. Zaytsev <y...@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. _______________________________________________ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel