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/04/27 06:51:29 UTC

[4/5] couchdb-ci git commit: Fix repo URL and build process

Fix repo URL and build process


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

Branch: refs/heads/master
Commit: ae186b0af8ee5e372e7b99703d8eb451ca92b2fe
Parents: ff7e938
Author: Joan Touzet <wo...@apache.org>
Authored: Wed Apr 26 21:55:00 2017 -0700
Committer: Joan Touzet <wo...@apache.org>
Committed: Wed Apr 26 21:55:00 2017 -0700

----------------------------------------------------------------------
 ansible/roles/common/files/build-ci.sh        | 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, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/ae186b0a/ansible/roles/common/files/build-ci.sh
----------------------------------------------------------------------
diff --git a/ansible/roles/common/files/build-ci.sh b/ansible/roles/common/files/build-ci.sh
index e54960b..73b2b7d 100755
--- a/ansible/roles/common/files/build-ci.sh
+++ b/ansible/roles/common/files/build-ci.sh
@@ -22,7 +22,7 @@ set -e
 # create a distribution tarball from the requested git branch
 cd /usr/src/couchdb-checkout
 git reset --hard
-git clean -fdx
+git clean -ffdx
 git pull
 git checkout $GIT_BRANCH
 ./configure --with-curl

http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/ae186b0a/ansible/roles/common/tasks/couchdb.yml
----------------------------------------------------------------------
diff --git a/ansible/roles/common/tasks/couchdb.yml b/ansible/roles/common/tasks/couchdb.yml
index 5e44b5d..bf2bacf 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: https://gitbox.apache.org/repos/asf/couchdb.git
+    repo: https://github.com/apache/couchdb.git
     dest: /usr/src/couchdb-checkout
     accept_hostkey: yes
     force: yes

http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/ae186b0a/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 dc414e4..5435c2f 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:\/\/gitbox.apache.org/`
+* `/fatal: unable to access 'https:\/\/github.com/`
 * `/fatal: read error: Connection reset by peer/`
 
 ## Builds

http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/ae186b0a/utils/analyze-jenkins-logs/index.js
----------------------------------------------------------------------
diff --git a/utils/analyze-jenkins-logs/index.js b/utils/analyze-jenkins-logs/index.js
index 1b49d7c..e0a837f 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:\/\/gitbox.apache.org/,
+    /fatal: unable to access 'https:\/\/github.com/,
   /fatal: read error: Connection reset by peer/,
   ],
   docker: [

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

http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/ae186b0a/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 5d782e8..44105bd 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://gitbox.apache.org/repos/asf/couchdb.git"
+    "url": "https://github.com/apache/couchdb.git"
   },
   "author": "The Apache CouchDB contributors",
   "license": "Apache-2.0",