aeickho / gluon

This is the main repo of gluon. Start here!

Home Page:http://gluon.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ae: Wie baut man "meine" Version:

git clone git@github.com:aeickho/gluon.git
cd gluon
git submodule init
git submodule update

export GLUON_RELEASE="master_9999"

make update

make GLUON_TARGET=ar71xx-generic GLUON_BRANCH=experimental GLUON_RELEASE=$GLUON_RELEASE make GLUON_TARGET=ar71xx-nand GLUON_BRANCH=experimental GLUON_RELEASE=$GLUON_RELEASE make GLUON_TARGET=mpc85xx-generic GLUON_BRANCH=experimental GLUON_RELEASE=$GLUON_RELEASE make GLUON_TARGET=x86-generic GLUON_BRANCH=experimental GLUON_RELEASE=$GLUON_RELEASE

make manifest GLUON_BRANCH=experimental GLUON_RELEASE=$GLUON_RELEASE

make BROKEN=1  <- damit es auch den WNDRMAC baut

und dann warten

und wie mache ich es:

git clone git@github.com:aeickho/gluon.git

cd gluon

git submodule init
git submodule update

cd site

dann site.mk die versionskennung anpassen ... z.B 0.7.xx.01

git commit -a site.mk
git push

cd ..
git commit -a   # damit die neue commit id des submodules aktualiesiert wird
git push


make update
make BROKEN=1  <- damit es auch den WNDRMAC baut

mein buildscript

#!/bin/bash

set -x

GLUON_RELEASE="m_ae_`date '+%Y%m%d%H%M'`"

rm -rf gluon
git clone git@github.com:aeickho/gluon.git
cd gluon

git fetch  https://github.com/freifunk-gluon/gluon.git
git remote add upstream git@github.com:freifunk-gluon/gluon.git
git fetch upstream
git merge upstream/master -m "update upstream"
git push
git submodule init
git submodule update

make update

cd openwrt
ln -s ~/dl dl
cd ..

make clean GLUON_TARGET=ar71xx-generic
make clean GLUON_TARGET=ar71xx-nand
make clean GLUON_TARGET=mpc85xx-generic

make GLUON_TARGET=ar71xx-generic GLUON_BRANCH=experimental GLUON_RELEASE=$GLUON_RELEASE
make GLUON_TARGET=ar71xx-nand GLUON_BRANCH=experimental GLUON_RELEASE=$GLUON_RELEASE 
make GLUON_TARGET=mpc85xx-generic GLUON_BRANCH=experimental GLUON_RELEASE=$GLUON_RELEASE
make GLUON_TARGET=x86-generic GLUON_BRANCH=experimental GLUON_RELEASE=$GLUON_RELEASE
make manifest GLUON_BRANCH=experimental GLUON_RELEASE=$GLUON_RELEASE

./contrib/sign.sh ~/secret output/images/sysupgrade/experimental.manifest

Documentation (incomplete at this time, contribute if you can!) may be found at http://gluon.readthedocs.org/.

If you're new to Gluon and ready to get your feet wet, have a look at the Getting Started Guide.

Gluon IRC channel: #gluon in hackint

Issues & Feature requests

Before opening an issue, make sure to check whether any existing issues (open or closed) match. If you're suggesting a new feature, drop by on IRC or our mailinglist to discuss it first.

We maintain a Roadmap for the future development of Gluon.

Use a release!

Please refrain from using the master branch for anything else but development purposes! Use the most recent release instead. You can list all relaseses by running git branch -a and switch to one by running git checkout v2016.1.6 && make update.

If you're using the autoupdater, do not autoupdate nodes with anything but releases. If you upgrade using random master commits the nodes will break eventually.

Mailinglist

To subscribe to the list, send a message to:

gluon-subscribe@luebeck.freifunk.net

To remove your address from the list, just send a message to the address in the List-Unsubscribe header of any list message. If you haven't changed addresses since subscribing, you can also send a message to:

gluon-unsubscribe@luebeck.freifunk.net

About

This is the main repo of gluon. Start here!

http://gluon.readthedocs.org/

License:Other


Languages

Language:Lua 26.1%Language:Makefile 25.5%Language:C 18.2%Language:JavaScript 10.4%Language:CSS 6.7%Language:Shell 6.1%Language:HTML 5.3%Language:Terra 1.1%Language:CMake 0.5%Language:M4 0.1%