tests/wiimote/py_ext_0@py_ext/baseconfnode.xml
author |
Andrey Skvortsov <andrej.skvortzov@gmail.com> |
|
Fri, 15 Jun 2018 16:12:50 +0300 |
changeset 2184 |
bbd2364fbf71 |
parent 1157 |
72d14a74c643
|
permissions |
-rw-r--r-- |
Add argument to set list of source files to check
This is necessary, in case you want to use docker run in pretxncommit
Mercurial hook. Unfortunately for some reason if hg running in
container can't find just created commit defined by $HG_NODE. And it
throws error 'unknown revision'.
Here is example for hgrc.
[hooks]
pretxncommit.linter = hg status -m -n -a -n -I '**.py' --change $HG_NODE > files.lst && docker run --volume=$PWD:/beremiz --workdir="/beremiz" --volume=$PWD/../CanFestival-3:/CanFestival-3 --memory=1g --entrypoint=/beremiz/tests/tools/check_source.sh skvorl/beremiz-requirements --files-to-check files.lst
1157
72d14a74c643
Added wiimote input example using python-cwiid and python PLC global variable access
Edouard Tisserant
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
72d14a74c643
Added wiimote input example using python-cwiid and python PLC global variable access
Edouard Tisserant
parents:
diff
changeset
|
2 |
<BaseParams Name="py_ext_0" IEC_Channel="1"/>
|