From patchwork Fri May 1 17:52:56 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kamal Mostafa X-Patchwork-Id: 467055 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 2238E1402B0; Sat, 2 May 2015 03:53:17 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1YoF7f-000728-DB; Fri, 01 May 2015 17:53:11 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1YoF7b-00071y-GB for kernel-team@lists.ubuntu.com; Fri, 01 May 2015 17:53:07 +0000 Received: from [10.172.68.52] (helo=fourier) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1YoF7Z-0000pA-3r; Fri, 01 May 2015 17:53:05 +0000 Received: from kamal by fourier with local (Exim 4.82) (envelope-from ) id 1YoF7V-0000WR-UU; Fri, 01 May 2015 10:53:01 -0700 From: Kamal Mostafa To: kernel-team@lists.ubuntu.com Subject: Applied: [kteam-tools] stable/notify-*: switch to new http://kernel.ubuntu.com/git/ URL's for cgit Date: Fri, 1 May 2015 10:52:56 -0700 Message-Id: <1430502776-1972-1-git-send-email-kamal@canonical.com> X-Mailer: git-send-email 1.9.1 Cc: Kamal Mostafa X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: kernel-team-bounces@lists.ubuntu.com Cc: Luis Henriques Signed-off-by: Kamal Mostafa --- stable/notify-stable-patch-queued | 4 ++-- stable/notify-stable-release | 2 +- stable/notify-stable-review | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/notify-stable-patch-queued b/stable/notify-stable-patch-queued index 4c74c76..04b9926 100755 --- a/stable/notify-stable-patch-queued +++ b/stable/notify-stable-patch-queued @@ -117,8 +117,8 @@ def AssembleMailBody(version, subject, patchlines): " extended stable tree ", "which can be found at:", "", - " http://kernel.ubuntu.com/git?p=ubuntu/" + - "linux.git;a=shortlog;h=refs/heads/linux-" + bversion + "y-queue", + " http://kernel.ubuntu.com/git/ubuntu/linux.git/log/" + + "?h=linux-" + bversion + "y-queue", tversion_para, "If you, or anyone else, feels it should not be added to this tree," " please ", diff --git a/stable/notify-stable-release b/stable/notify-stable-release index a2f0b16..ddedf86 100755 --- a/stable/notify-stable-release +++ b/stable/notify-stable-release @@ -158,7 +158,7 @@ mailbody.extend([ "The updated %s.y-ckt tree can be found at: " % (basever), " git://kernel.ubuntu.com/ubuntu/linux.git linux-%s.y" % (basever), "and can be browsed at:", - " http://kernel.ubuntu.com/git?p=ubuntu/linux.git;h=refs/heads/linux-%s.y;a=shortlog" % (basever), + " http://kernel.ubuntu.com/git/ubuntu/linux.git/log/?h=linux-%s.y" % (basever), "", "The diff from %s is posted as a follow-up to this email." % (rangestart), "", diff --git a/stable/notify-stable-review b/stable/notify-stable-review index 5cf7c6c..04ebc95 100755 --- a/stable/notify-stable-review +++ b/stable/notify-stable-review @@ -210,7 +210,7 @@ This is the start of the review cycle for the Linux %s stable kernel. This version contains %s new patches, summarized below. The new patches are posted as replies to this message and also available in this git branch: -http://kernel.ubuntu.com/git?p=ubuntu/linux.git;h=%s;a=shortlog +http://kernel.ubuntu.com/git/ubuntu/linux.git/log/?h=%s git://kernel.ubuntu.com/ubuntu/linux.git %s