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
2015-07-27Buildbot: Include branch name to the cmake buildsSergey Sharybin
2015-07-27Buildbot: Missed this in the previous commitSergey Sharybin
2015-07-27Buildbot: Attempt to make windows cmake builds names matching buldbot's namesSergey Sharybin
Did this in packaging buildbot rule because of several reasons: - CMake doesn't deliver name of package which we expect it to be for buildbot - CMake doesn't really know that building happens for buildbot - Making default CPAck name matching buildbot's naming is kinda stupid Probably we can pass CPack name via command line arguments, but i'm happy with the current state and one might change things in the future.
2015-01-29cleanup: pep8Campbell Barton
also remove empty class parenthesis
2015-01-26Change exception syntax to be more modern and hopefully fix buildbot issue ↵Martijn Berger
in the process
2014-11-13CMake buildbot change upload should work nowMartijn Berger
CPack generating NSIS and WiX installers should also work
2014-11-12cmake buildbot. Create the zip archive with the name as expectedMartijn Berger
2014-11-11cmake. refactor installing python things to not have absolute path'sMartijn Berger
buildbot. add rudementatry cpack based packing for cmake path
2014-08-08Switch linux buildbot to custom built python2.7Sergey Sharybin
New scons discontinued support of python2.6, so we needed to build just another python in the release and buildbot environment. Hope latest scons upgrade a least bring new msvs support and not only lead to just-another-frustration. There might be some more upcoming commits, because you never can be sure there's no typos in the buidbot script for until you actually fire the builder up.
2014-07-24Buildbot: Never write 'master' branch in packed file names.Bastien Montagne
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-12-29Buildbot SCons MSVC 2013 packing also requires something extraMartijn Berger
2013-11-19Buildbot: fix path got pack stepSergey Sharybin
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.