Re: [Bf-committers] Making test builds for WIP projects.

2014-07-29 Thread Sergey Sharybin
Technically it's possible, with one huge BUT -- you'll need to force-push which is really a bad idea. Would rather suggest reverting stuff by: $ git revert HASH Here you can also revert several commits, or if you're really screwed up: $ git diff master | patch -p1 -R $ git commit -a -m

Re: [Bf-committers] Making test builds for WIP projects.

2014-07-29 Thread Lukas Tönne
I like the idea! Doing test builds is always a time consuming and tedious process, and forces me bother other coders to make windows builds ... (thanks Antonis!). Revert is the best option i guess. This should ideally be done by everyone after using the build bots, but anyone can do it in case

Re: [Bf-committers] Making test builds for WIP projects.

2014-07-29 Thread Alex Fraser
Would it be possible to select an arbitrary branch on the builder page instead of only `master` or `testbuild`? Or, can you enter any git ref in the Revision text box? Then you wouldn't need to merge or revert anything. Cheers, Alex On Tue, Jul 29, 2014 at 5:25 PM, Lukas Tönne

Re: [Bf-committers] Making test builds for WIP projects.

2014-07-29 Thread Bastien Montagne
Think this would not be a good idea, since all branch would make a separate build on buildbot (we do not want to store tenth different builds/arch archives there…). And yes, merge master + commit diff + revert worked fine for Dalai, so guess it’s the way to go. :) Le 29/07/2014 09:31, Alex

[Bf-committers] Feature removal request: Remove render border auto disable

2014-07-29 Thread gandalf3
I've asked about this before, but got no response http://lists.blender.org/pipermail/bf-committers/2014-July/043900.html.. I assume no one saw it, or no one agreed that it should be removed. In case of the latter, could someone explain the rational behind this feature? I could see how it was