Tristan Van Berkom pushed to branch tristan/fixup-workspace-docs at BuildStream / buildstream
Commits:
-
24cb3037
by Tristan Van Berkom at 2018-08-25T09:10:53Z
-
4f8fe977
by Tristan Van Berkom at 2018-08-25T09:10:53Z
2 changed files:
Changes:
| ... | ... | @@ -25,7 +25,8 @@ __pycache__/ |
| 25 | 25 |
# Generated version file
|
| 26 | 26 |
buildstream/__version__.py
|
| 27 | 27 |
|
| 28 |
-#Autogenerated doc
|
|
| 28 |
+# Autogenerated doc
|
|
| 29 |
+doc/source/sessions/
|
|
| 29 | 30 |
doc/source/elements/
|
| 30 | 31 |
doc/source/sources/
|
| 31 | 32 |
doc/source/modules.rst
|
| ... | ... | @@ -390,6 +390,9 @@ Each *command* is a dictionary, the members of which are listed here: |
| 390 | 390 |
|
| 391 | 391 |
* ``command``: The command to run, without the leading ``bst``
|
| 392 | 392 |
|
| 393 |
+* ``shell``: Specifying ``True`` indicates that ``command`` should be run as
|
|
| 394 |
+ a shell command from the project directory, instead of a bst command (optional)
|
|
| 395 |
+ |
|
| 393 | 396 |
When adding a new ``.run`` file, one should normally also commit the new
|
| 394 | 397 |
resulting generated ``.html`` file(s) into the ``doc/source/sessions-stored/``
|
| 395 | 398 |
directory at the same time, this ensures that other developers do not need to
|
