Fix MYUNAME value on localrc file.
Changed value for environment variable MYUNAME on localrc example file due to old "$USER" reference takes different values when used in host and when used inside build container. Change-Id: Iedcf4edd5ef6dd919757d8f5315a01b0bbfea70d Signed-off-by: Hayde Martinez <hayde.martinez.landa@intel.com>
This commit is contained in:
parent
345a831dc9
commit
8fd61ad17e
@ -193,21 +193,21 @@ text-based configuration file named ``localrc``:
|
||||
repository.
|
||||
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
localrc Configuration File
|
||||
localrc configuration file
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Create your ``localrc`` configuration file. For example:
|
||||
Create your ``localrc`` configuration file. Following is an example:
|
||||
|
||||
.. code:: sh
|
||||
|
||||
# tbuilder localrc
|
||||
MYUNAME=$USER
|
||||
MYUNAME=<your user name>
|
||||
PROJECT=starlingx
|
||||
HOST_PREFIX=$HOME/starlingx/workspace
|
||||
HOST_MIRROR_DIR=$HOME/starlingx/mirror
|
||||
|
||||
***************************
|
||||
Build the Base Docker Image
|
||||
Build the base Docker image
|
||||
***************************
|
||||
|
||||
Once the ``localrc`` configuration file has been customized, it is time
|
||||
|
Loading…
x
Reference in New Issue
Block a user