Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-23Buildbot: Remove master configuration filesSergey Sharybin
Those are stored in blender-buildbot repository now, so having them in Blender only causes extra work to keep files in sync.
2017-10-01Buildbot: Use latest master config from buildbotSergey Sharybin
2017-09-29Code cleanup: remove unnecessary buildbot code after macOS library upgrade.Brecht Van Lommel
2017-09-28macOS: officially upgrade to 10.9 libraries from lib/darwin.Brecht Van Lommel
This removes a bunch of code that is no longer needed, and running "make update" will now automatically download the new libraries. Differential Revision: https://developer.blender.org/D2861
2017-08-28Buildbot: Tweak nightly schedule of buildsSergey Sharybin
Basically, schedule linux 64 earlier on, so builds are ready for nightly benchmarks.
2017-04-04Buildbot: Update master configSergey Sharybin
2017-04-04Buildbot: Update master configSergey Sharybin
2017-04-03Buildbot: Some more twqeaks to master configSergey Sharybin
2017-04-03Buildbot: Update bundled vetrsion of server configurationSergey Sharybin
2016-12-01Buildbot: Disable glibc211 slavesSergey Sharybin
2016-11-07Buildbot: Update copy of buildbot master configurationSergey Sharybin
2016-06-08Buildobt: Update master configSergey Sharybin
2016-04-01Cleanup: style/spellingCampbell Barton
2016-02-29Buildbot: Store latest master config from buildbotSergey Sharybin
2016-01-31Cleanup: pep8Campbell Barton
2016-01-29Buildbot: Update master configurationSergey Sharybin
2016-01-04Remove SCons building systemSergey Sharybin
While SCons building system was serving us really good for ages it's no longer having much attention by the developers and started to become quite a difficult task to maintain. What's even worse -- there started to be quite serious divergence between SCons and CMake which was only accumulating over the releases now. The fact that none of the active developers are really using SCons and that our main studio is also using CMake spotting bugs in the SCons builds became quite a difficult task and we aren't always spotting them in time. Meanwhile CMake became really mature building system which is available on every platform we support and arguably it's also easier and more robust to use. This commit includes: - Removal of actual SCons building system - Removal of SCons git submodule - Removal of documentation which is stored in the sources and covers SCons - Tweaks to the buildbot master to stop using SCons submodule (this change requires deploying to the server) - Tweaks to the install dependencies script to skip installing or mentioning SCons building system - Tweaks to various helper scripts to avoid mention of SCons folders/files as well Reviewers: mont29, dingto, dfelinto, lukastoenne, lukasstockner97, brecht, Severin, merwin, aligorith, psy-fi, campbellbarton, juicyfruit Reviewed By: campbellbarton, juicyfruit Differential Revision: https://developer.blender.org/D1680
2015-12-20Buildbot: Cleanup unused codeSergey Sharybin
- Remove deprecated/unused builders - Remove unused SCons OSX slave configuration - Remove SCons slave logic, it is not giving error about unknown building system used for the slave.
2015-12-20Buildbot: Update master config fileSergey Sharybin
2015-12-03Buildbot: Switch Linux builders to the cmake onesSergey Sharybin
There'll still need to be some tweaks to be done, but it's required first step.
2015-12-03Buildbot: Always expect buildbot_upload.zip to be in install/ folderSergey Sharybin
This we we don't have difference between builders on different platforms.
2015-08-05Buildbot config: disable gooseberry branch from nightly buildsSergey Sharybin
There's no updates happening in the gooseberry branch, so no really reason to waste time on rebuilding the branch overnight.
2015-08-05Buildbot config: remove windows scons and mingw buildersSergey Sharybin
They are defunct at this moment, no reason to try scheduling builds on them.
2015-02-10Synchronize changes from buildbot serverSergey Sharybin
2015-01-29cleanup: pep8Campbell Barton
also remove empty class parenthesis
2014-11-08Put latest buildbot config files to gitSergey Sharybin
2014-10-15Buildbot: Rename testbuild branch to experimental-build and put the builds ↵Bastien Montagne
to dedicated folder
2014-08-12Scons / Buildbot: Remove code for Visual Studio 2008.Thomas Dinges
Probably the vc2013 builder can become a more generic name now, but I will double check this with Martijn.
2014-08-12Cleanup: Remove Visual Studio 2012 code from builder.Thomas Dinges
2014-07-24Buildbot: proper fix for 'testbuild overriding master builds' issue.Bastien Montagne
2014-07-24Revert "Buildbot: more fixes, this time to upload logic."Bastien Montagne
This reverts commit b1e1646d945d8f7e15c7828a9a5fb0fc4f516f51. Sorry, was a bit too quick on this one... :/
2014-07-24Buildbot: more fixes, this time to upload logic.Bastien Montagne
We do not want testbuild to override 'official' (master) builds!
2014-07-23Buildbot: fix to previous commit, to handle svn libs...Bastien Montagne
2014-07-23Buildbot: rework to support branch selection.Bastien Montagne
Issue with previous code was that branch selected was applied to all repositories. To be able to control branch on a per-repo basis, we need to use codebases instead. This commit only enables branch (master/testbuild) and revision selection for master, we probably do not need this for submodules currently (easy to enable anyway). Note: tested on local buildbot setup, for linux only (up to build step, have no build env).
2014-07-22Buildbot: fix submodule branch issue (we have to fix it on 'master', since ↵Bastien Montagne
default one can be overriden by custom setting for force scheduler).
2014-07-22Update buildbot conf, to enable a 'testbuild' branch in 'force' scheduler.Bastien Montagne
2014-07-22Cleanup: pep8 & redundant varsCampbell Barton
2014-07-20Update buildbot config to latest actual versionSergey Sharybin
2014-06-01Sync changes with buildbot serverSergey Sharybin
2014-05-15Windows: Remove support for MSVC 2012 (VC11).Thomas Dinges
The officially supported compiled is now MSVC 2013, and MSVC 2008 will be faded out slowly over the coming weeks.
2013-11-25Buildbot: move lib step before blender.git stepSergey Sharybin
This is an attempt to make it so revision from git SHA is being displayed, not from libs svn revision.
2013-11-19Buildbot: update configuration fileSergey Sharybin
Consider this configuration final-1 for the migration, Linux and OSX slaves seems to be fine, Windows slave would need some changes from the slave side.
2013-06-01Updtae buildbot's master.vfgSergey Sharybin
2013-01-16code cleanup:Campbell Barton
- cycles ui used 'cscene' for scene.cycles and scene.cycles_curves - style cleanup
2013-01-09Remove glibc27 from buildbot scriptsSergey Sharybin
2012-11-18Buildbot:Brecht Van Lommel
* Use rsync upload for Mac slave, rather than uploading entire file. This could be enabled for more slaves, should make more frequent builds possible. * Split Mac into 10.6 and 10.5 builds.
2012-10-28Buildbot: add glibc2.11 slaves, not online yetSergey Sharybin
2012-10-28Buildbot: copy master.cfg from builder.blender.orgSergey Sharybin
Seems this file went out of sync with actual file on the server
2012-10-08style cleanup: pep8Campbell Barton
2012-04-27Changes to get mingw buildslaves going.Nathan Letwory