1. 29 Mar, 2018 2 commits
  2. 20 Mar, 2018 4 commits
    • Rafael Monnerat's avatar
      Update git revisions · 36efae1e
      Rafael Monnerat authored
      36efae1e
    • Rafael Monnerat's avatar
      a47fc78c
    • Rafael Monnerat's avatar
      Update Release Candidate · 3605f1a2
      Rafael Monnerat authored
      3605f1a2
    • Jérome Perrin's avatar
      tools: a simple git.mergetool for working with buildout.hash.cfg · 6dbd5cca
      Jérome Perrin authored
      Rewriting commit history with `git rebase -i` always caused some
      conflicts on md5sum of modified files. `update-hash` made all this
      easier, because we could just revert buildout.hash.cfg, re-run
      `update-hash` and commit the changes.
      
      This tool makes this scenario a bit more user friendly by automating the
      steps by running as a git mergetool.
      
      An interactive rebase session can be initiated by running this command
      from software/*/ directory:
      
      `git rebase -i --exec "$(pwd)/../../update-hash $(pwd)/buildout.hash.cfg" origin/master`
      
      and if conflict occur, run:
      
      `git mergetool --tool update-hash-mergetool && EDITOR=cat git rebase --continue`
      
      This way, rebase session can be almost non interactive (still have to
      run the above mergetool command) when conflicts are only on md5sum
      updates.
      
      /reviewed-on !273
      6dbd5cca
  3. 19 Mar, 2018 3 commits
  4. 16 Mar, 2018 10 commits
  5. 15 Mar, 2018 5 commits
  6. 14 Mar, 2018 5 commits
  7. 13 Mar, 2018 6 commits
  8. 12 Mar, 2018 3 commits
  9. 08 Mar, 2018 2 commits