summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-08-15 16:19:11 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-08-25 11:16:08 +0000
commit5bd42c0de85e9adccd9b7de0e2a9b0ec71ac02d4 (patch)
treedb12ed675f97f6637d212dc53cd957b25236d014 /README
parent928315ba4de69079d6be7069816cf1ccf99c1706 (diff)
downloaddefinitions-5bd42c0de85e9adccd9b7de0e2a9b0ec71ac02d4.tar.gz
Automate conversion and testing using GitLab CI
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 4cacb647..5300b874 100644
--- a/README
+++ b/README
@@ -28,13 +28,13 @@ which should be buildable using BuildStream.
To run `convert`, you will need defs2bst and ybd. The following commands, run
from the root of the repository, should be enough to do a conversion:
- git clone https://gitlab.com/BuildStream/defs2bst/ ../defs2bst
- git clone https://gitlab.com/baserock/ybd/ ../ybd
- ./convert
+ git clone https://gitlab.com/BuildStream/defs2bst/
+ git clone https://gitlab.com/baserock/ybd/
+ ./convert
You can then build e.g. a devel-system using BuildStream:
- bst build systems/devel-system-content.bst
+ bst build systems/devel-system-content.bst
Some things are not supported by the BuildStream conversion tool, and will need
to be manually dealt with.