Skip to content

Commit

Permalink
[dist] Update dowload links to 2.7 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Moises Deniz Aleman committed Jun 6, 2016
1 parent 714ade8 commit dee6f03
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion download/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h2>Run Your Own</h2>

<div class="four columns offset-by-four">
<p>
<a href="http://download.opensuse.org/repositories/OBS:/Server:/2.6/images/iso/obs-server.x86_64.install.iso"
<a href="http://download.opensuse.org/repositories/OBS:/Server:/2.7/images/iso/obs-server.x86_64.install.iso"
title="OBS Appliance Installer"
class="radius large button piwik_download">
Download the<br />
Expand Down
16 changes: 8 additions & 8 deletions download/other/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h5>Installation Image</h5>
<a href="http://www.kekaosx.com/en/">Keka</a>, <a href="http://www.7-zip.org/">7-zip.org</a> and the
<a href="https://github.com/downloads/openSUSE/kiwi/ImageWriter.exe">SUSE Studio Image writer</a>
</p>
<a href="http://download.opensuse.org/repositories/OBS:/Server:/2.6/images/obs-server.x86_64.raw.install.raw.xz"
<a href="http://download.opensuse.org/repositories/OBS:/Server:/2.7/images/obs-server.x86_64.raw.install.raw.xz"
title="OBS Appliance Installer Image"
class="radius large button piwik_download">
Download obs-server.x86_64.raw.install.raw.xz
Expand All @@ -49,7 +49,7 @@ <h5>Installation Image</h5>
<div class="six columns">
<h5>VirtualBox/VMware Image</h5>
<p>
For VirtualBox and VMware there is an <a href="http://download.opensuse.org/repositories/OBS:/Server:/2.6/images/obs-server.x86_64.vmx">configuration file (.vmx)</a> and a disk image (.vmdk).
For VirtualBox and VMware there is an <a href="http://download.opensuse.org/repositories/OBS:/Server:/2.7/images/obs-server.x86_64.vmx">configuration file (.vmx)</a> and a disk image (.vmdk).
You can load the configuration into VMware workstation/player or VirtualBox.
</p>
</div>
Expand All @@ -67,7 +67,7 @@ <h5>Raw Disk Image</h5>

<div class="row">
<div class="six columns">
<a href="http://download.opensuse.org/repositories/OBS:/Server:/2.6/images/obs-server.x86_64.vmdk"
<a href="http://download.opensuse.org/repositories/OBS:/Server:/2.7/images/obs-server.x86_64.vmdk"
title="OBS Appliance VMDK Image"
class="radius large button piwik_download"
style="width: 100%">
Expand All @@ -77,7 +77,7 @@ <h5>Raw Disk Image</h5>
</a>
</div>
<div class="six columns">
<a href="http://download.opensuse.org/repositories/OBS:/Server:/2.6/images/obs-server.x86_64.raw.xz"
<a href="http://download.opensuse.org/repositories/OBS:/Server:/2.7/images/obs-server.x86_64.raw.xz"
title="OBS Appliance Raw Image"
class="radius large button piwik_download"
style="width: 100%">
Expand All @@ -101,16 +101,16 @@ <h3>Packages<h3>
<p>
If you already have a Linux server running you can use our binary packages to install OBS and follow our
<a href="https://github.com/openSUSE/open-build-service/blob/master/README.md">README</a> to set everything
up yourself. Currently we maintain packages for the openSUSE and SUSE Linux Enterprise distributions.
up yourself. Currently we maintain packages for the openSUSE and SUSE Linux Enterprise distributions.
</p>
<h5>SUSE Linux Enterprise</h5>
<pre>
zypper ar -f http://download.opensuse.org/repositories/OBS:/Server:/2.6/SLE_11_SP3/OBS:Server:2.6.repo
zypper ar -f http://download.opensuse.org/repositories/OBS:/Server:/2.7/SLE_11_SP3/OBS:Server:2.7.repo
zypper in -t pattern OBS_Server
</pre>
<h5>openSUSE</h5>
<pre>
zypper ar -f http://download.opensuse.org/repositories/OBS:/Server:/2.6/openSUSE_13.1/OBS:Server:2.6.repo
zypper ar -f http://download.opensuse.org/repositories/OBS:/Server:/2.7/openSUSE_13.1/OBS:Server:2.7.repo
zypper in -t pattern OBS_Server
</pre>
</div>
Expand All @@ -125,7 +125,7 @@ <h3>Source Code<h3>
up yourself.
</p>
<pre>
git clone [email protected]:openSUSE/open-build-service.git
git clone [email protected]:openSUSE/open-build-service.git
</pre>
</div>
</div>

0 comments on commit dee6f03

Please sign in to comment.