forked from openSUSE/obs-landing
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dist] Update dowload links to 2.7 version
- Loading branch information
Moises Deniz Aleman
committed
Jun 6, 2016
1 parent
714ade8
commit dee6f03
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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> | ||
|
@@ -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%"> | ||
|
@@ -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%"> | ||
|
@@ -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> | ||
|
@@ -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> |