From 7f43896a6f450192d0c8a70c13278133da7b3673 Mon Sep 17 00:00:00 2001 From: Miruna Paun Date: Wed, 7 Jun 2017 15:31:18 +0200 Subject: Updates relevant to the manifest repo move to git.enea.com INTCR-0 Signed-off-by: Miruna Paun --- doc/README | 2 +- 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, 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 ___RepoClone-commands: mkdir enea-linux cd enea-linux -repo init -u git://git.enea.se/linux/manifests/el_manifests-networking.git -b refs/tags/EL6 -m /default.xml +repo init -u git@git.enea.com:linux/manifests/el_manifests-networking.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..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 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-networking.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..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. 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-networking.git \ -b refs/tags/EL6 -m $MACHINE/default.xml repo sync 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 @@ # The values are shown in the release info # The manifest is used to fetch information into the release info from the distro files MANIFESTHASH ?= refs/tags/EL6 -MANIFESTURL := git://git.enea.se/linux/manifests/el_manifests-networking.git +MANIFESTURL := git@git.enea.com:linux/manifests/el_manifests-networking.git PROFILE_NAME := Networking -- cgit v1.2.3-54-g00ecf