[Armadeus-commitlog] armadeus branch, master, updated. armadeus-6.0-23-gd340cf1
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2015-12-07 16:57:44
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via d340cf11bf4bb1c8f9de95d78f037037a7ad25e4 (commit)
from 3ea78b2c48607c39e04b4ced8810f4a4ed095312 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d340cf11bf4bb1c8f9de95d78f037037a7ad25e4
Author: Sébastien Szymanski <seb...@ar...>
Date: Mon Dec 7 17:59:14 2015 +0100
[BUILD] Use https://buildroot.org as Buildroot URL
Because http://buildroot.uclibc.org redirects to https://buildroot.org (HTTP
Status code 301)
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 227dc3d..98fddfa 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ export ARMADEUS_TOPDIR
#BUILDROOT_VERSION=2013.11
BUILDROOT_VERSION=2015.02
include ./Makefile.in
-BUILDROOT_SITE:=http://buildroot.uclibc.org/downloads
+BUILDROOT_SITE:=https://buildroot.org/downloads
BUILDROOT_PATCH_DIR:=$(ARMADEUS_TOPDIR)/patches/buildroot/$(BUILDROOT_VERSION)
ARMADEUS_CONFIG_DIR:=$(BUILDROOT_DIR)/configs
#--- End of user conf (don't touch anything below unless you know what you're doing !! ;-) )
hooks/post-receive
--
armadeus
|