diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2018-10-15 11:56:15 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2018-10-15 16:30:23 +0200 |
commit | 1f8c902768af3dd9738bdd0188c9be8231dd327a (patch) | |
tree | 1b67fa00684c7a215ae04fc8b8f72b950dc4948a /README.md | |
parent | 593854791774531ec4fa7513be6d194a1ed067f4 (diff) |
Rename export_ser2net to expose_ser2net
This patch rename export_ser2net to expose_ser2net.
The old export_ser2net is still handled but we now print a deprecating
message.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -246,7 +246,7 @@ slaves: remote_user_token: The remote_user's token. This option is necessary only if no master node exists in boards.yaml. Otherwise lavalab-gen.py will get from it. remote_proto: http(default) or https default_slave: Does this slave is the default slave where to add boards (default: lab-slave-0) - export_ser2net: Do ser2net ports need to be available on host + expose_ser2net: Do ser2net ports need to be available on host expose_ports: Expose port p1 on the host to p2 on the worker slave. - p1:p2 extra_actions: An optional list of action to do at end of the docker build |