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
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-05-20typo in previous commitSergey Sharybin
2011-05-20buildbot:Sergey Sharybin
ffmpeg was compuled with faad now (aac support which keeps libs gpl2 compatibile). Updating library dependencies for buildbot rules.
2011-05-13Use jemalloc in buildbot for linux targetsSergey Sharybin
2011-04-27buildbot: switch to ffmpeg 0.6.3Sergey Sharybin
2011-04-21buildbot:Sergey Sharybin
Fixed typo for 64bit blenderplayer which caused undefined symbol gzopen64
2011-04-17buildbot:Sergey Sharybin
Use BF_NUMJOBS from user cinfigs rather than passing it as command line argument.
2011-04-17buildbot:Sergey Sharybin
- use cores+1 threads - do not clean build directories - separate build directories for blender and blenderplayer This should make compilation much faster and buildbot rebuild tag could happen more often
2011-04-04buildbot: static zlib linkingSergey Sharybin
Force link to zlib for all platforms/tragets to be sure there'll be no gzopen64 symbol undefined (it was in some dependend library, so blenderplayer wasn't working in fedora 13 32bit)
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-02pep8 fixes for buildbotSergey Sharybin
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-23minor changes to master unpack script.Campbell Barton
2011-03-22Buildbot master tweaks: use generic builder for scons win32, unpack fixes.Brecht Van Lommel
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.