summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorctolentino8 <ctolentino8@bloomberg.net>2019-10-03 15:27:52 +0100
committerctolentino8 <ctolentino8@bloomberg.net>2019-10-07 16:40:48 +0100
commit390d0387083f8f305c0d882da92314040b734c3f (patch)
tree1b41637bbf7324409f389610260a647f93415d85
parent526bc54551e983ddf46252161dd77647f50c4dc6 (diff)
downloadbuildstream-390d0387083f8f305c0d882da92314040b734c3f.tar.gz
Update doc commands to use 'source fetch'
-rw-r--r--doc/sessions/autotools.run2
-rw-r--r--doc/sessions/developing.run2
-rw-r--r--doc/sessions/flatpak-autotools.run2
-rw-r--r--doc/sessions/integration-commands.run2
-rw-r--r--doc/source/hacking/writing_documentation.rst2
5 files changed, 5 insertions, 5 deletions
diff --git a/doc/sessions/autotools.run b/doc/sessions/autotools.run
index d6263acb7..db2fb6319 100644
--- a/doc/sessions/autotools.run
+++ b/doc/sessions/autotools.run
@@ -2,7 +2,7 @@
commands:
# Make it fetch first
- directory: ../examples/autotools
- command: fetch hello.bst
+ command: source fetch hello.bst
# Capture a `bst show` of the variables
- directory: ../examples/autotools
diff --git a/doc/sessions/developing.run b/doc/sessions/developing.run
index 4cbb40c32..021df36e3 100644
--- a/doc/sessions/developing.run
+++ b/doc/sessions/developing.run
@@ -2,7 +2,7 @@
commands:
# Make it fetch first
- directory: ../examples/developing/
- command: fetch hello.bst
+ command: source fetch hello.bst
# Capture workspace open output
- directory: ../examples/developing/
diff --git a/doc/sessions/flatpak-autotools.run b/doc/sessions/flatpak-autotools.run
index be4451a9a..247de1991 100644
--- a/doc/sessions/flatpak-autotools.run
+++ b/doc/sessions/flatpak-autotools.run
@@ -8,7 +8,7 @@ workaround-symlinks:
commands:
# Make it fetch first
- directory: ../examples/flatpak-autotools
- command: fetch hello.bst
+ command: source fetch hello.bst
# Capture a build output
- directory: ../examples/flatpak-autotools
diff --git a/doc/sessions/integration-commands.run b/doc/sessions/integration-commands.run
index 35d2433e1..a20f70e13 100644
--- a/doc/sessions/integration-commands.run
+++ b/doc/sessions/integration-commands.run
@@ -2,7 +2,7 @@
commands:
# Make it fetch first
- directory: ../examples/integration-commands
- command: fetch hello.bst
+ command: source fetch hello.bst
# Capture a build output
- directory: ../examples/integration-commands
diff --git a/doc/source/hacking/writing_documentation.rst b/doc/source/hacking/writing_documentation.rst
index c1a32af9a..a234c7c7d 100644
--- a/doc/source/hacking/writing_documentation.rst
+++ b/doc/source/hacking/writing_documentation.rst
@@ -278,7 +278,7 @@ regenerate them locally in order to build the docs.
# Make it fetch first
- directory: ../examples/foo
- command: fetch hello.bst
+ command: source fetch hello.bst
# Capture a build output
- directory: ../examples/foo