- 21 May, 2012 3 commits
-
-
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 2 commits
-
-
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.
-
Kai Lautaportti authored
-
- 27 Aug, 2010 1 commit
-
-
Kai Lautaportti authored
-
- 26 Aug, 2010 3 commits
-
-
Kai Lautaportti authored
-
Kai Lautaportti authored
-
Kai Lautaportti authored
-
- 23 Aug, 2010 2 commits
-
-
Kai Lautaportti authored
-
Kai Lautaportti authored
-
- 19 Aug, 2010 1 commit
-
-
- 21 Jul, 2010 3 commits
-
-
Kai Lautaportti authored
-
Kai Lautaportti authored
-
Kai Lautaportti authored
-
- 19 Feb, 2010 2 commits
-
-
Nicolas Dumazet authored
-
Nicolas Dumazet authored
-
- 10 Feb, 2010 3 commits
-
-
Nicolas Dumazet authored
-
Nicolas Dumazet authored
After a failed attempt, if the user removes the __compile directory but leaves the target directory untouched, and re-runs the buildout, an OSError should not be raised.
-
Nicolas Dumazet authored
When installation fails, the working directory is left in place: further calls to cmmi recipe with the same arguments should not raise an OSError. Let the download recipe handle the error, and print a friendly error.
-
- 30 Nov, 2009 3 commits
-
-
Kai Lautaportti authored
-
Kai Lautaportti authored
This change makes sure that the working directory is restored to the location it was before running the recipe, regardless whether the execution of the recipe is successful or not. Thanks to Jonathan Ballet for pointing out this problem.
-
Kai Lautaportti authored
-
- 19 Nov, 2009 1 commit
-
-
Kai Lautaportti authored
-
- 20 Sep, 2009 1 commit
-
-
Kai Lautaportti authored
-
- 19 Sep, 2009 2 commits
-
-
Kai Lautaportti authored
-
Kai Lautaportti authored
-
- 13 Sep, 2009 1 commit
-
-
Kai Lautaportti authored
-
- 05 Aug, 2009 2 commits
-
-
Kai Lautaportti authored
-
Kai Lautaportti authored
-
- 30 Jan, 2009 3 commits
-
-
Kai Lautaportti authored
Replaced references to the ``download-directory`` option with the current spelling of ``download-cache``.
-
Kai Lautaportti authored
-
Kai Lautaportti authored
-
- 13 Oct, 2007 1 commit
-
-
Kai Lautaportti authored
git-svn-id: https://svn.hexagonit.fi/hexagonit.recipe.cmmi/trunk@5527 b96f28ea-bbdf-0310-b3b3-e15a02b9f88d
-
- 09 Aug, 2007 2 commits
-
-
Kai Lautaportti authored
git-svn-id: https://svn.hexagonit.fi/hexagonit.recipe.cmmi/trunk@4584 b96f28ea-bbdf-0310-b3b3-e15a02b9f88d
-
Kai Lautaportti authored
git-svn-id: https://svn.hexagonit.fi/hexagonit.recipe.cmmi/trunk@4582 b96f28ea-bbdf-0310-b3b3-e15a02b9f88d
-