diff options
author | Miruna Paun <Miruna.Paun@enea.com> | 2017-06-07 16:27:47 +0200 |
---|---|---|
committer | Miruna Paun <Miruna.Paun@enea.com> | 2017-06-07 16:27:47 +0200 |
commit | 9d658aca5624735d42ac7dd6c96407e2691452ab (patch) | |
tree | 37831f6be91fcdf232b0d4d7001a73ade1f827be | |
parent | c72dfbc73975c2e529b625b8f9179b63a4ae0604 (diff) | |
download | nfv-access-documentation-9d658aca5624735d42ac7dd6c96407e2691452ab.tar.gz |
Updates relevant to the manifest repo move to git.enea.com
INTCR-0
Signed-off-by: Miruna Paun <Miruna.Paun@enea.com>
-rw-r--r-- | doc/README | 4 | ||||
-rw-r--r-- | doc/book-enea-linux-release-info/doc/eltf_params_updated.xml | 2 | ||||
-rw-r--r-- | doc/book-enea-linux-release-info/doc/eltf_params_updated_template_how_to_use.txt | 2 | ||||
-rw-r--r-- | doc/manifest_conf.mk | 2 |
4 files changed, 5 insertions, 5 deletions
@@ -1,5 +1,5 @@ | |||
1 | 1 | ||
2 | networking profile | 2 | virtualization profile |
3 | 3 | ||
4 | ___Prerequisites-commands:Ubuntu14.04.5LTS | 4 | ___Prerequisites-commands:Ubuntu14.04.5LTS |
5 | sudo apt-get update | 5 | sudo apt-get update |
@@ -16,6 +16,6 @@ ___END | |||
16 | ___RepoClone-commands:<machine> | 16 | ___RepoClone-commands:<machine> |
17 | mkdir enea-linux | 17 | mkdir enea-linux |
18 | cd enea-linux | 18 | cd enea-linux |
19 | repo init -u git://git.enea.se/linux/manifests/el_manifests-virtualization.git -b refs/tags/EL6 -m <machine>/default.xml | 19 | repo init -u git@git.enea.com:linux/manifests/el_manifests-virtualization.git -b refs/tags/EL6 -m <machine>/default.xml |
20 | repo sync | 20 | repo sync |
21 | ___END | 21 | ___END |
diff --git a/doc/book-enea-linux-release-info/doc/eltf_params_updated.xml b/doc/book-enea-linux-release-info/doc/eltf_params_updated.xml index a55234f..294e6c4 100644 --- a/doc/book-enea-linux-release-info/doc/eltf_params_updated.xml +++ b/doc/book-enea-linux-release-info/doc/eltf_params_updated.xml | |||
@@ -60,7 +60,7 @@ export PATH=~/bin:$PATH</programlisting></para> | |||
60 | 60 | ||
61 | <para id="eltf-repo-cloning-enea-linux"><programlisting>mkdir enea-linux | 61 | <para id="eltf-repo-cloning-enea-linux"><programlisting>mkdir enea-linux |
62 | cd enea-linux | 62 | cd enea-linux |
63 | repo init -u git://git.enea.com/linux/el_manifests-networking.git \ | 63 | repo init -u git@git.enea.com:linux/manifests/el_manifests-virtualization.git \ |
64 | -b refs/tags/EL6 -m $MACHINE/default.xml | 64 | -b refs/tags/EL6 -m $MACHINE/default.xml |
65 | repo sync</programlisting></para> | 65 | repo sync</programlisting></para> |
66 | 66 | ||
diff --git a/doc/book-enea-linux-release-info/doc/eltf_params_updated_template_how_to_use.txt b/doc/book-enea-linux-release-info/doc/eltf_params_updated_template_how_to_use.txt index 7f1d3cb..a75acfc 100644 --- a/doc/book-enea-linux-release-info/doc/eltf_params_updated_template_how_to_use.txt +++ b/doc/book-enea-linux-release-info/doc/eltf_params_updated_template_how_to_use.txt | |||
@@ -196,7 +196,7 @@ ELTF_PL_CLONE_W_REPO Multiline commands to run repo to clone everything. | |||
196 | Example: | 196 | Example: |
197 | mkdir enea-linux | 197 | mkdir enea-linux |
198 | cd enea-linux | 198 | cd enea-linux |
199 | repo init -u git://git.enea.com/linux/el_manifests-standard.git \ | 199 | repo init -u git@git.enea.com:linux/manifests/el_manifests-virtualization.git \ |
200 | -b refs/tags/EL6 -m $MACHINE/default.xml | 200 | -b refs/tags/EL6 -m $MACHINE/default.xml |
201 | repo sync | 201 | repo sync |
202 | 202 | ||
diff --git a/doc/manifest_conf.mk b/doc/manifest_conf.mk index ae57566..9311930 100644 --- a/doc/manifest_conf.mk +++ b/doc/manifest_conf.mk | |||
@@ -4,5 +4,5 @@ | |||
4 | # The manifest is used to fetch information into the release info from the distro files | 4 | # The manifest is used to fetch information into the release info from the distro files |
5 | MANIFESTHASH ?= 0d0f06384afa65eaae4b170e234ee5a813edf44d | 5 | MANIFESTHASH ?= 0d0f06384afa65eaae4b170e234ee5a813edf44d |
6 | #change the above value later to refs/tags/ELnnn (?) | 6 | #change the above value later to refs/tags/ELnnn (?) |
7 | MANIFESTURL := git://git.enea.se/linux/manifests/el_manifests-virtualization.git | 7 | MANIFESTURL := git@git.enea.com:linux/manifests/el_manifests-virtualization.git |
8 | PROFILE_NAME := Virtualization | 8 | PROFILE_NAME := Virtualization |