- 12 Apr, 2013 1 commit
-
-
Jondy Zhao authored
-
- 07 Apr, 2013 1 commit
-
-
Kai Lautaportti authored
-
- 01 Apr, 2013 1 commit
-
-
Kai Lautaportti authored
-
- 31 Mar, 2013 5 commits
-
-
Kai Lautaportti authored
-
Kai Lautaportti authored
-
Kai Lautaportti authored
-
Kai Lautaportti authored
-
Kai Lautaportti authored
-
- 29 Mar, 2013 16 commits
-
-
Kai Lautaportti authored
-
Kai Lautaportti authored
-
Kai Lautaportti authored
-
Kai Lautaportti authored
-
Kai Lautaportti authored
-
Kai Lautaportti authored
-
Kai Lautaportti authored
-
Kai Lautaportti authored
-
Kai Lautaportti authored
except .. as ..
-
Kai Lautaportti authored
-
Marco Mariani authored
-
Kai Lautaportti authored
-
Kai Lautaportti authored
-
Kai Lautaportti authored
-
Kai Lautaportti authored
Add support for Tox (http://tox.testrun.org/) and Travis CI (http://about.travis-ci.org/)
-
Kai Lautaportti authored
Remove compile directory if it exists before downloading source
-
- 24 Feb, 2013 3 commits
-
-
Cédric de Saint Martin authored
Fix annoying behavior where, after a failed compilation, it is needed to run buildout to have the compile-directory removed but have an error message, then run it again to try to compile again.
-
Cédric de Saint Martin authored
-
Cédric de Saint Martin authored
-
- 19 Nov, 2012 2 commits
-
-
Marc Abramowitz authored
-
http://tox.testrun.orgMarc Abramowitz authored
Add tox.ini for Tox (http://tox.testrun.org). MANIFEST.in also required to make sure all needed docs and tests get into the sdist.
-
- 28 Jun, 2012 1 commit
-
-
Kai Lautaportti authored
-
- 21 May, 2012 5 commits
-
-
Kai Lautaportti authored
-
Kai Lautaportti authored
-
Kai Lautaportti authored
-
Kai Lautaportti authored
Fixing Recipe.call_script on Windows
-
Kai Lautaportti authored
A very small ammendment to the --prefix argument of ./configure
-
- 20 May, 2012 1 commit
-
-
Guy Rozendorn authored
If the script was r'C:\someDirectory\someFile.py:someFunction', splitting it would raise an exception The correct way to spli the filename and the callable would be to rsplit(':', 1)
-
- 29 Jan, 2011 1 commit
-
-
Martin Galpin authored
-
- 17 Dec, 2010 1 commit
-
-
Kai Lautaportti authored
-
- 14 Dec, 2010 1 commit
-
-
Kai Lautaportti authored
The call signature for the hook scripts was changed by adding a third parameter which is a dictionary containing the environment variables copied from ``os.environ`` and augmented with the environment overrides from the part configuration. Existing hook scripts that accept only two arguments continue to work but reading ``os.environ`` directly will not contain the overridden values.
-
- 13 Dec, 2010 1 commit
-
-
Kai Lautaportti authored
Python versions prior to 2.6 have an issue clearing the environment variables using ``os.environ.clear()`` (See http://bugs.python.org/issue3227). Instead of modifying ``os.environ`` directly we use the ``subprocess`` module to run the commands in child processes which are given an explicit environment which is a copy of the current ``os.environ`` augmented with the per-part overrides. See https://github.com/hexagonit/hexagonit.recipe.cmmi/issues/issue/1/#issue/1/comment/605362 for details. Due to this change the hook scripts no longer have the augmented environment. They can still access the buildout configuration to read the overrides but need to do this manually.
-