From patchwork Thu Oct 13 15:09:51 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Alemayhu X-Patchwork-Id: 681821 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3svvMJ3S2zz9t0J for ; Fri, 14 Oct 2016 02:11:24 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=alemayhu-com.20150623.gappssmtp.com header.i=@alemayhu-com.20150623.gappssmtp.com header.b=DzGzVbHP; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755999AbcJMPKs (ORCPT ); Thu, 13 Oct 2016 11:10:48 -0400 Received: from mail-lf0-f52.google.com ([209.85.215.52]:34607 "EHLO mail-lf0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754289AbcJMPKn (ORCPT ); Thu, 13 Oct 2016 11:10:43 -0400 Received: by mail-lf0-f52.google.com with SMTP id b81so138427165lfe.1 for ; Thu, 13 Oct 2016 08:10:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alemayhu-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=na172WMyDcOeD/vVZonFsMsVCbx3O7UKElTUSX/VU0s=; b=DzGzVbHPNMeluVwTnW48gmt0yIWcb8SIoUL/R/BG+WqlOGNPeMQZQI4eM+OME37uUb QrjKVucnkrtrgjTQLyRmw7XFjsRIcN8J/3ifq0eje2KI6B+ABNLxRoGrwtdYa2oajm4N g2WuF7vm1A7W89LB5fMJZnu8WyeGHAIjZkC3YkhCRR+kgLFbEUHLoQWwj79Mt7j8DXwM 3v7Y0VSI85Xaw6p/j5GMuOGXeWSnC5MdUYje3vlhXoLc+/j/ptC/mvMaBKQ3R7BpjPfS omYrYgjVqy0+aF2PRdzDfnR1ZPnW+3TI+uld0VlvR79wZT+n2i5o8Iz6lXWeiVIJEh4W SdSQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=na172WMyDcOeD/vVZonFsMsVCbx3O7UKElTUSX/VU0s=; b=dRSccdTlynTql78/XZ8zBT5o40jaGgRvTBQNmMZhRmj83eyhCYOkybwOfxZ0DLZOxQ NRm5m3QDHGpxTFaCL0ELFu6ra8IN7cn+uBFVuD2+fTnuo3t40n5A5/BcsjGfp3P2Kx2o nys3vIKz0zpBOzOVhqMd6vpy5jded2ydNd4DSpt1WSVk0KZbC8m4Ycr2DhQUzOqjWzdK Jt/OWXacXZCxNGHGcC7q+EVf/zMf+bo5eY7HW5BUVw7w4xIZy2ChYMO39fRc2S+iu8j7 l5uQEA3T+B65lvTWX3ksy707eR/VeLT+hycnA8EFBcIdU9libfGQGWMRsadG0+MYs6sh JKVQ== X-Gm-Message-State: AA6/9Rkr4kJyDBMcsYxO7sSECgGRxHmguwbaNXZk3cjifWX9UcauL1FHH07aje8mFyd0dg== X-Received: by 10.25.195.209 with SMTP id t200mr10488824lff.172.1476371410518; Thu, 13 Oct 2016 08:10:10 -0700 (PDT) Received: from localhost (cm-84.209.247.2.getinternet.no. [84.209.247.2]) by smtp.gmail.com with ESMTPSA id h67sm3927508lji.29.2016.10.13.08.10.09 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 13 Oct 2016 08:10:09 -0700 (PDT) From: Alexander Alemayhu To: netdev@vger.kernel.org, corbet@lwn.net Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Alexander Alemayhu Subject: [PATCH net-next] Documentation/networking: update git urls to use https over http Date: Thu, 13 Oct 2016 17:09:51 +0200 Message-Id: <20161013150951.4615-1-alexander@alemayhu.com> X-Mailer: git-send-email 2.10.1 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org This fixes the following errors when trying to clone the urls: Cloning into 'net'... fatal: repository 'http://git.kernel.org/cgit/linux/kernel/git/davem/net.git/' not found Cloning into 'net-next'... fatal: repository 'http://git.kernel.org/cgit/linux/kernel/git/davem/net-next.git/' not found Cloning into 'linux'... fatal: repository 'http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/' not found Cloning into 'stable-queue'... fatal: repository 'http://git.kernel.org/cgit/linux/kernel/git/stable/stable-queue.git/' not found Signed-off-by: Alexander Alemayhu --- Documentation/networking/netdev-FAQ.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/networking/netdev-FAQ.txt b/Documentation/networking/netdev-FAQ.txt index 0fe1c6e0dbcd..a20b2fae942b 100644 --- a/Documentation/networking/netdev-FAQ.txt +++ b/Documentation/networking/netdev-FAQ.txt @@ -29,8 +29,8 @@ A: There are always two trees (git repositories) in play. Both are driven Linus, and net-next is where the new code goes for the future release. You can find the trees here: - http://git.kernel.org/?p=linux/kernel/git/davem/net.git - http://git.kernel.org/?p=linux/kernel/git/davem/net-next.git + https://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git + https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git Q: How often do changes from these trees make it to the mainline Linus tree? @@ -76,7 +76,7 @@ Q: So where are we now in this cycle? A: Load the mainline (Linus) page here: - http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git + https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git and note the top of the "tags" section. If it is rc1, it is early in the dev cycle. If it was tagged rc7 a week ago, then a release @@ -123,7 +123,7 @@ A: Normally Greg Kroah-Hartman collects stable commits himself, but It contains the patches which Dave has selected, but not yet handed off to Greg. If Greg already has the patch, then it will be here: - http://git.kernel.org/cgit/linux/kernel/git/stable/stable-queue.git + https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git A quick way to find whether the patch is in this stable-queue is to simply clone the repo, and then git grep the mainline commit ID, e.g.