ae: Wie baut man "meine" Version:
git clone [email protected]: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 [email protected]: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 [email protected]:aeickho/gluon.git
cd gluon
git fetch https://github.com/freifunk-gluon/gluon.git
git remote add upstream [email protected]: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
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.
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.4 && 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.
To subscribe to the list, send a message to:
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: