This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/qpid-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 2b5b0e7 hack to ensure broker-j 7.0.7 treated as 'current' for mirroring, and list
on download page due to missing link in release announcement
2b5b0e7 is described below
commit 2b5b0e7d0df0bdc715d41c1a7db224745d6036be
Author: Robbie Gemmell <robbie@apache.org>
AuthorDate: Fri Mar 1 21:53:49 2019 +0000
hack to ensure broker-j 7.0.7 treated as 'current' for mirroring, and list on download
page due to missing link in release announcement
---
content/download.html | 2 +-
content/releases/qpid-broker-j-7.0.7/index.html | 2 +-
input/_transom_config.py | 1 +
input/download.md | 1 +
input/releases/qpid-broker-j-7.0.7/index.md | 4 ++--
5 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/content/download.html b/content/download.html
index eb6449a..4e03d1e 100644
--- a/content/download.html
+++ b/content/download.html
@@ -192,7 +192,7 @@ https://github.com/apache/qpid-proton/blob/go1{/dir}/{file}#L{line}"/>
</tr>
<tr>
<td><a href="/components/broker-j/index.html">Broker-J</a></td>
- <td>7.1.1</td>
+ <td>7.0.7</td>
<td><a href="http://www.apache.org/dyn/closer.lua/qpid/broker-j/7.0.7/apache-qpid-broker-j-7.0.7-src.tar.gz">Source</a>
(<a href="https://www.apache.org/dist/qpid/broker-j/7.0.7/apache-qpid-broker-j-7.0.7-src.tar.gz.asc">ASC</a>,
<a href="https://www.apache.org/dist/qpid/broker-j/7.0.7/apache-qpid-broker-j-7.0.7-src.tar.gz.sha512">SHA512</a>),
<a href="http://www.apache.org/dyn/closer.lua/qpid/broker-j/7.0.7/binaries/apache-qpid-broker-j-7.0.7-bin.tar.gz">Binary</a>
(<a href="https:// [...]
<td><a href="/releases/qpid-broker-j-7.0.7/index.html">Release Page</a></td>
</tr>
diff --git a/content/releases/qpid-broker-j-7.0.7/index.html b/content/releases/qpid-broker-j-7.0.7/index.html
index 5e6d145..629ef78 100644
--- a/content/releases/qpid-broker-j-7.0.7/index.html
+++ b/content/releases/qpid-broker-j-7.0.7/index.html
@@ -191,7 +191,7 @@ files you download.</p>
<script type="text/javascript">
_deferredFunctions.push(function() {
- if ("7.0.7" === "7.1.1") {
+ if ("7.0.7" === "7.0.7") {
_modifyCurrentReleaseLinks();
}
});
diff --git a/input/_transom_config.py b/input/_transom_config.py
index e3059c0..3cb0b07 100644
--- a/input/_transom_config.py
+++ b/input/_transom_config.py
@@ -23,6 +23,7 @@ class _Release(object):
return "<a href=\"{}\">{}</a>".format(self.url, self.number)
broker_j_release = _Release(site_url, "Qpid Broker-J", "qpid-broker-j", "7.1.1")
+other_current_broker_j_release = "7.0.7"
cpp_release = _Release(site_url, "Qpid C++", "qpid-cpp", "1.39.0")
dispatch_release = _Release(site_url, "Qpid Dispatch", "qpid-dispatch", "1.5.0")
interop_test_release = _Release(site_url, "Qpid Interop Test", "qpid-interop-test", "0.2.0")
diff --git a/input/download.md b/input/download.md
index 4136c3c..b961076 100644
--- a/input/download.md
+++ b/input/download.md
@@ -40,6 +40,7 @@ It is important to [verify the integrity](#verify-what-you-download) of
the file
| Content | Version | Download | More |
| ------- | ------- | -------- | ---- |
| [Broker-J]({{site_url}}/components/broker-j/index.html) | {{current_broker_j_release}}
| [Source](http://www.apache.org/dyn/closer.lua/qpid/broker-j/{{current_broker_j_release}}/apache-qpid-broker-j-{{current_broker_j_release}}-src.tar.gz)
([ASC](https://www.apache.org/dist/qpid/broker-j/{{current_broker_j_release}}/apache-qpid-broker-j-{{current_broker_j_release}}-src.tar.gz.asc),
[SHA512](https://www.apache.org/dist/qpid/broker-j/{{current_broker_j_release}}/apache-qpid-broker-j-{{cu
[...]
+| [Broker-J]({{site_url}}/components/broker-j/index.html) | {{other_current_broker_j_release}}
| [Source](http://www.apache.org/dyn/closer.lua/qpid/broker-j/{{other_current_broker_j_release}}/apache-qpid-broker-j-{{other_current_broker_j_release}}-src.tar.gz)
([ASC](https://www.apache.org/dist/qpid/broker-j/{{other_current_broker_j_release}}/apache-qpid-broker-j-{{other_current_broker_j_release}}-src.tar.gz.asc),
[SHA512](https://www.apache.org/dist/qpid/broker-j/{{other_current_broker_j [...]
| [C++ broker]({{site_url}}/components/cpp-broker/index.html) | {{current_cpp_release}} |
[Source](http://www.apache.org/dyn/closer.lua/qpid/cpp/{{current_cpp_release}}/qpid-cpp-{{current_cpp_release}}.tar.gz)
([ASC](https://www.apache.org/dist/qpid/cpp/{{current_cpp_release}}/qpid-cpp-{{current_cpp_release}}.tar.gz.asc),
[SHA512](https://www.apache.org/dist/qpid/cpp/{{current_cpp_release}}/qpid-cpp-{{current_cpp_release}}.tar.gz.sha512))
| [Release Page]({{current_cpp_release_url}}/inde [...]
| [Dispatch router]({{site_url}}/components/dispatch-router/index.html) | {{current_dispatch_release}}
| [Source](http://www.apache.org/dyn/closer.lua/qpid/dispatch/{{current_dispatch_release}}/qpid-dispatch-{{current_dispatch_release}}.tar.gz)
([ASC](https://www.apache.org/dist/qpid/dispatch/{{current_dispatch_release}}/qpid-dispatch-{{current_dispatch_release}}.tar.gz.asc),
[SHA512](https://www.apache.org/dist/qpid/dispatch/{{current_dispatch_release}}/qpid-dispatch-{{current_dispatch_
[...]
diff --git a/input/releases/qpid-broker-j-7.0.7/index.md b/input/releases/qpid-broker-j-7.0.7/index.md
index 9a1289c..5456887 100644
--- a/input/releases/qpid-broker-j-7.0.7/index.md
+++ b/input/releases/qpid-broker-j-7.0.7/index.md
@@ -62,8 +62,8 @@ files you download.
<script type="text/javascript">
_deferredFunctions.push(function() {
- if ("7.0.7" === "{{current_broker_j_release}}") {
+ if ("7.0.7" === "{{other_current_broker_j_release}}") {
_modifyCurrentReleaseLinks();
}
});
-</script>
\ No newline at end of file
+</script>
---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org
|