From patchwork Sun Jan 31 16:32:13 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 576224 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]) by ozlabs.org (Postfix) with ESMTP id EED27140B99 for ; Mon, 1 Feb 2016 03:32:23 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 9674195584; Sun, 31 Jan 2016 16:32:21 +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 R8j4QZxQj5bP; Sun, 31 Jan 2016 16:32:20 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 0853C95527; Sun, 31 Jan 2016 16:32:20 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id DD0DB1C16E2 for ; Sun, 31 Jan 2016 16:32:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id D838FA5994 for ; Sun, 31 Jan 2016 16:32:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mSuRRFTyqYOF for ; Sun, 31 Jan 2016 16:32:17 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout09.t-online.de (mailout09.t-online.de [194.25.134.84]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 851CEA599C for ; Sun, 31 Jan 2016 16:32:17 +0000 (UTC) Received: from fwd18.aul.t-online.de (fwd18.aul.t-online.de [172.20.26.244]) by mailout09.t-online.de (Postfix) with SMTP id 33FBD15270D for ; Sun, 31 Jan 2016 17:32:15 +0100 (CET) Received: from fli4l.lan.fli4l (GMGY50ZOohPjCecxtWpOtV++fjaxiexKCfC83Mvu+cM6JmTLsI2hi1Csq7Py3+2w4O@[84.191.216.131]) by fwd18.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1aPuv8-1OMBH60; Sun, 31 Jan 2016 17:32:14 +0100 Received: from mahler.lan.fli4l ([192.168.1.1]:42788 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.86) (envelope-from ) id 1aPuv7-0008Ap-Ln; Sun, 31 Jan 2016 17:32:13 +0100 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 31 Jan 2016 17:32:13 +0100 Message-Id: <1454257933-24422-1-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.7.0 X-ID: GMGY50ZOohPjCecxtWpOtV++fjaxiexKCfC83Mvu+cM6JmTLsI2hi1Csq7Py3+2w4O X-TOI-MSGID: 76c47d50-7572-46c5-a61a-67ad01c2218b Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 1/1] package/snowball-init: use github helper 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" Otherwise download is broken: >>> snowball-init b064be21de25729039e5e54037bbdd2e25cfd5b7 Downloading --2016-01-31 17:31:27-- https://github.com/igloocommunity/snowball-init/snowball-init-b064be21de25729039e5e54037bbdd2e25cfd5b7.tar.gz Resolving github.com (github.com)... 192.30.252.128 Connecting to github.com (github.com)|192.30.252.128|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2016-01-31 17:31:27 ERROR 404: Not Found. Signed-off-by: Bernd Kuhls --- package/snowball-init/snowball-init.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/snowball-init/snowball-init.mk b/package/snowball-init/snowball-init.mk index 40acdd6..f06b032 100644 --- a/package/snowball-init/snowball-init.mk +++ b/package/snowball-init/snowball-init.mk @@ -5,7 +5,7 @@ ################################################################################ SNOWBALL_INIT_VERSION = b064be21de25729039e5e54037bbdd2e25cfd5b7 -SNOWBALL_INIT_SITE = https://github.com/igloocommunity/snowball-init +SNOWBALL_INIT_SITE = $(call github,igloocommunity,snowball-init,$(SNOWBALL_INIT_VERSION)) SNOWBALL_INIT_LICENSE = BSD-4c SNOWBALL_INIT_LICENSE_FILES = debian/copyright