weimarnetz
- community: https://wireless.subsignal.org | https://weimarnetz.de
- monitoring: https://weimarnetz.de/monitoring
- documentation: Wiki
Need support? join the club.
versions
The GebrannteMandeln
branch is the current stable version that is running on most routers (9/2017). The master
branch is bleeding edge. brauhaus
branch is the next release.
buildbot
we have a buildbot at https://buildbot.weimarnetz.de/
current builds can be found here:
http://buildbot.weimarnetz.de/builds/
the config is here (not always up to date):
https://github.com/weimarnetz/buildbot.weimarnetz.de
how to get a release for a specific hardware
Use the firmware builder:
https://github.com/weimarnetz/firmware
Cherry Picking Git commits from forked repositories
- git fetch [repository url]
- git cherry-pick -x [hash]
- resolve conflicts, if any
- git commit -ac [hash]
- git push