You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2015/09/18 15:54:53 UTC

couchdb-www git commit: remove debugging, add config option

Repository: couchdb-www
Updated Branches:
  refs/heads/asf-site 156e03701 -> 5e011325c


remove debugging, add config option


Project: http://git-wip-us.apache.org/repos/asf/couchdb-www/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-www/commit/5e011325
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-www/tree/5e011325
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-www/diff/5e011325

Branch: refs/heads/asf-site
Commit: 5e011325c1e38d3c0c436fee7139db5cdbc26007
Parents: 156e037
Author: Jan Lehnardt <ja...@apache.org>
Authored: Fri Sep 18 15:54:49 2015 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Fri Sep 18 15:54:49 2015 +0200

----------------------------------------------------------------------
 release-candidate/2.0/index.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/5e011325/release-candidate/2.0/index.html
----------------------------------------------------------------------
diff --git a/release-candidate/2.0/index.html b/release-candidate/2.0/index.html
index 5920f70..1d2350b 100644
--- a/release-candidate/2.0/index.html
+++ b/release-candidate/2.0/index.html
@@ -5,7 +5,7 @@
 <!-- the JS variables for the listing -->
 <script type="text/javascript">
   // this is https://github.com/rgrp/s3-bucket-listing
-
+  var S3BL_IGNORE_PATH = true;
   var BUCKET_URL = 'https://couchdb-ci.s3-eu-west-1.amazonaws.com';
   var S3B_ROOT_DIR = 'release-candidate/'
   if (typeof S3BL_IGNORE_PATH == 'undefined' || S3BL_IGNORE_PATH!=true) {
@@ -140,7 +140,6 @@
       , prefix = info.prefix
       ;
 
-    console.log(files);
     files = files.sort(function(a, b) {
       if(a.LastModified == b.LastModified) {
         return 0;