1. 27 Aug, 2013 1 commit
    • Benjamin Blanc's avatar
      gitclone: Add new way to get revision information from [<name>-override] section. · b137a214
      Benjamin Blanc authored
      Buildout remove parts when the configuration of the section has changed, by doing
      its own uninstall (which remove parts), then it does a new install (instead of
      doing an update, for example).
      So, specifying a new revision makes buildout knowing a new section configuration,
      and then removing the parts when we just wanted to update the code.
      (This problem doesn't appear when a branch name is specified because section
      configuration is not modified.)
      So, this patch permits to the gitclone recipe to find the revision parameter
      in an other section nammed [<name>-ovverride] where <name> is the name of the section calling the gitclone.
      This, in order to do not remove parts each time revision has changed,
      it acelerates considerably the execution time and bandwidth consumption
      of the git operation.
      b137a214
  2. 02 Jul, 2013 1 commit
  3. 25 Feb, 2013 4 commits
  4. 08 Jan, 2013 1 commit
  5. 21 Dec, 2012 2 commits
  6. 01 Oct, 2012 4 commits
  7. 11 Sep, 2012 4 commits
  8. 10 Sep, 2012 2 commits
  9. 05 Sep, 2012 10 commits
  10. 04 Sep, 2012 5 commits
  11. 30 Aug, 2012 6 commits