* [Buildroot] [PATCH 1/1] package/snowball-init: use github helper
@ 2016-01-31 16:32 Bernd Kuhls
2016-01-31 19:35 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2016-01-31 16:32 UTC (permalink / raw)
To: 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 <bernd.kuhls@t-online.de>
---
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
--
2.7.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] package/snowball-init: use github helper
2016-01-31 16:32 [Buildroot] [PATCH 1/1] package/snowball-init: use github helper Bernd Kuhls
@ 2016-01-31 19:35 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-01-31 19:35 UTC (permalink / raw)
To: buildroot
Dear Bernd Kuhls,
On Sun, 31 Jan 2016 17:32:13 +0100, Bernd Kuhls wrote:
> 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 <bernd.kuhls@t-online.de>
> ---
> package/snowball-init/snowball-init.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-01-31 19:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-31 16:32 [Buildroot] [PATCH 1/1] package/snowball-init: use github helper Bernd Kuhls
2016-01-31 19:35 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox