summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiruna Paun <Miruna.Paun@enea.com>2017-06-07 16:27:47 +0200
committerMiruna Paun <Miruna.Paun@enea.com>2017-06-07 16:27:47 +0200
commit9d658aca5624735d42ac7dd6c96407e2691452ab (patch)
tree37831f6be91fcdf232b0d4d7001a73ade1f827be
parentc72dfbc73975c2e529b625b8f9179b63a4ae0604 (diff)
downloadel_releases-virtualization-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/README4
-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, 5 insertions, 5 deletions
diff --git a/doc/README b/doc/README
index 16e5429..08661a9 100644
--- a/doc/README
+++ b/doc/README
@@ -1,5 +1,5 @@
1 1
2networking profile 2virtualization profile
3 3
4___Prerequisites-commands:Ubuntu14.04.5LTS 4___Prerequisites-commands:Ubuntu14.04.5LTS
5sudo apt-get update 5sudo apt-get update
@@ -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-virtualization.git -b refs/tags/EL6 -m <machine>/default.xml 19repo init -u git@git.enea.com:linux/manifests/el_manifests-virtualization.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..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
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-virtualization.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..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:
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-virtualization.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 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
5MANIFESTHASH ?= 0d0f06384afa65eaae4b170e234ee5a813edf44d 5MANIFESTHASH ?= 0d0f06384afa65eaae4b170e234ee5a813edf44d
6#change the above value later to refs/tags/ELnnn (?) 6#change the above value later to refs/tags/ELnnn (?)
7MANIFESTURL := git://git.enea.se/linux/manifests/el_manifests-virtualization.git 7MANIFESTURL := git@git.enea.com:linux/manifests/el_manifests-virtualization.git
8PROFILE_NAME := Virtualization 8PROFILE_NAME := Virtualization