Skip to content
Snippets Groups Projects
Commit 0c9875e6 authored by cremesk's avatar cremesk
Browse files

Correct Development Notice

parent a29df514
No related branches found
No related tags found
No related merge requests found
......@@ -170,7 +170,17 @@ Bitte einhalten:
Development
----
[more Informations](https://github.com/cremesk/ffdd-server/blob/master/salt/freifunk/dev/top.sls)
Um eine andere Release-Version zu benutzen ist ein notwendig in der /etc/nvram.conf die Option "branch=" anzupassen.
Default (Stable):
```
branch=T_RELEASE_latest
```
Development:
```
branch=master
```
Links
----
......
# (Salt-Managed)
dev-ffdd
\ No newline at end of file
/etc/hostname:
file.managed:
- source: salt://hostname/etc/hostname
- user: root
- group: root
- mode: 644
dev:
# To use the Development Enviroment
# * disable autoupdate in /etc/nvram.conf
# * change our /etc/salt/minion.d/ffdd-masterless.conf to:
#
# env_order: ['base', 'dev']
# file_client: local
# file_roots:
# base:
# - $INSTALL_DIR/salt/freifunk/base
# dev:
# - $INSTALL_DIR/salt/freifunk/dev
#
'*':
- hostname
# to use this Packages disable the Package in base/top.sls!
# - ddmesh
# - devel
# - bmxd
# - fastd
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment