Skip to content
This repository was archived by the owner on Jul 28, 2020. It is now read-only.

Commit 94cc1bb

Browse files
committed
templating engine shorts 2.10 to 2.1 :(
1 parent c13ae7c commit 94cc1bb

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

_includes/frontpage_header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
</div>
99
<div class="header-content-inner release-notes">
10-
<h4>Spacewalk {{ site.spacewalk_version }} was released!</h4>
10+
<h4>Spacewalk 2.10 was released!</h4>
1111
<div class="release-notes-inner">
1212
<ul>
1313
<li>Spacewalk now installable on Fedora 30 and 31</li>

documentation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h3>Developer Documentation</h3>
7474
<li><a href="documentation/javadoc/">Javadoc output (Java stack)</a></li>
7575
<li><a href="documentation/python-doc/">Epydoc output (Python stack)</a></li>
7676
<li><a href="documentation/schema-doc/">OraSchemaDoc output (DB ERD)</a></li>
77-
<li><a href="documentation/api/{{ site.spacewalk_version}}">XMLRPC API document (CLI/Scripting API)</a></li>
77+
<li><a href="documentation/api/2.10/">XMLRPC API document (CLI/Scripting API)</a></li>
7878
</ul>
7979

8080
</div>

howtoinstall.html

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h2 class="section-heading">How To Install</h2>
2727
<hr/>
2828
<div class="col-md-12 text-center">
2929
<div>
30-
<p>Current version is Spacewalk {{ site.spacewalk_version }} and is licensed under the <a
30+
<p>Current version is Spacewalk 2.10 and is licensed under the <a
3131
href="http://www.gnu.org/licenses/gpl-2.0.html">General
3232
Public License (GPLv2).</a></p>
3333

@@ -37,8 +37,7 @@ <h3>Install/Upgrade instructions</h3>
3737
Wiki
3838
<blockquote class="large-link">
3939
<a href="https://github.com/spacewalkproject/spacewalk/wiki/HowToInstall">How To Install
40-
Spacewalk {{
41-
site.spacewalk_version }}</a></blockquote>
40+
Spacewalk 2.10</a></blockquote>
4241
<blockquote class="large-link">
4342
<a href="https://github.com/spacewalkproject/spacewalk/wiki/HowToUpgrade">How To Upgrade</a>
4443
</blockquote>
@@ -49,25 +48,25 @@ <h3>Install/Upgrade instructions</h3>
4948

5049
<h3>Repositories</h3>
5150
<p>Spacewalk provides RPM repositories in <a
52-
href="https://copr.fedorainfracloud.org/coprs/g/spacewalkproject/spacewalk-{{ site.spacewalk_version }}/">COPR</a>.
51+
href="https://copr.fedorainfracloud.org/coprs/g/spacewalkproject/spacewalk-2.10/">COPR</a>.
5352
</p>
54-
<p class="quote" style="margin-left:0">yum copr enable @spacewalkproject/spacewalk-{{
55-
site.spacewalk_version }}</p><br>
53+
<p class="quote" style="margin-left:0">yum copr enable @spacewalkproject/spacewalk-2.10</p><br>
5654

5755
<p>Repositories could be still added as a standard YUM repository</p>
5856
<h4 style="text-align: left">Manual repository setup</h4>
5957
<p>
6058
Repositories could be set up manually by using .repo files from our build system.
6159
</p>
6260
<blockquote class="large-link">
63-
<a href="https://copr.fedorainfracloud.org/coprs/g/spacewalkproject/spacewalk-{{ site.spacewalk_version }}/">Spacewalk
61+
<a
62+
href="https://copr.fedorainfracloud.org/coprs/g/spacewalkproject/spacewalk-2.10/">Spacewalk
6463
Build System</a></blockquote>
6564

6665
Our RPM packages are GPG signed. Visit
6766
the <a href="https://github.com/spacewalkproject/spacewalk/wiki/DownloadIt">download
6867
area</a> of the project wiki for more information and access to the <a
69-
href="https://copr-be.cloud.fedoraproject.org/results/@spacewalkproject/spacewalk-{{ site.spacewalk_version }}/pubkey.gpg">Spacewalk
70-
{{ site.spacewalk_version }} public
68+
href="https://copr-be.cloud.fedoraproject.org/results/@spacewalkproject/spacewalk-2.10/pubkey.gpg">Spacewalk
69+
2.10 public
7170
GPG key</a>.
7271
For more information on using this yum repository and installing Spacewalk, please visit the
7372
<a href="https://github.com/spacewalkproject/spacewalk/wiki/HowToInstall">Spacewalk

0 commit comments

Comments
 (0)