summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2017-10-02 21:35:30 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-10-02 21:35:30 +0000
commitfbf3610e777a6f66e7457f7fc40a5f996ecef023 (patch)
treea072883b8e571549f7e408111e6d16a7a9ba4dcc
parent9ccb1ffde5ca9db907b52e2f36323a83a0b6a785 (diff)
parent441425c09dc132417b66725a6bc5829b880a4a86 (diff)
Merge "docs: Fix env var OPNFV_RELENG_DEV_PATH"
-rw-r--r--docs/xci-user-guide.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/xci-user-guide.rst b/docs/xci-user-guide.rst
index bc309465..7a72a70a 100644
--- a/docs/xci-user-guide.rst
+++ b/docs/xci-user-guide.rst
@@ -313,11 +313,11 @@ executing the script. The current user variables can be seen from
file located in releng-xci repository.
The variables can also be set directly within the file before executing
-the sandbox script. If you do this, you need to set ``$RELENG_DEV_PATH``
+the sandbox script. If you do this, you need to set ``$OPNFV_RELENG_DEV_PATH``
environment variable where the releng-xci repo is located on your host which
you modified the files in.
-| ``export RELENG_DEV_PATH=/path/to/releng-xci/``
+| ``export OPNFV_RELENG_DEV_PATH=/path/to/releng-xci/``
Pinned Versions
---------------