[Intel-gfx] [drm-rerere PATCH 2/2] nightly.conf: add drm-tip and linux-upstream to drm_tip_repos

Jani Nikula jani.nikula at intel.com
Fri Oct 6 09:40:32 UTC 2017


This way we can remove more special casing and hard-coding in dim. Until
we have updated dim, this does mean extra fetches of the repos, but that
should be a brief transitional period.

Also add git:// and https:// URLs for drm-tip, although this is likely
not going to be very useful for very many dim users.

Signed-off-by: Jani Nikula <jani.nikula at intel.com>
---
 nightly.conf | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/nightly.conf b/nightly.conf
index b826c9c194d2..368ae0c5da8d 100644
--- a/nightly.conf
+++ b/nightly.conf
@@ -13,6 +13,13 @@
 #
 # dim users may freely choose the remote names and URLs from this list.
 #
+drm_tip_repos[drm-tip]="
+ssh://git.freedesktop.org/git/drm/drm-tip
+ssh://git.freedesktop.org/git/drm-tip
+git://anongit.freedesktop.org/drm/drm-tip
+git://anongit.freedesktop.org/drm-tip
+https://anongit.freedesktop.org/git/drm/drm-tip.git
+"
 drm_tip_repos[drm-intel]="
 ssh://git.freedesktop.org/git/drm/drm-intel
 ssh://git.freedesktop.org/git/drm-intel
@@ -40,6 +47,11 @@ git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
 https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
 https://kernel.googlesource.com/pub/scm/linux/kernel/git/tiwai/sound.git
 "
+drm_tip_repos[linux-upstream]="
+git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
+https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux.git
+"
 
 #
 # drm-tip branch configuration array (declared in dim)
-- 
2.11.0



More information about the Intel-gfx mailing list