You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by wo...@apache.org on 2017/03/16 05:57:22 UTC

couchdb-ci git commit: Update Git URL for gitbox

Repository: couchdb-ci
Updated Branches:
  refs/heads/master d5b3da074 -> c0de0bac7


Update Git URL for gitbox


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

Branch: refs/heads/master
Commit: c0de0bac71d13c2fb4e74c9e3c1dd82085fb1774
Parents: d5b3da0
Author: Joan Touzet <wo...@apache.org>
Authored: Thu Mar 16 01:51:53 2017 -0400
Committer: Joan Touzet <wo...@apache.org>
Committed: Thu Mar 16 01:51:53 2017 -0400

----------------------------------------------------------------------
 .gitignore                                    | 2 ++
 ansible/roles/common/tasks/couchdb.yml        | 2 +-
 utils/analyze-jenkins-logs/ci-errors.markdown | 2 +-
 utils/analyze-jenkins-logs/index.js           | 2 +-
 utils/analyze-jenkins-logs/package.json       | 2 +-
 utils/auto-download-jenkins-logs/package.json | 2 +-
 6 files changed, 7 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/c0de0bac/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 8000dd9..797be3b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
 .vagrant
+*~
+*.swp

http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/c0de0bac/ansible/roles/common/tasks/couchdb.yml
----------------------------------------------------------------------
diff --git a/ansible/roles/common/tasks/couchdb.yml b/ansible/roles/common/tasks/couchdb.yml
index c87ab5b..a16f630 100644
--- a/ansible/roles/common/tasks/couchdb.yml
+++ b/ansible/roles/common/tasks/couchdb.yml
@@ -35,7 +35,7 @@
 
 - name: get CouchDB sources from git
   git:
-    repo: git://git.apache.org/couchdb.git
+    repo: https://gitbox.apache.org/repos/asf/couchdb.git
     dest: /usr/src/couchdb-checkout
     accept_hostkey: yes
     force: yes

http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/c0de0bac/utils/analyze-jenkins-logs/ci-errors.markdown
----------------------------------------------------------------------
diff --git a/utils/analyze-jenkins-logs/ci-errors.markdown b/utils/analyze-jenkins-logs/ci-errors.markdown
index 36ca487..dc414e4 100644
--- a/utils/analyze-jenkins-logs/ci-errors.markdown
+++ b/utils/analyze-jenkins-logs/ci-errors.markdown
@@ -92,7 +92,7 @@ Links to the build logs:
 ## Regular Expressions
 When one of these regular expression has a match in the build log, I assume this build failure falls into this category.
 
-* `/fatal: unable to access 'https:\/\/git-wip-us.apache.org/`
+* `/fatal: unable to access 'https:\/\/gitbox.apache.org/`
 * `/fatal: read error: Connection reset by peer/`
 
 ## Builds

http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/c0de0bac/utils/analyze-jenkins-logs/index.js
----------------------------------------------------------------------
diff --git a/utils/analyze-jenkins-logs/index.js b/utils/analyze-jenkins-logs/index.js
index 76ed588..1b49d7c 100644
--- a/utils/analyze-jenkins-logs/index.js
+++ b/utils/analyze-jenkins-logs/index.js
@@ -36,7 +36,7 @@ const reasons = {};
 const regexes = {
   aborted: [ /Build was aborted/ ],
   network: [
-    /fatal: unable to access 'https:\/\/git-wip-us.apache.org/,
+    /fatal: unable to access 'https:\/\/gitbox.apache.org/,
   /fatal: read error: Connection reset by peer/,
   ],
   docker: [

http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/c0de0bac/utils/analyze-jenkins-logs/package.json
----------------------------------------------------------------------
diff --git a/utils/analyze-jenkins-logs/package.json b/utils/analyze-jenkins-logs/package.json
index 429ace7..c706ba6 100644
--- a/utils/analyze-jenkins-logs/package.json
+++ b/utils/analyze-jenkins-logs/package.json
@@ -8,7 +8,7 @@
   },
   "repository": {
     "type": "git",
-    "url": "https://git-wip-us.apache.org/repos/asf/couchdb.git"
+    "url": "https://gitbox.apache.org/repos/asf/couchdb.git"
   },
   "author": "The Apache CouchDB contributors",
   "license": "Apache-2.0",

http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/c0de0bac/utils/auto-download-jenkins-logs/package.json
----------------------------------------------------------------------
diff --git a/utils/auto-download-jenkins-logs/package.json b/utils/auto-download-jenkins-logs/package.json
index 5cbe0d3..5d782e8 100644
--- a/utils/auto-download-jenkins-logs/package.json
+++ b/utils/auto-download-jenkins-logs/package.json
@@ -8,7 +8,7 @@
   },
   "repository": {
     "type": "git",
-    "url": "https://git-wip-us.apache.org/repos/asf/couchdb.git"
+    "url": "https://gitbox.apache.org/repos/asf/couchdb.git"
   },
   "author": "The Apache CouchDB contributors",
   "license": "Apache-2.0",