summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhouloud Touil <ktouil@baylibre.com>2019-03-15 16:24:36 +0100
committerKhouloud Touil <ktouil@baylibre.com>2019-03-15 16:24:36 +0100
commit2e1f52ca83be9226b34635f420dd0533fbcc59cc (patch)
tree78cbc65f56c5dc9afcba8cdb8bddcab317935b74
parentbaa64687b3b27fe5a5b59120ccb2a316b912a11a (diff)
Fix the README.md
This patch fixes the README.md file after the last changes to clarify the use of arguments. Change-Id: Id9fc69d54aaa6bde51392f3327e9f9e404bef29b Signed-off-by: Khouloud Touil <ktouil@baylibre.com>
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 64f5c03..392c41c 100644
--- a/README.md
+++ b/README.md
@@ -28,10 +28,12 @@ Command line tool that prints the packages needed by LAVA to execute a test job.
- Available machine names: ```{dra7xx-evm,qemux86-64,porter,m3ulcb,raspberrypi3,intel-corei7-64}```
- For an up to date list of machine names run: ```./utils/create-jobs.py --help```
- `--build-type`
- - Needs three arguments formatted as follow: `{build-type-name,branch,version}`.
+ - Needs three arguments formatted as follow: `{build-type-name,branch,version/build-type-name,changeid,patchset}`.
- the build `build-type-name` must be one of: ci, daily, weekly, release.
- - the build `branch` or `changeid` must be a branch name or changeid number.
- - the build `version` or `patchset` must be the version or patchset number.
+ - the build `branch` or `changeid` must be a branch name.
+ - the build `changeid` must be a changeid number.
+ - the build `version` must be the version.
+ - the build `patchset` must be the patchset number.
#### Optionnal arguments
- `--dtb`