Jekyll build from gh-pages:273a801

Fix download mirror lookup script for https


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/2d3268f6
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/2d3268f6
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/2d3268f6

Branch: refs/heads/asf-site
Commit: 2d3268f6724be7bfaf9b1ffb733166baef7d1205
Parents: 6042250
Author: Christopher Tubbs <ctubb...@apache.org>
Authored: Tue Sep 20 18:30:07 2016 -0400
Committer: Christopher Tubbs <ctubb...@apache.org>
Committed: Tue Sep 20 18:30:07 2016 -0400

----------------------------------------------------------------------
 downloads/index.html | 2 +-
 feed.xml             | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/2d3268f6/downloads/index.html
----------------------------------------------------------------------
diff --git a/downloads/index.html b/downloads/index.html
index ea1a318..7357ca1 100644
--- a/downloads/index.html
+++ b/downloads/index.html
@@ -260,7 +260,7 @@ var mirrorsCallback = function(json) {
 };
 
 // get mirrors when page is ready
-var mirrorURL = "http://accumulo.apache.org/mirrors.cgi";; // 
http[s]://accumulo.apache.org/mirrors.cgi
+var mirrorURL = window.location.protocol + 
"//accumulo.apache.org/mirrors.cgi"; // 
http[s]://accumulo.apache.org/mirrors.cgi
 $(function() { $.getJSON(mirrorURL + "?as_json", mirrorsCallback); });
 
 </script>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/2d3268f6/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index 7541604..384a522 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>https://accumulo.apache.org/</link>
     <atom:link href="https://accumulo.apache.org/feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Tue, 20 Sep 2016 17:42:43 -0400</pubDate>
-    <lastBuildDate>Tue, 20 Sep 2016 17:42:43 -0400</lastBuildDate>
+    <pubDate>Tue, 20 Sep 2016 18:30:02 -0400</pubDate>
+    <lastBuildDate>Tue, 20 Sep 2016 18:30:02 -0400</lastBuildDate>
     <generator>Jekyll v3.2.1</generator>
     
   </channel>

Reply via email to