Actions
Característica #338
tancatqmpfw: guifi fw not available for qMp based on Owrt Barrier breaker
Descripció
guifi fw not available for qMp based on Owrt Barrier breaker is not available the guifi version (to use unsolclic).
I remember that guifi version / unsolclic is a very easy way to:
- Configure the node
- Get working graphical server in guifi.net
- Potentially get coordinates to put qMp nodes in libremap.net [TODO]
Actualitzat per Roger Pueyo Centelles fa casi 10 anys
- Estat ha canviat de Nou a En progrés
- Assignat a s'ha establert a Roger Pueyo Centelles
- Prioritat ha canviat de Normal a Baixa
qMp firmware binaries for version 3.1 including the Guifi packages are being recompiled. Should appear in a few minutes at http://fw.qmp.cat/stable (and http://fw.qmp.cat/Releases/archive/3.1-Clearance/)
Regarding the coordinates, please open a new issue and assign it to the maintainer of the package.
Thanks!
Actualitzat per Roger Pueyo Centelles fa casi 10 anys
- Estat ha canviat de En progrés a Resolt
For future reference:
crontab -l
- m h dom mon dow command
30 * * * * ( cd /home/qmp/github ; bash sync-repos.sh ) - NOTE: The master (stable) branch DOESN'T HAVE to have nightly/daily compilations, only one per release. So, the compilations should be done manually when a new release is launched, in a new image folder per release.
#2 1 * * * cd ~/qmpfw-master && BRANCH=master ./nightlycompile.sh
#4 3 * * * cd ~/qmpfw-master && BRANCH=master COMMUNITY=qMp-Guifi EXTRA_PACKS=qmp-guifi ./nightlycompile.sh
2 1 * * * cd ~/qmpfw-testing && BRANCH=testing ./nightlycompile.sh
3 3 * * * cd ~/qmpfw-testing && BRANCH=testing COMMUNITY=qMp-Guifi EXTRA_PACKS=qmp-guifi ./nightlycompile.sh
4 5 * * * cd ~/qmpfw-kx && BRANCH=kalimotxo ./nightlycompile.sh
5 7 * * * cd ~/qmpfw-kx && BRANCH=kalimotxo COMMUNITY=qMp-Guifi EXTRA_PACKS=qmp-guifi ./nightlycompile.sh
Actualitzat per Roger Pueyo Centelles fa casi 10 anys
- Estat ha canviat de Resolt a Tancat
Actions