All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Vetter <daniel.vetter@ffwll.ch>
To: Intel Graphics Development <intel-gfx@lists.freedesktop.org>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>,
	DRI Development <dri-devel@lists.freedesktop.org>,
	Daniel Vetter <daniel.vetter@intel.com>
Subject: [PATCH 5/8] dim: Nuke nightly-forget
Date: Sun, 16 Oct 2016 20:48:07 +0200	[thread overview]
Message-ID: <20161016184810.12030-6-daniel.vetter@ffwll.ch> (raw)
In-Reply-To: <20161016184810.12030-1-daniel.vetter@ffwll.ch>

With our proliferation of branches it's become long useless. Nowadays
my MO is to revert the offending commit in the rerere-cache branch
explicitly, remove drm-intel-nightly/.git/rr-cache and then re-run
rebuild-nightly. That works much better, hence nuke this helper.

Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
---
 TODO | 2 --
 dim  | 9 ---------
 2 files changed, 11 deletions(-)

diff --git a/TODO b/TODO
index ac0f27763dfa..c1c6e20eb0e3 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,6 @@
 dim:
 - extract the integration tree logic and make it generally useful, maybe for a
   drm-integration tree ...
-- Improve nightly-forget to forget a specific merge instead of just the first
-  dinq/dif merge.
 - add option to check-patch to check stdin
 - integrate ninja-check? Or too much checkers considered harmful?
   https://lists.linuxfoundation.org/pipermail/ksummit-discuss/2014-May/000554.html
diff --git a/dim b/dim
index 7addd0d29696..3bd5416327a8 100755
--- a/dim
+++ b/dim
@@ -390,15 +390,6 @@ function dim_rebuild_nightly
 	update_linux_next
 }
 
-function dim_nightly_forget
-{
-	cd $DIM_PREFIX/drm-intel-nightly
-	git fetch origin >& /dev/null
-	git reset --hard origin/drm-intel-next-queued >& /dev/null
-	git merge origin/drm-intel-fixes
-	git rerere forget
-}
-
 # push branch $1, rebuild nightly. the rest of the arguments are passed to git
 # push.
 function dim_push_branch
-- 
2.9.3

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  parent reply	other threads:[~2016-10-16 18:48 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-16 18:48 [PATCH 0/8] dim: move -nigthly into drm-nighly.git Daniel Vetter
2016-10-16 18:48 ` [PATCH 1/8] dim: Extract TODO Daniel Vetter
2016-10-16 18:48 ` [PATCH 2/8] dim: Autocheck for up-to-dateness Daniel Vetter
2016-10-16 18:48 ` [PATCH 3/8] dim: autodetect remotes, first part for dim_setup Daniel Vetter
2016-10-16 18:48 ` [PATCH 4/8] dim: support git worktree for aux checkouts Daniel Vetter
2016-10-16 18:48 ` Daniel Vetter [this message]
2016-10-16 18:48 ` [PATCH 6/8] dim: autodetect branches in rebuild-nightly Daniel Vetter
2016-10-16 18:48 ` [PATCH 7/8] dim: remove integration-tree remotes Daniel Vetter
2016-10-16 18:48 ` [PATCH 8/8] dim: Split out drm-nightly.git Daniel Vetter
2016-10-17  8:10 ` [PATCH 0/8] dim: move -nigthly into drm-nighly.git 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=20161016184810.12030-6-daniel.vetter@ffwll.ch \
    --to=daniel.vetter@ffwll.ch \
    --cc=daniel.vetter@intel.com \
    --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.