Markus Lindenberg před 8 roky
rodič
revize
f6dc81eb70
3 změnil soubory, kde provedl 13 přidání a 3 odebrání
  1. 1 1
      Dockerfile
  2. 10 0
      docker/build.sh
  3. 2 2
      site.mk

+ 1 - 1
Dockerfile

@@ -1,7 +1,7 @@
 FROM debian:jessie
 MAINTAINER Markus Lindenberg <markus@lindenberg.io>
 
-ENV GLUON_TAG master
+ENV GLUON_TAG v2016.1
 
 ENV DEBIAN_FRONTEND noninteractive
 ENV DEBIAN_PRIORITY critical

+ 10 - 0
docker/build.sh

@@ -15,7 +15,17 @@ cp -r /usr/src/i18n gluon/site/
 # Build
 cd gluon
 make update
+
 time make -j $(($(nproc)+1)) V=s BROKEN=1 GLUON_TARGET=ar71xx-generic
+make clean
+time make -j $(($(nproc)+1)) V=s BROKEN=1 GLUON_TARGET=ar71xx-nand
+make clean
+time make -j $(($(nproc)+1)) V=s BROKEN=1 GLUON_TARGET=mpc85xx-generic
+make clean
+time make -j $(($(nproc)+1)) V=s BROKEN=1 GLUON_TARGET=x86-generic
+make clean
+time make -j $(($(nproc)+1)) V=s BROKEN=1 GLUON_TARGET=x86-64
+make clean
 
 set +x
 echo -e "\nBUILD FINISHED\n"

+ 2 - 2
site.mk

@@ -1,7 +1,7 @@
 GLUON_SITE_PACKAGES := \
         gluon-mesh-batman-adv-15 \
         gluon-alfred \
-        gluon-announced \
+        gluon-respondd \
         gluon-autoupdater \
         gluon-setup-mode \
         gluon-config-mode-core \
@@ -26,7 +26,7 @@ GLUON_SITE_PACKAGES := \
         haveged
 
 
-DEFAULT_GLUON_RELEASE := 0.7.2.1
+DEFAULT_GLUON_RELEASE := 0.7.99.1
 
 # Allow overriding the release number from the command line
 GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)