summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gheorghiu <andrei.gheorghiu@enea.com>2017-05-15 16:29:21 +0200
committerAndrei Gheorghiu <andrei.gheorghiu@enea.com>2017-05-15 16:29:21 +0200
commit805673d086345f010f1203285eda4d06653942a7 (patch)
tree82ca10915d29236c5ac6b1afb466534bdf5a5ef1
parent752c03011553751bd6c95dac1240e77327b0564d (diff)
downloadel_manifests-virtualization-805673d086345f010f1203285eda4d06653942a7.tar.gz
changed git connection to ssh in manifest_template.xml
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 46bba49..f12d829 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="git://git.enea.com"/> 4 <remote name="git-enea" fetch="ssh://git@enea.com"/>
5 <remote name="git-enea-local" fetch="git://git.enea.se"/> 5 <remote name="git-enea-local" fetch="ssh://git@enea.se"/>
6 6
7 <default revision="master" remote="git-enea"/> 7 <default revision="master" remote="git-enea"/>
8 8