1. 07 Apr, 2013 1 commit
  2. 01 Apr, 2013 1 commit
  3. 31 Mar, 2013 5 commits
  4. 29 Mar, 2013 16 commits
  5. 24 Feb, 2013 3 commits
  6. 19 Nov, 2012 2 commits
  7. 28 Jun, 2012 1 commit
  8. 21 May, 2012 5 commits
  9. 20 May, 2012 1 commit
    • Guy Rozendorn's avatar
      Recipe.call_script: script.split fix · 61fb1a0a
      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)
      61fb1a0a
  10. 29 Jan, 2011 1 commit
  11. 17 Dec, 2010 1 commit
  12. 14 Dec, 2010 1 commit
    • Kai Lautaportti's avatar
      Pass the augmented environment to the hook scripts. · 97b6bc7f
      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.
      97b6bc7f
  13. 13 Dec, 2010 2 commits