diff options
| author | Miruna Paun <Miruna.Paun@enea.com> | 2017-06-07 15:31:18 +0200 |
|---|---|---|
| committer | Miruna Paun <Miruna.Paun@enea.com> | 2017-06-07 15:31:18 +0200 |
| commit | 7f43896a6f450192d0c8a70c13278133da7b3673 (patch) | |
| tree | 40622d9051f8fe24e4dd4f3afc51aadb09a16b57 /doc | |
| parent | 165e06df161918cf22ecf663062e528508234d5c (diff) | |
| download | el_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>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/README | 2 | ||||
| -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, 4 insertions, 4 deletions
| @@ -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-networking.git -b refs/tags/EL6 -m <machine>/default.xml | 19 | repo init -u git@git.enea.com:linux/manifests/el_manifests-networking.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..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 |
| 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-networking.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..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: |
| 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-networking.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 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 |
| 5 | MANIFESTHASH ?= refs/tags/EL6 | 5 | MANIFESTHASH ?= refs/tags/EL6 |
| 6 | MANIFESTURL := git://git.enea.se/linux/manifests/el_manifests-networking.git | 6 | MANIFESTURL := git@git.enea.com:linux/manifests/el_manifests-networking.git |
| 7 | PROFILE_NAME := Networking | 7 | PROFILE_NAME := Networking |
