From patchwork Tue Jun 14 15:11:17 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gilles Chanteperdrix X-Patchwork-Id: 635371 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3rTY6Z0hbwz9t1M for ; Wed, 15 Jun 2016 01:12:38 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 7D2CD86F06; Tue, 14 Jun 2016 15:12:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RHDYCZcpqw0z; Tue, 14 Jun 2016 15:12:36 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 0366086F50; Tue, 14 Jun 2016 15:12:36 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 24A271CE64E for ; Tue, 14 Jun 2016 15:12:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 20CF186F06 for ; Tue, 14 Jun 2016 15:12:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Improper folded header field made up entirely of whitespace (char 20 hex): X-Spam_report: ...that system for details.\n \n Content previ[...] Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xQvh72WS32al for ; Tue, 14 Jun 2016 15:12:33 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from sd-51317.xenomai.org (sd-51317.xenomai.org [62.210.215.82]) by hemlock.osuosl.org (Postfix) with ESMTPS id 73D3086EFD for ; Tue, 14 Jun 2016 15:12:33 +0000 (UTC) Received: from for13-1-78-194-115-96.fbxo.proxad.net ([78.194.115.96] helo=prometheus.click-hack.org) by sd-51317.xenomai.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1bCpzv-0000S8-RK; Tue, 14 Jun 2016 17:11:24 +0200 From: Gilles Chanteperdrix To: buildroot@buildroot.org Date: Tue, 14 Jun 2016 17:11:17 +0200 Message-Id: <1465917079-30473-3-git-send-email-gilles.chanteperdrix@xenomai.org> X-Mailer: git-send-email 2.8.2 In-Reply-To: <1465917079-30473-1-git-send-email-gilles.chanteperdrix@xenomai.org> References: <20160614151017.GG3060@hermes.click-hack.org> <1465917079-30473-1-git-send-email-gilles.chanteperdrix@xenomai.org> X-Spam_score: -1.0 X-Spam_score_int: -9 X-Spam_bar: - X-Spam_report: Spam detection software, running on the system "sd-51317.xenomai.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Use git when such an URL is met. Signed-off-by: Gilles Chanteperdrix --- package/pkg-download.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/pkg-download.mk b/package/pkg-download.mk index a0f694d..5f7a155 100644 --- a/package/pkg-download.mk +++ b/package/pkg-download.mk @@ -225, 7 +225, 7 @@ define DOWNLOAD_INNER fi ; \ if test -n "$(1)" ; then \ case "$($(PKG)_SITE_METHOD)" in \ - git) $($(3)_GIT) && exit ; ; \ + git|ssh) $($(3)_GIT) && exit ; ; \ svn) $($(3)_SVN) && exit ; ; \ cvs) $($(3)_CVS) && exit ; ; \ bzr) $($(3)_BZR) && exit ; ; \ -- 2.8.2 [...] Content analysis details: (-1.0 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP Cc: Gilles Chanteperdrix Subject: [Buildroot] [PATCH 3/5] pkg-download: allow ssh URLs X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Use git when such an URL is met. Signed-off-by: Gilles Chanteperdrix --- package/pkg-download.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/pkg-download.mk b/package/pkg-download.mk index a0f694d..5f7a155 100644 --- a/package/pkg-download.mk +++ b/package/pkg-download.mk @@ -225,7 +225,7 @@ define DOWNLOAD_INNER fi ; \ if test -n "$(1)" ; then \ case "$($(PKG)_SITE_METHOD)" in \ - git) $($(3)_GIT) && exit ;; \ + git|ssh) $($(3)_GIT) && exit ;; \ svn) $($(3)_SVN) && exit ;; \ cvs) $($(3)_CVS) && exit ;; \ bzr) $($(3)_BZR) && exit ;; \