Skip to content
Snippets Groups Projects
  1. Mar 16, 2017
  2. Mar 14, 2017
  3. Mar 01, 2017
  4. Feb 28, 2017
  5. Feb 27, 2017
  6. Feb 08, 2017
  7. Feb 06, 2017
  8. Jan 31, 2017
  9. Jan 26, 2017
  10. Jan 24, 2017
  11. Jan 23, 2017
  12. Dec 13, 2016
    • Simona Vetter's avatar
      dim: git_fetch_helper · a4429fad
      Simona Vetter authored
      
      Old versions of git fetch exited with 128 when there was nothing to
      fetch. But ignoring all return values is bad as Chris recently found
      out, since then rebuilding drm-tip might go back to older branch
      versions if the fetch fails for some reason.
      
      I also noticed that current git (I have 2.11 here) don't exhibit this
      anymore.
      
      v2: s/exit/return/ to give callers a chance to do something with this.
      We use set -e, so same result (Jani).
      
      Signed-off-by: default avatarDaniel Vetter <daniel.vetter@intel.com>
      a4429fad
    • Simona Vetter's avatar
      dim: Update update-branches · 8afe589e
      Simona Vetter authored
      
      It's been years since drm-intel had only one maintainer, and the
      primary use-case for dim ub was only to sync between machines. Update
      the docs to reflect this, to avoid misleading committers. Also update
      the maintainer-tools branch, which is something Paulo's script also
      does.
      
      Motivated because Paulo typed an actualize.sh script which does
      exactly what dim ub is meant to do.
      
      v2: Also update quickstart guide.
      
      v3: And spelling fixes.
      
      v4: Fix title and only update maintainer-tools when not a private
      branch is checkout out (Jani).
      
      Acked-by: default avatarJani Nikula <jani.nikula@intel.com>
      Acked-by: default avatarPaulo Zanoni <paulo.r.zanoni@intel.com>
      Signed-off-by: default avatarDaniel Vetter <daniel.vetter@intel.com>
      8afe589e
  13. Dec 07, 2016
  14. Dec 05, 2016
  15. Nov 30, 2016
  16. Nov 29, 2016
  17. Nov 28, 2016
  18. Nov 25, 2016
  19. Nov 24, 2016
  20. Nov 23, 2016
    • Simona Vetter's avatar
      dim: more bugfixes · 9c25aae6
      Simona Vetter authored
      
      Stuff Summit and Sean noticed while testing the new dim:
      - Run git fetch in setup to make sure we can create tracking branches.
      - Don't fall over the lack of .git/rr-cache.
      - Handle drm-intel-next specially in dim checkout since it's a dim
        branch, but not included in drm-tip.
      
      Signed-off-by: default avatarDaniel Vetter <daniel.vetter@intel.com>
      9c25aae6
Loading