You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@s2graph.apache.org by da...@apache.org on 2016/12/09 02:06:23 UTC

[1/5] incubator-s2graph git commit: add dependency cache in travis

Repository: incubator-s2graph
Updated Branches:
  refs/heads/master 099fd712c -> 625e2217c


add dependency cache in travis


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

Branch: refs/heads/master
Commit: 68a95ad8fb3353c8d06ca54757f15eaaf5230dfd
Parents: 3d96544
Author: Injun Song <ij...@gmail.com>
Authored: Thu Dec 8 16:16:00 2016 +0900
Committer: Injun Song <ij...@gmail.com>
Committed: Thu Dec 8 16:16:00 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/68a95ad8/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 0a3a1b0..d43ad47 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,9 @@ env:
 cache:
   directories:
   - $HOME/hbase-$HBASE_VERSION
+  - $HOME/.sbt
+  - $HOME/.m2/repository
+  - $HOME/.ivy2
 
 scala:
   - 2.11.8


[4/5] incubator-s2graph git commit: add missing header

Posted by da...@apache.org.
add missing header


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

Branch: refs/heads/master
Commit: 2f3398e2accef9aac5ac08cea627d450450fc5a5
Parents: 523d39b
Author: Injun Song <ij...@gmail.com>
Authored: Thu Dec 8 17:45:57 2016 +0900
Committer: Injun Song <ij...@gmail.com>
Committed: Fri Dec 9 11:02:45 2016 +0900

----------------------------------------------------------------------
 .travis/install-hbase.sh | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/2f3398e2/.travis/install-hbase.sh
----------------------------------------------------------------------
diff --git a/.travis/install-hbase.sh b/.travis/install-hbase.sh
index 126d399..f55437c 100755
--- a/.travis/install-hbase.sh
+++ b/.travis/install-hbase.sh
@@ -1,4 +1,18 @@
 #!/usr/bin/env sh
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 set -xe
 


[3/5] incubator-s2graph git commit: add dependency cache in travis

Posted by da...@apache.org.
add dependency cache in travis


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

Branch: refs/heads/master
Commit: 523d39b44c94605c02603281e91798bbe4a2253d
Parents: 099fd71
Author: Injun Song <ij...@gmail.com>
Authored: Thu Dec 8 16:16:00 2016 +0900
Committer: Injun Song <ij...@gmail.com>
Committed: Fri Dec 9 11:02:45 2016 +0900

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


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/523d39b4/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 0a3a1b0..d43ad47 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,9 @@ env:
 cache:
   directories:
   - $HOME/hbase-$HBASE_VERSION
+  - $HOME/.sbt
+  - $HOME/.m2/repository
+  - $HOME/.ivy2
 
 scala:
   - 2.11.8


[5/5] incubator-s2graph git commit: [S2GRAPH-145] Improve travis to cache maven directory

Posted by da...@apache.org.
[S2GRAPH-145] Improve travis to cache maven directory

JIRA:
    [S2GRAPH-145] https://issues.apache.org/jira/browse/S2GRAPH-145

Pull Request:
    Closes #110

Author
    Injun Song <ij...@gmail.com>


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

Branch: refs/heads/master
Commit: 625e2217c2e320b622a60570479b0999aeb23261
Parents: 2f3398e 6042d4d
Author: Injun Song <ij...@gmail.com>
Authored: Fri Dec 9 11:02:53 2016 +0900
Committer: daewon <da...@apache.org>
Committed: Fri Dec 9 11:05:18 2016 +0900

----------------------------------------------------------------------
 CHANGES | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/625e2217/CHANGES
----------------------------------------------------------------------
diff --cc CHANGES
index 1a14009,ac26dfd..362fa98
--- a/CHANGES
+++ b/CHANGES
@@@ -242,7 -239,5 +242,10 @@@ Release 0.1.0 - unrelease
      S2GRAPH-21: Change PostProcessBenchmarkSpec not to store and fetch test data from storage. (Committed by DOYUNG YOON).
  
      S2GRAPH-108: Support continuous integration test. 
--		(Contributed by Injun Song<ij...@gmail.com>, committed by DOYUNG YOON)
++    (Contributed by Injun Song<ij...@gmail.com>, committed by DOYUNG YOON)
  		
 +    S2GRAPH-144: [S2GRAPH-144] Travis icon in README is not proper link
- 		(Contributed by Injun Song<ij...@gmail.com>, committed by Daewon Jeong)
++    (Contributed by Injun Song<ij...@gmail.com>, committed by Daewon Jeong)
++
++    S2GRAPH-145: [S2GRAPH-145] Improve travis to cache maven directory
++    Contributed by Injun Song<ij...@gmail.com>, committed by Daewon Jeong)


[2/5] incubator-s2graph git commit: add missing header

Posted by da...@apache.org.
add missing header


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

Branch: refs/heads/master
Commit: 6042d4de932eac0b6e278882dca4754b8e445bef
Parents: 68a95ad
Author: Injun Song <ij...@gmail.com>
Authored: Thu Dec 8 17:45:57 2016 +0900
Committer: Injun Song <ij...@gmail.com>
Committed: Thu Dec 8 17:45:57 2016 +0900

----------------------------------------------------------------------
 .travis/install-hbase.sh | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/6042d4de/.travis/install-hbase.sh
----------------------------------------------------------------------
diff --git a/.travis/install-hbase.sh b/.travis/install-hbase.sh
index 126d399..f55437c 100755
--- a/.travis/install-hbase.sh
+++ b/.travis/install-hbase.sh
@@ -1,4 +1,18 @@
 #!/usr/bin/env sh
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 set -xe