Re: Stable -rc git trees and email headers

From: Fengguang Wu
Date: Mon Jun 20 2016 - 06:25:33 EST


On Mon, Jun 20, 2016 at 11:52:14AM +0200, Jiri Slaby wrote:
> On 06/20/2016, 11:39 AM, Fengguang Wu wrote:
> >> git://git.kernel.org/pub/scm/linux/kernel/git/jirislaby/linux-stable.git
> >
> > It looks already in the testing pipeline. :)
>
> Oh, and it's there for a quite long already :). But I have never seen an
> e-mail from the robot, I think. I hope it only means that none was sent...

Oops, it should be configured to not skip old kernels:

--- a/repo/linux/jirislaby-stable
+++ b/repo/linux/jirislaby-stable
@@ -1,3 +1,4 @@
url: https://git.kernel.org/pub/scm/linux/kernel/git/jirislaby/linux-stable.git
owner: Jiri Slaby <jslaby@xxxxxxx>
notify_build_success_branch: .*
+test_old_branches: .*

That should really enable testing for your stable tree. :)

Thanks,
Fengguang