Skip to content
Snippets Groups Projects
  1. May 13, 2013
  2. May 10, 2013
  3. May 07, 2013
  4. May 06, 2013
  5. Apr 29, 2013
  6. Apr 22, 2013
  7. Apr 18, 2013
  8. Apr 11, 2013
  9. Apr 10, 2013
  10. Apr 05, 2013
  11. Mar 12, 2013
  12. Feb 25, 2013
  13. Feb 08, 2013
  14. Jan 07, 2013
  15. Nov 15, 2012
  16. Nov 07, 2012
    • Iustin Pop's avatar
      Switch devel/upload to a static file · f9435bdc
      Iustin Pop authored
      
      We had twice in the past days questions about devel/upload being
      "broken", since bash re-reads shell scripts during their run and this
      file can get regenerated due to Makefile changes.
      
      Since we only need this to be dynamically built for 3 variables, let's
      make the file static and read those three variables when it is run,
      instead of when it is built, which allows us to re-read the "latest
      version" of these vars as well.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      f9435bdc
  17. Oct 25, 2012
  18. Oct 23, 2012
  19. Sep 19, 2012
  20. Jan 26, 2012
  21. Dec 12, 2011
  22. Nov 09, 2010
  23. Oct 13, 2010
    • Guido Trotter's avatar
      Require aclocal 1.11.1 or above for devel/release · 3ff614e2
      Guido Trotter authored
      
      1.11.1 is the version in squeeze and lucid, and we know it works. We
      also know that 1.10.1 in hardy and lenny doesn't, nor do 1.10 in etch
      and 1.9.6 in dapper. We haven't tested any other version.
      
      With older versions python.m4 is buggy, and results in the package being
      built not working on python 2.6 (which uses dist-packages rather than
      site-packages as a module directory).
      
      Version comparison is done component-by-component, over a bash array.
      
      Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      3ff614e2
  24. Jul 19, 2010
    • Iustin Pop's avatar
      Introduce git reference/tag tracking for debugging · 84a12e40
      Iustin Pop authored
      
      This patch adds a new vcs-version file that is generated via git (and
      can be adapted if VCS is changed) and then embebbded as VCS_VERSION in
      the constants module.
      
      This means two things:
      - local modifications without committing to git (or when using a tar.gz
        archive + mods) will not be reflected
      - version is fixed at the time of the last make regen-vcs-version (dist time,
        or devel/upload which calls this)
      
      Thus this is more geared at developers rather than end users.
      
      The patch:
      
      - adds rules for generating the vcs-version file
      - adds a dist-hook for re-generating the file (if possible) and copying
        the updated version to the distdir
      - modifies devel/upload to re-generate the file before upload
      
      The output of --version will look like:
      gnt-cluster (ganeti v2.2.0beta0-184-gebca7e6) 2.2.0~beta0
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      84a12e40
  25. Jul 12, 2010
  26. May 20, 2010
  27. Apr 23, 2010
  28. Jan 13, 2010
  29. Jan 12, 2010
  30. Dec 18, 2009
  31. Nov 26, 2009
  32. Oct 05, 2009
  33. Sep 28, 2009
  34. Sep 09, 2009
  35. Aug 31, 2009
Loading