summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gheorghiu <andrei.gheorghiu@enea.com>2017-05-15 16:40:31 +0200
committerAndrei Gheorghiu <andrei.gheorghiu@enea.com>2017-05-15 16:40:31 +0200
commitd6af9c1d16f7ad19c0723d37673632edeb28c66f (patch)
tree4b9177e282fc38bc0303d82c1896d4aea59b5be7
parent805673d086345f010f1203285eda4d06653942a7 (diff)
downloadel_manifests-virtualization-d6af9c1d16f7ad19c0723d37673632edeb28c66f.tar.gz
changed git connection to ssh in manifest_template.xml - fixed typo
Signed-off-by: Andrei Gheorghiu <andrei.gheorghiu@enea.com>
-rw-r--r--qemux86-64/manifest_template.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/qemux86-64/manifest_template.xml b/qemux86-64/manifest_template.xml
index f12d829..c47e3bd 100644
--- a/qemux86-64/manifest_template.xml
+++ b/qemux86-64/manifest_template.xml
@@ -1,8 +1,8 @@
1<manifest> 1<manifest>
2 <!--Manifest template for inteld1521, virtualization profile --> 2 <!--Manifest template for inteld1521, virtualization profile -->
3 3
4 <remote name="git-enea" fetch="ssh://git@enea.com"/> 4 <remote name="git-enea" fetch="ssh://git@git.enea.com"/>
5 <remote name="git-enea-local" fetch="ssh://git@enea.se"/> 5 <remote name="git-enea-local" fetch="ssh://git@git.enea.se"/>
6 6
7 <default revision="master" remote="git-enea"/> 7 <default revision="master" remote="git-enea"/>
8 8