Message ID | 20170505153913.16177-1-seanpaul@chromium.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, May 05, 2017 at 11:39:13AM -0400, Sean Paul wrote: > In the merge timeline, remove the misc-next ~> drm-next merges while > the merge window is active, and during rc1. Pulls should only be requested > between rc2 and rc5. > > Signed-off-by: Sean Paul <seanpaul@chromium.org> Ah, I didn't spot that in the original patch. Merged now. Thanks, Daniel > --- > > While the early PR no-no is fresh in my mind, I'll update the merge timeline > to avoid making the same mistake again. > > Sean > > > > drm-misc-timeline.json | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drm-misc-timeline.json b/drm-misc-timeline.json > index 7b039ce..30f4043 100644 > --- a/drm-misc-timeline.json > +++ b/drm-misc-timeline.json > @@ -27,7 +27,7 @@ > wave: '=..0.=.......0.', > data: ['drm features for release + 1', > 'drm features for release + 2'], > - node: '...g.stuvw"..h.' } > + node: '...g...uvw"..h.' } > ], > > { name: 'drm-misc-fixes', > @@ -45,7 +45,7 @@ > wave: '=........=.....', > data: ['drm-misc features for release + 2', > 'drm-misc features for release + 3'], > - node: '....rxyz;:.....' }, > + node: '......yz;:.....' }, > ], > > edge: [ > @@ -58,7 +58,7 @@ > /* misc-next-fixes to -next */ > 'o~>g', 'q~>p', > /* misc-next to -next */ > - 'r~>s', 'x~>t', 'y~>u', 'z~>v', ';~>w', ':~>"' > + 'y~>u', 'z~>v', ';~>w', ':~>"' > > ], > > -- > 2.13.0.rc1.294.g07d810a77f-goog > > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/intel-gfx
diff --git a/drm-misc-timeline.json b/drm-misc-timeline.json index 7b039ce..30f4043 100644 --- a/drm-misc-timeline.json +++ b/drm-misc-timeline.json @@ -27,7 +27,7 @@ wave: '=..0.=.......0.', data: ['drm features for release + 1', 'drm features for release + 2'], - node: '...g.stuvw"..h.' } + node: '...g...uvw"..h.' } ], { name: 'drm-misc-fixes', @@ -45,7 +45,7 @@ wave: '=........=.....', data: ['drm-misc features for release + 2', 'drm-misc features for release + 3'], - node: '....rxyz;:.....' }, + node: '......yz;:.....' }, ], edge: [ @@ -58,7 +58,7 @@ /* misc-next-fixes to -next */ 'o~>g', 'q~>p', /* misc-next to -next */ - 'r~>s', 'x~>t', 'y~>u', 'z~>v', ';~>w', ':~>"' + 'y~>u', 'z~>v', ';~>w', ':~>"' ],
In the merge timeline, remove the misc-next ~> drm-next merges while the merge window is active, and during rc1. Pulls should only be requested between rc2 and rc5. Signed-off-by: Sean Paul <seanpaul@chromium.org> --- While the early PR no-no is fresh in my mind, I'll update the merge timeline to avoid making the same mistake again. Sean drm-misc-timeline.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)