Correction: Suggested thing wouldn't give you proper branch displayed on the splash screen. For now simply use
git checkout master git pull git reset --hard <SHA> git submodule foreach git pull --rebase origin master There's probably proper way to do this, but couldn't think quickly of it ATM. Let's keep it simple for now :) On Thu, Feb 20, 2014 at 11:53 AM, Sergey Sharybin <[email protected]>wrote: > Hi, > > Unfortunately we're one day late on the scheduling, but such a delay > allowed us to discover and fix some bugs which are good for this testbuild > :) > > Anyway, let's not delay anymore and fire testbuild right away! > > Information for platform maintainers: > - Build from master branch, SHA 10f4c6278390958703731eacfd5f724a34905d51 > - Use latest locales and addons revisions for this build > > To use specified SHA for the build in Git do the following: > > - git fetch # Fetches latest changes from the server, you could also > simply do git pull --rebase which you're familiar with :) > - git checkout <SHA> > - git submodule foreach git pull --rebase origin master # To update > submodules to their latest state > > Keep usual naming and put builds to usual place :) > > Also an usual reminder: only fixes are allowed now, also don't update > interface strings unless it's really needed (changing UI strings breaks > translations). > > That's it for now, catch you next time! > > -- > With best regards, Sergey Sharybin > -- With best regards, Sergey Sharybin _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
