Re: buildfarm and git pull

2018-10-01 Thread Andrew Dunstan
On 10/01/2018 11:45 AM, Justin Pryzby wrote: On Thu, Sep 27, 2018 at 06:32:59PM +0300, Alexander Kuzmenkov wrote: It just has to checkout the remote branch as-is. It doesn't clean files, but I would suggest: git checkout -B branch remote/branch You can see what was done in yesterday's thr

Re: buildfarm and git pull

2018-10-01 Thread Justin Pryzby
On Thu, Sep 27, 2018 at 06:32:59PM +0300, Alexander Kuzmenkov wrote: > It just has to checkout the remote branch as-is. It doesn't clean files, but I would suggest: git checkout -B branch remote/branch Justin

Re: buildfarm and git pull

2018-09-28 Thread Andrew Dunstan
On 09/27/2018 11:32 AM, Alexander Kuzmenkov wrote: Hi Andrew, I have a question about how buildfarm works with git, could you please help? We use buildfarm locally at PGPro to test our branches, and it breaks when I rebase and force push to the repository. To get the remote changes, buildf