Skip to content

Commit

Permalink
[webui] there is no meego OBS instance anymore, but a Tizen one.
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Jan 13, 2014
1 parent ddb3ddc commit a945851
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/webui/app/views/configuration/connect_instance.html.erb
Expand Up @@ -6,10 +6,10 @@ function useOpenSUSE(){
document.getElementById('description').value = "This instance delivers the default build targets for OBS.";
}
function useMeeGo(){
document.getElementById('name').value = "MeeGo.com";
document.getElementById('remoteurl').value = "https://api.meego.com/public";
document.getElementById('title').value = "Official MeeGo Project OBS instance at build.meego.com";
document.getElementById('description').value = "This instance can be used to access resources from the MeeGo project.";
document.getElementById('name').value = "Tizen.org";
document.getElementById('remoteurl').value = "https://api.tizen.org/public";
document.getElementById('title').value = "Official Tizen Project OBS instance at build.tizen.org";
document.getElementById('description').value = "This instance can be used to access resources from the Tizen project.";
}
<% end %>
Expand Down

0 comments on commit a945851

Please sign in to comment.