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
2013-06-18Scons and BuildBot changes for MSVC 2012 support.Jürgen Herrmann
Thanks Brecht and Thomas for reviewing ;)
2013-03-11Windows buildbot tweaksSergey Sharybin
Make it so install directory is being nicely cleaned before next build, which makes it automatically removing all old files from previous installations.
2013-03-10Buildbot: mac configuration files for i386 and x86_64.Brecht Van Lommel
2013-01-10Stripping and packaging shall happen inside of chroot as wellSergey Sharybin
2013-01-09Remove glibc27 from buildbot scriptsSergey Sharybin
2012-10-29Buildbot: tweaks for glibc2.11 build environmentSergey Sharybin
2012-10-28Buildbot: add glibc2.11 configuration files and build rulesSergey Sharybin
Builder will go online as soon as new environment is copied to buildslave machine over the internet
2012-10-08style cleanup: pep8Campbell Barton
2012-08-02Buildbot: package softwaregl scripts for buildbot buildsSergey Sharybin
Uses the same libs as release environment does
2012-04-28Same mingw fix as for compileNathan Letwory
2012-02-26Disable fancy scons output for buildbot. Should make reading build logs a ↵Sergey Sharybin
bit more easier.
2012-02-14Buildbot: WITH_BF_CYCLES_CUDA_BINARIES should be set for packing stage too.Sergey Sharybin
2011-11-24pep8 edits and avoid naming conflicts with python builtinsCampbell Barton
2011-08-22FFmpeg library update:Sergey Sharybin
- Update scons/cmake rules to use new versions of libs/dlls. - Update rules for buildbot.
2011-08-08add missing header to cmake files (else some IDE's wont index it)Campbell Barton
2011-08-03Add BF_BITNESS for win32/win64Nathan Letwory
2011-08-03Fixing terrible typo.Sergey Sharybin
2011-08-03Switch slave_pack to use new FFmpeg for windows.Sergey Sharybin
2011-06-21pep8 complianceCampbell Barton
2011-06-04Fix for linux buildslaves. Now they should be able to compile branches.Sergey Sharybin
2011-06-04BuildBot: various changes to support building branches.Brecht Van Lommel
2011-04-03buildbot:Sergey Sharybin
- Remove packed to buildbot_archive.zip archive file to keep scons install directory as clean as possible (if i understood correct, this file isn't actually needed in the future, so we could remove it just after packing rather than cleaning install directory before packing as it's done for cmake) - No need in scripts installation for linux slaves when preparing archive
2011-04-02Oops, i've forgot that archive is preparing by scons, so stripping shouldSergey Sharybin
happpen before calling scons (hope, binaries wouldn't be overwritten by it)
2011-04-02Initial support of linux 32/64 bit for buildbot:Sergey Sharybin
- Use the same config as we're using for release builds - Added stipping (maybe it should be generalized) - Not software gl packing, bot would be easy to add Note, that you should have special environment to create proper linux builts (which would work for everybody)
2011-04-01pep8 checker, mostly pedantic style changes but also found an error in ↵Campbell Barton
mesh_utils.mesh_linked_faces()
2011-03-27pep8 cleanupCampbell Barton
2011-03-22Buildbot updates: working windows scons build, and run slave_*.py scriptsBrecht Van Lommel
to compile/test/package directly from svn, easier to make changes this way.
2011-03-22use spaces rather then tabs + minor pep8 edits.Campbell Barton
2011-03-21Buildbot initial configuration files, for http://builder.blender.orgBrecht Van Lommel
Maintained in svn to make it easier for others to contribute changes, actually updating builder.blender.org requires manual update on the server.