1. 06 Jun, 2013 - 1 commit
  2. 22 May, 2013 - 2 commits
  3. 14 May, 2013 - 1 commit
  4. 08 Apr, 2013 - 1 commit
  5. 02 Apr, 2013 - 2 commits
  6. 26 Mar, 2013 - 1 commit
  7. 19 Mar, 2013 - 1 commit
  8. 14 Mar, 2013 - 2 commits
  9. 12 Mar, 2013 - 1 commit
  10. 13 Feb, 2013 - 1 commit
  11. 12 Feb, 2013 - 1 commit
  12. 11 Feb, 2013 - 1 commit
  13. 07 Feb, 2013 - 1 commit
  14. 23 Jan, 2013 - 1 commit
  15. 16 Jan, 2013 - 1 commit
  16. 28 Nov, 2012 - 1 commit
  17. 12 Nov, 2012 - 1 commit
  18. 30 Oct, 2012 - 1 commit
  19. 10 Oct, 2012 - 1 commit
  20. 27 Sep, 2012 - 1 commit
  21. 26 Sep, 2012 - 2 commits
  22. 22 Sep, 2012 - 1 commit
  23. 20 Sep, 2012 - 4 commits
  24. 17 Sep, 2012 - 2 commits
  25. 14 Sep, 2012 - 1 commit
  26. 13 Sep, 2012 - 3 commits
  27. 08 Jun, 2012 - 2 commits
  28. 07 Jun, 2012 - 1 commit
    • Oswald Buddenhagen's avatar
      add cleanup script for sanity bot · 9e791325
      Oswald Buddenhagen authored
      
      if the sanity bot is configured with gitdofetch=1, the repos need a
      periodic cleanup - otherwise they become amazingly slow (a simple fetch
      can take minutes before anything happens).
      
      i was too lazy make this an option of the sanity-bot script itself.
      maybe later.
      
      Change-Id: I85306264cd67d321c10cb069e5bfb5b60b2ca6db
      Reviewed-by: default avatarRohan McGovern <rohan.mcgovern@nokia.com>
      9e791325
  29. 09 May, 2012 - 1 commit
    • Oswald Buddenhagen's avatar
      add possibility of persistent configuration · 32c5f1b3
      Oswald Buddenhagen authored
      
      options are stored in as git options in the group sanity.<dirname>, with
      <dirname> being the basename of the repository.
      it is recommended that these keys are added to the global git config,
      outside the clones of the inspected repos.
      
      the only currently recognized option is "flags", which corresponds to
      the GIT_PUSH environment variable.
      
      Change-Id: I011d4f335ca94b5aa08fc9bcb6283e6c2f7b3b79
      Reviewed-by: default avatarRohan McGovern <rohan.mcgovern@nokia.com>
      32c5f1b3