Skip to content

Commit

Permalink
Packages: modify selection method in Packages section on Sheepdog web…
Browse files Browse the repository at this point in the history
…-pages.

In this PR, selection method of packages is modified.

At first, users can chose Sheepdog's version.

Then, they select OS's version.

Related PR: #317

Signed-off-by: Seiji Matsumura matsumura.seiji@lab.ntt.co.jp
  • Loading branch information
matsu777 committed Oct 6, 2016
1 parent 72e6557 commit 10513da
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 17 deletions.
9 changes: 4 additions & 5 deletions _sources/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,12 @@ Sheepdog is an Open Source software, released under the terms of the

Packages
--------
You can also install Sheepdog with deb packages.
You can also install Sheepdog with deb/rpm packages.
Before installing Sheepdog packages, install dependent packages listed at Getting Started on Wiki.

+ Debian
+ v1.0.0: `sheepdog-1.0.0-1.amd64.deb <https://github.com/sheepdog/sheepdog/raw/gh-pages/data/package/deb/sheepdog-1.0.0-1.amd64.deb>`__
+ RPM
+ v1.0.0: `sheepdog-1.0.0-1.el7.centos.x86_64.rpm <https://github.com/sheepdog/sheepdog/raw/gh-pages/data/package/rpm/sheepdog-1.0.0-1.el7.centos.x86_64.rpm>`__
+ v1.0.0
+ `Ubuntu 16.04 <https://github.com/sheepdog/sheepdog/raw/gh-pages/data/package/deb/sheepdog-1.0.0-1.amd64.deb>`__
+ `CentOS 7 <https://github.com/sheepdog/sheepdog/raw/gh-pages/data/package/rpm/sheepdog-1.0.0-1.el7.centos.x86_64.rpm>`__

Mailing list and IRC
--------------------
Expand Down
11 changes: 4 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,11 @@ <h2>Source Code<a class="headerlink" href="#source-code" title="Permalink to thi
</div>
<div class="section" id="source-code">
<h2>Packages<a class="headerlink" href="#source-code" title="Permalink to this headline"></a></h2>
<p>You can also install Sheepdog with deb packages. Before installing Sheepdog packages, install dependent packages listed at Getting Started on Wiki.</p>
<ul class="simple"><li>Debian</li>
<p>You can also install Sheepdog with deb/rpm packages. Before installing Sheepdog packages, install dependent packages listed at Getting Started on Wiki.</p>
<ul class="simple"><li>v1.0.0</li>
<ul class="simple">
<li>v1.0.0: <a class="reference external" href="https://github.com/sheepdog/sheepdog/raw/gh-pages/data/package/deb/sheepdog-1.0.0-1.amd64.deb">sheepdog-1.0.0-1.amd64.deb</a></li>
</ul>
<li>RPM</li>
<ul class="simple">
<li>v1.0.0: <a class="reference external" href="https://github.com/sheepdog/sheepdog/raw/gh-pages/data/package/rpm/sheepdog-1.0.0-1.el7.centos.x86_64.rpm">sheepdog-1.0.0-1.el7.centos.x86_64.rpm</a></li>
<li><a class="reference external" href="https://github.com/sheepdog/sheepdog/raw/gh-pages/data/package/deb/sheepdog-1.0.0-1.amd64.deb">Ubuntu 16.04</a></li>
<li><a class="reference external" href="https://github.com/sheepdog/sheepdog/raw/gh-pages/data/package/rpm/sheepdog-1.0.0-1.el7.centos.x86_64.rpm">CentOS 7</a></li>
</ul>
</ul>
</div>
Expand Down
9 changes: 4 additions & 5 deletions src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,12 @@ Sheepdog is an Open Source software, released under the terms of the

Packages
--------
You can also install Sheepdog with deb packages.
You can also install Sheepdog with deb/rpm packages.
Before installing Sheepdog packages, install dependent packages listed at Getting Started on Wiki.

+ Debian
+ v1.0.0: `sheepdog-1.0.0-1.amd64.deb <https://github.com/sheepdog/sheepdog/raw/gh-pages/data/package/deb/sheepdog-1.0.0-1.amd64.deb>`__
+ RPM
+ v1.0.0: `sheepdog-1.0.0-1.el7.centos.x86_64.rpm <https://github.com/sheepdog/sheepdog/raw/gh-pages/data/package/rpm/sheepdog-1.0.0-1.el7.centos.x86_64.rpm>`__
+ v1.0.0
+ `Ubuntu 16.04 <https://github.com/sheepdog/sheepdog/raw/gh-pages/data/package/deb/sheepdog-1.0.0-1.amd64.deb>`__
+ `CentOS 7 <https://github.com/sheepdog/sheepdog/raw/gh-pages/data/package/rpm/sheepdog-1.0.0-1.el7.centos.x86_64.rpm>`__

Mailing list and IRC
--------------------
Expand Down

0 comments on commit 10513da

Please sign in to comment.