Skip to content
Snippets Groups Projects
  1. Sep 26, 2017
    • Simona Vetter's avatar
      dim: Sanity checks for nightly.conf · 982fd0c5
      Simona Vetter authored
      
      Suggested by Chris Wilson and Jani Nikula.
      
      To do this properly we need to again push the reading of nightly.conf
      to be after the basic sanity checks, like it was before
      
      commit 12976ee3
      Author: Jani Nikula <jani.nikula@intel.com>
      Date:   Fri Oct 28 12:40:46 2016 +0300
      
          dim: switch to using remote agnostic integration branch config
      
      v2: Don't fail on setup.
      
      v3: Rewrite and squash.
      
      v4: Typing code with jetlag, hard it is.
      
      Cc: Jani Nikula <jani.nikula@intel.com>
      Cc: Chris Wilson <chris@chris-wilson.co.uk>
      Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
      Acked-by: default avatarJani Nikula <jani.nikula@intel.com>
      Signed-off-by: default avatarDaniel Vetter <daniel.vetter@intel.com>
      982fd0c5
    • Simona Vetter's avatar
      dim: Curb gc enthusiasm · ea881177
      Simona Vetter authored
      
      It also wants to delete drm-rerere/nightly.conf when that hasn't been
      touched in a while. Prevent that in the future.
      
      Chris Wilson hit that snag, which then seems to have percolated to
      some other committers.
      
      Cc: Chris Wilson <chris@chris-wilson.co.uk>
      Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
      Acked-by: default avatarJoonas Lahtinen <joonas.lahtinen@linux.intel.com>
      Signed-off-by: default avatarDaniel Vetter <daniel.vetter@intel.com>
      ea881177
  2. Sep 21, 2017
  3. Sep 11, 2017
  4. Sep 08, 2017
    • Simona Vetter's avatar
      dim: robustify drm-rerere update logic · 9094a965
      Simona Vetter authored
      
      We've now had two reports (from Chris and Sean each one) that dim
      stumbled over uncommitted state in drm-rerere/. In both cases a bunch
      of git rm have been staged, but not committed.
      
      I didn't really figure out what exactly happend, but best explanation
      is that one of the commands failed, but silently, since we &>
      /dev/null the output. Make sure no matter what happens, we get at
      least to the commit step to not leave a broken state behind and add a
      || true everywhere it's missing.
      
      Cc: Chris Wilson <chris@chris-wilson.co.uk>
      Cc: Sean Paul <seanpaul@chromium.org>
      Reviewed-by: Sean Paul's avatarSean Paul <seanpaul@chromium.org>
      Signed-off-by: default avatarDaniel Vetter <daniel.vetter@intel.com>
      9094a965
  5. Aug 30, 2017
    • Simona Vetter's avatar
      dim: filter thisimage files · c4b11588
      Simona Vetter authored
      
      They're just temporary files used by git. From rerere.c in the git
      sources:
      
      /*
       * Normalize the conflicts in path and write it out to
       * "thisimage" temporary file.
       */
      
      Reported by Rodrigo.
      
      v2: use find, not grep (Jani).
      
      v3: Don't piss of shellcheck (Rodrigo).
      
      Signed-off-by: default avatarDaniel Vetter <daniel.vetter@intel.com>
      c4b11588
  6. Aug 24, 2017
Loading