From: Fatih Degirmenci Date: Mon, 2 Oct 2017 19:26:33 +0000 (+0200) Subject: docs: Fix env var OPNFV_RELENG_DEV_PATH X-Git-Tag: 6.0.0~280^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=441425c09dc132417b66725a6bc5829b880a4a86;p=releng-xci.git docs: Fix env var OPNFV_RELENG_DEV_PATH Change-Id: I95fd4efe4d1a47ce682489ffd7c2ce588a1764e5 Signed-off-by: Fatih Degirmenci --- 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 ---------------