Skip to content

Commit cb197c7

Browse files
authored
LWSHADOOP-750: Add SUSE 12 as supported OS (#29)
* LWSHADOOP-750: Add SLES12 as supported OS * LWSHADOOP-750: fix indents
1 parent b1f612e commit cb197c7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: src/main/template/repos/repoinfo.xml

+8-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@
3838
<reponame>HDP-SOLR</reponame>
3939
</repo>
4040
</os>
41+
<os family="suse12">
42+
<repo>
43+
<baseurl>http://public-repo-1.hortonworks.com/{REPOID}/repos/sles12</baseurl>
44+
<repoid>{REPOID}</repoid>
45+
<reponame>HDP-SOLR</reponame>
46+
</repo>
47+
</os>
4148
<os family="debian6">
4249
<repo>
4350
<baseurl>http://public-repo-1.hortonworks.com/{REPOID}/repos/debian6</baseurl>
@@ -66,4 +73,4 @@
6673
<reponame>HDP-SOLR</reponame>
6774
</repo>
6875
</os>
69-
</reposinfo>
76+
</reposinfo>

0 commit comments

Comments
 (0)