summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiruna Paun <Miruna.Paun@enea.com>2017-06-07 15:31:18 +0200
committerMiruna Paun <Miruna.Paun@enea.com>2017-06-07 15:31:18 +0200
commit7f43896a6f450192d0c8a70c13278133da7b3673 (patch)
tree40622d9051f8fe24e4dd4f3afc51aadb09a16b57
parent165e06df161918cf22ecf663062e528508234d5c (diff)
downloadel_releases-networking-7f43896a6f450192d0c8a70c13278133da7b3673.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/README2
-rw-r--r--doc/book-enea-linux-release-info/doc/eltf_params_updated.xml2
-rw-r--r--doc/book-enea-linux-release-info/doc/eltf_params_updated_template_how_to_use.txt2
-rw-r--r--doc/manifest_conf.mk2
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/README b/doc/README
index 8ffc091..3aaa1a1 100644
--- a/doc/README
+++ b/doc/README
@@ -16,6 +16,6 @@ ___END
16___RepoClone-commands:<machine> 16___RepoClone-commands:<machine>
17mkdir enea-linux 17mkdir enea-linux
18cd enea-linux 18cd enea-linux
19repo init -u git://git.enea.se/linux/manifests/el_manifests-networking.git -b refs/tags/EL6 -m <machine>/default.xml 19repo init -u git@git.enea.com:linux/manifests/el_manifests-networking.git -b refs/tags/EL6 -m <machine>/default.xml
20repo sync 20repo 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..6e851db 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
62cd enea-linux 62cd enea-linux
63repo init -u git://git.enea.com/linux/el_manifests-networking.git \ 63repo init -u git@git.enea.com:linux/manifests/el_manifests-networking.git \
64 -b refs/tags/EL6 -m $MACHINE/default.xml 64 -b refs/tags/EL6 -m $MACHINE/default.xml
65repo sync</programlisting></para> 65repo 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..c7cb09b 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:
197mkdir enea-linux 197mkdir enea-linux
198cd enea-linux 198cd enea-linux
199repo init -u git://git.enea.com/linux/el_manifests-standard.git \ 199repo init -u git@git.enea.com:linux/manifests/el_manifests-networking.git \
200 -b refs/tags/EL6 -m $MACHINE/default.xml 200 -b refs/tags/EL6 -m $MACHINE/default.xml
201repo sync 201repo sync
202 202
diff --git a/doc/manifest_conf.mk b/doc/manifest_conf.mk
index 4738ad4..c7100be 100644
--- a/doc/manifest_conf.mk
+++ b/doc/manifest_conf.mk
@@ -3,5 +3,5 @@
3# The values are shown in the release info 3# The values are shown in the release info
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
5MANIFESTHASH ?= refs/tags/EL6 5MANIFESTHASH ?= refs/tags/EL6
6MANIFESTURL := git://git.enea.se/linux/manifests/el_manifests-networking.git 6MANIFESTURL := git@git.enea.com:linux/manifests/el_manifests-networking.git
7PROFILE_NAME := Networking 7PROFILE_NAME := Networking