You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@omid.apache.org by fp...@apache.org on 2017/03/07 22:25:15 UTC

incubator-omid git commit: [OMID-64] Fix location of protobuf tgz in travis config

Repository: incubator-omid
Updated Branches:
  refs/heads/master 7d3ad63ef -> 0c3713617


[OMID-64] Fix location of protobuf tgz in travis config

Location has changed to
https://github.com/google/protobuf/releases/download/v2.5.0/protobuf-2.5.0.tar.gz

Change-Id: Icd7740ff23bf17142fb47bdc530178b0292b3a05


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

Branch: refs/heads/master
Commit: 0c371361781957c96b20295290a167f7be3b33e2
Parents: 7d3ad63
Author: Francisco Perez-Sorrosal <fp...@apache.org>
Authored: Fri Mar 3 10:35:48 2017 -0800
Committer: Francisco Perez-Sorrosal <fp...@apache.org>
Committed: Fri Mar 3 10:36:47 2017 -0800

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/0c371361/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index bf5be2e..b525efe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,7 +27,7 @@ before_script:
   - git config --global user.name "Omid CI"
   # Install protobuf to genearte TSO client-server protocol in each compilation
   - cd ..
-  - wget https://protobuf.googlecode.com/files/protobuf-2.5.0.tar.gz
+  - wget https://github.com/google/protobuf/releases/download/v2.5.0/protobuf-2.5.0.tar.gz
   - tar -xzvf protobuf-2.5.0.tar.gz
   - cd protobuf-2.5.0 && ./configure --prefix=/usr && make && sudo make install
   - cd ../incubator-omid