All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Vetter <daniel.vetter@ffwll.ch>
To: DRI Development <dri-devel@lists.freedesktop.org>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>,
	Intel Graphics Development <intel-gfx@lists.freedesktop.org>
Subject: [PATCH 00/18] dim: split out drm-misc/tip.git
Date: Fri, 21 Oct 2016 21:36:42 +0200	[thread overview]
Message-ID: <20161021193700.22100-1-daniel.vetter@ffwll.ch> (raw)

Hi all,

So here's all the bits I think we need for:
- split out drm-misc.git repo
- rolling model in drm-misc to avoid the merge window, like for drm-intel
  branches.
- split out rerere stuff into a shared drm-tip.git repo
- sharing .git metadata using git worktrees.

Conversion howto:
1. Update to latest dim, but store it somewhere outside of the maintainer-tools
branch.
2. Remove the drm-intel-rerere, drm-intel-nightly and maintainter-tools
branches. With the new dim .git repos can be shared (assuming your git has
worktree support).
3. Run dim setup. I'll probably complain about a few missing remotes. Add them
if needed - dim doesn't do this automatically to allow you to bikeshed the
remote names ;-)
4. Profit!

If possible I'd like to roll this all out officially next week or so, so pls
scream if you see any trouble.

Cheers, Daniel

Chris Wilson (1):
  dim-update-next: Update DRIVER_TIMESTAMP

Daniel Vetter (17):
  dim: Extract TODO
  dim: Autocheck for up-to-dateness
  dim: echoerr helper for printing to stderr
  dim: autodetect remotes, first part for dim_setup
  dim: support git worktree for aux checkouts
  dim: Nuke nightly-forget
  dim: autodetect branches in rebuild-nightly
  dim: remove integration-tree remotes
  dim: Split out drm-nightly.git
  dim: s/drm-nightly/drm-tip
  dim: use git branch --list
  dim: add revert-rerere
  dim: use get_maintainers.pl in dim fixes
  dim: support multiple remotes for branches
  dim: remove DIM_DRM_UPSTREAM_REMOTE config var
  dim: Adapat create/remove-branch
  dim: Make update_linux_next multi-repo compliant

 TODO               |  25 ++++
 dim                | 433 ++++++++++++++++++++++++++++++++---------------------
 dim.rst            |  37 +++--
 dimrc.sample       |   6 +-
 drm-intel-flow.dot |  18 +--
 drm-intel.rst      |  20 +--
 qf                 |  11 --
 7 files changed, 333 insertions(+), 217 deletions(-)
 create mode 100644 TODO

-- 
2.9.3

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

             reply	other threads:[~2016-10-21 19:37 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-21 19:36 Daniel Vetter [this message]
2016-10-21 19:36 ` [PATCH 01/18] dim: Extract TODO Daniel Vetter
2016-10-21 19:36 ` [PATCH 02/18] dim: Autocheck for up-to-dateness Daniel Vetter
2016-10-21 19:36 ` [PATCH 03/18] dim: echoerr helper for printing to stderr Daniel Vetter
2016-10-21 19:36 ` [PATCH 04/18] dim: autodetect remotes, first part for dim_setup Daniel Vetter
2016-10-21 19:36 ` [PATCH 05/18] dim: support git worktree for aux checkouts Daniel Vetter
2016-10-21 19:36 ` [PATCH 06/18] dim: Nuke nightly-forget Daniel Vetter
2016-10-21 19:36 ` [PATCH 07/18] dim: autodetect branches in rebuild-nightly Daniel Vetter
2016-10-21 19:36 ` [PATCH 08/18] dim: remove integration-tree remotes Daniel Vetter
2016-10-21 19:36 ` [PATCH 09/18] dim: Split out drm-nightly.git Daniel Vetter
2016-10-21 19:36 ` [PATCH 10/18] dim: s/drm-nightly/drm-tip Daniel Vetter
2016-10-21 19:36 ` [PATCH 11/18] dim: use git branch --list Daniel Vetter
2016-10-21 19:36 ` [PATCH 12/18] dim: add revert-rerere Daniel Vetter
2016-10-21 19:36 ` [PATCH 13/18] dim: use get_maintainers.pl in dim fixes Daniel Vetter
2016-10-21 19:36 ` [PATCH 14/18] dim-update-next: Update DRIVER_TIMESTAMP Daniel Vetter
2016-10-21 19:36 ` [PATCH 15/18] dim: support multiple remotes for branches Daniel Vetter
2016-10-21 19:36 ` [PATCH 16/18] dim: remove DIM_DRM_UPSTREAM_REMOTE config var Daniel Vetter
2016-10-21 19:36 ` [PATCH 17/18] dim: Adapat create/remove-branch Daniel Vetter
2016-10-21 19:37 ` [PATCH 18/18] dim: Make update_linux_next multi-repo compliant Daniel Vetter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161021193700.22100-1-daniel.vetter@ffwll.ch \
    --to=daniel.vetter@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.