Skip to content

Commit

Permalink
[api] add Ubuntu 12.04 and remove 10.10 as it is EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed May 2, 2012
1 parent 0e64ce5 commit b787976
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/api/files/distributions.xml.template
Expand Up @@ -192,7 +192,15 @@
<icon url="https://static.opensuse.org/distributions/logos/mandriva.png"/>
<link>http://www.mandriva.com/</link>
</distribution>
<distribution vendor="Ubuntu" version="11.04" id="ubuntu-11.10">
<distribution vendor="Ubuntu" version="12.04" id="ubuntu-12.04">
<name>Ubuntu 12.04</name>
<project>openSUSE.org:Ubuntu:12.04</project>
<reponame>xUbuntu_12.04</reponame>
<repository>standard</repository>
<icon url="https://static.opensuse.org/distributions/logos/ubuntu.png"/>
<link>http://www.ubuntu.com/</link>
</distribution>
<distribution vendor="Ubuntu" version="11.10" id="ubuntu-11.10">
<name>Ubuntu 11.10</name>
<project>openSUSE.org:Ubuntu:11.10</project>
<reponame>xUbuntu_11.10</reponame>
Expand All @@ -208,14 +216,6 @@
<icon url="https://static.opensuse.org/distributions/logos/ubuntu.png"/>
<link>http://www.ubuntu.com/</link>
</distribution>
<distribution vendor="Ubuntu" version="10.10" id="ubuntu-10.10">
<name>Ubuntu 10.10</name>
<project>openSUSE.org:Ubuntu:10.10</project>
<reponame>xUbuntu_10.10</reponame>
<repository>standard</repository>
<icon url="https://static.opensuse.org/distributions/logos/ubuntu.png"/>
<link>http://www.ubuntu.com/</link>
</distribution>
<distribution vendor="Ubuntu" version="10.04" id="ubuntu-10.04">
<name>Ubuntu 10.04</name>
<project>openSUSE.org:Ubuntu:10.04</project>
Expand Down

0 comments on commit b787976

Please sign in to comment.