Giter Site home page Giter Site logo

evlli / gluon Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ffddorf/gluon

0.0 0.0 0.0 4.33 MB

This is the main repo of gluon. Start here!

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

License: Other

Makefile 23.36% Shell 6.99% Lua 26.21% C 18.64% HTML 5.45% CSS 2.24% JavaScript 10.95% M4 0.10% CMake 0.49% Terra 0.18% SCSS 5.39%

gluon's Introduction

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

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.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.

Mailinglist

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:

gluon's People

Contributors

adlerweb avatar aeickho avatar ambassador86 avatar bdobe avatar bioxz avatar corny avatar corvusmo avatar dangowrt avatar do9xe avatar flokli avatar fpletz avatar jplitza avatar kaechele avatar kb-light avatar kokel avatar lemoer avatar lespocky avatar mmalte avatar mweinelt avatar neocturne avatar oakey-dev avatar ohrensessel avatar pberndro avatar poldy79 avatar ranlvor avatar rotanid avatar rubo77 avatar sargon avatar smoe avatar t-x avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.