You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by dj...@apache.org on 2016/07/05 23:11:00 UTC

[1/3] incubator-quarks git commit: Add retries to wget

Repository: incubator-quarks
Updated Branches:
  refs/heads/master 91796df8a -> 0f0b91794


Add retries to wget


Project: http://git-wip-us.apache.org/repos/asf/incubator-quarks/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-quarks/commit/718ca37e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quarks/tree/718ca37e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quarks/diff/718ca37e

Branch: refs/heads/master
Commit: 718ca37eb3b579e5dd744b27ddf59b371fc11bd2
Parents: 7df279a
Author: Daniel J. Debrunner <de...@us.ibm.com>
Authored: Tue Jul 5 11:38:08 2016 -0700
Committer: Daniel J. Debrunner <de...@us.ibm.com>
Committed: Tue Jul 5 11:38:08 2016 -0700

----------------------------------------------------------------------
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/718ca37e/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index e45701c..3aaa893 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,9 +4,9 @@ matrix:
    fast_finish: true
 
 before_install:
-  - wget http://archive.apache.org/dist/ant/binaries/apache-ant-1.9.4-bin.tar.gz
+  - wget --tries=20 --retry-connrefused --waitretry=1 http://archive.apache.org/dist/ant/binaries/apache-ant-1.9.4-bin.tar.gz
   - tar xzf apache-ant-1.9.4-bin.tar.gz
-  - wget -O jacoco-0.7.5.zip http://search.maven.org/remotecontent?filepath=org/jacoco/jacoco/0.7.5.201505241946/jacoco-0.7.5.201505241946.zip
+  - wget --tries=20 --retry-connrefused --waitretry=1 -O jacoco-0.7.5.zip http://search.maven.org/remotecontent?filepath=org/jacoco/jacoco/0.7.5.201505241946/jacoco-0.7.5.201505241946.zip
   - unzip -d jacoco-0.7.5 jacoco-0.7.5.zip
 
 addons:
@@ -22,4 +22,4 @@ script:
     - apache-ant-1.9.4/bin/ant -buildfile platform/java7 -Dquarks.build.ci=true -lib /usr/share/java/junit4.jar -lib jacoco-0.7.5/lib test7.setup
     - jdk_switcher use oraclejdk7
     - apache-ant-1.9.4/bin/ant -buildfile platform/java7 -Dquarks.build.ci=true -lib /usr/share/java/junit4.jar -lib jacoco-0.7.5/lib test7.run
-    
\ No newline at end of file
+    


[3/3] incubator-quarks git commit: Merge branch 'pr-161'

Posted by dj...@apache.org.
Merge branch 'pr-161'


Project: http://git-wip-us.apache.org/repos/asf/incubator-quarks/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-quarks/commit/0f0b9179
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quarks/tree/0f0b9179
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quarks/diff/0f0b9179

Branch: refs/heads/master
Commit: 0f0b9179408cbe1b948f32714ef0b8ad6357d1e9
Parents: 91796df c6090a7
Author: Dan Debrunner <dj...@apache.org>
Authored: Tue Jul 5 16:11:34 2016 -0700
Committer: Dan Debrunner <dj...@apache.org>
Committed: Tue Jul 5 16:11:34 2016 -0700

----------------------------------------------------------------------
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------



[2/3] incubator-quarks git commit: Bump retries from default

Posted by dj...@apache.org.
Bump retries from default


Project: http://git-wip-us.apache.org/repos/asf/incubator-quarks/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-quarks/commit/c6090a75
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quarks/tree/c6090a75
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quarks/diff/c6090a75

Branch: refs/heads/master
Commit: c6090a753c7676f5ed04a5cdc4dae9a2f0b0598e
Parents: 718ca37
Author: Daniel J. Debrunner <de...@us.ibm.com>
Authored: Tue Jul 5 11:39:35 2016 -0700
Committer: Daniel J. Debrunner <de...@us.ibm.com>
Committed: Tue Jul 5 11:39:35 2016 -0700

----------------------------------------------------------------------
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/c6090a75/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 3aaa893..175fb05 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,9 +4,9 @@ matrix:
    fast_finish: true
 
 before_install:
-  - wget --tries=20 --retry-connrefused --waitretry=1 http://archive.apache.org/dist/ant/binaries/apache-ant-1.9.4-bin.tar.gz
+  - wget --tries=40 --retry-connrefused --waitretry=1 http://archive.apache.org/dist/ant/binaries/apache-ant-1.9.4-bin.tar.gz
   - tar xzf apache-ant-1.9.4-bin.tar.gz
-  - wget --tries=20 --retry-connrefused --waitretry=1 -O jacoco-0.7.5.zip http://search.maven.org/remotecontent?filepath=org/jacoco/jacoco/0.7.5.201505241946/jacoco-0.7.5.201505241946.zip
+  - wget --tries=40 --retry-connrefused --waitretry=1 -O jacoco-0.7.5.zip http://search.maven.org/remotecontent?filepath=org/jacoco/jacoco/0.7.5.201505241946/jacoco-0.7.5.201505241946.zip
   - unzip -d jacoco-0.7.5 jacoco-0.7.5.zip
 
 addons: