From 9d658aca5624735d42ac7dd6c96407e2691452ab Mon Sep 17 00:00:00 2001 From: Miruna Paun Date: Wed, 7 Jun 2017 16:27:47 +0200 Subject: Updates relevant to the manifest repo move to git.enea.com INTCR-0 Signed-off-by: Miruna Paun --- doc/README | 4 ++-- doc/book-enea-linux-release-info/doc/eltf_params_updated.xml | 2 +- .../doc/eltf_params_updated_template_how_to_use.txt | 2 +- doc/manifest_conf.mk | 2 +- 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 @@ -networking profile +virtualization profile ___Prerequisites-commands:Ubuntu14.04.5LTS sudo apt-get update @@ -16,6 +16,6 @@ ___END ___RepoClone-commands: mkdir enea-linux cd enea-linux -repo init -u git://git.enea.se/linux/manifests/el_manifests-virtualization.git -b refs/tags/EL6 -m /default.xml +repo init -u git@git.enea.com:linux/manifests/el_manifests-virtualization.git -b refs/tags/EL6 -m /default.xml repo sync ___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 mkdir enea-linux cd enea-linux -repo init -u git://git.enea.com/linux/el_manifests-networking.git \ +repo init -u git@git.enea.com:linux/manifests/el_manifests-virtualization.git \ -b refs/tags/EL6 -m $MACHINE/default.xml repo sync 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. Example: mkdir enea-linux cd enea-linux -repo init -u git://git.enea.com/linux/el_manifests-standard.git \ +repo init -u git@git.enea.com:linux/manifests/el_manifests-virtualization.git \ -b refs/tags/EL6 -m $MACHINE/default.xml repo sync 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 @@ # The manifest is used to fetch information into the release info from the distro files MANIFESTHASH ?= 0d0f06384afa65eaae4b170e234ee5a813edf44d #change the above value later to refs/tags/ELnnn (?) -MANIFESTURL := git://git.enea.se/linux/manifests/el_manifests-virtualization.git +MANIFESTURL := git@git.enea.com:linux/manifests/el_manifests-virtualization.git PROFILE_NAME := Virtualization -- cgit v1.2.3-54-g00ecf