You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@s2graph.apache.org by st...@apache.org on 2016/10/01 07:40:46 UTC

[1/3] incubator-s2graph git commit: added some development instructions

Repository: incubator-s2graph
Updated Branches:
  refs/heads/master 38873aa08 -> f25abc333


added some development instructions

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

Branch: refs/heads/master
Commit: 24a3c7bb9f27f464364dbd64410e07a0bc8a8aa3
Parents: c50d43a
Author: Sergio Fern�ndez <se...@wikier.org>
Authored: Thu Sep 22 09:49:36 2016 +0200
Committer: GitHub <no...@github.com>
Committed: Thu Sep 22 09:49:36 2016 +0200

----------------------------------------------------------------------
 DEVELOPMENT.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/24a3c7bb/DEVELOPMENT.md
----------------------------------------------------------------------
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
new file mode 100644
index 0000000..d14c727
--- /dev/null
+++ b/DEVELOPMENT.md
@@ -0,0 +1,13 @@
+# S2Graph Development
+
+## RAT
+
+[Apache RAT](https://creadur.apache.org/rat/apache-rat/index.html) is an audits software tool.
+
+To run it agains S2Graph source code, follow these steps:
+    
+    cd dev
+    wget https://repo1.maven.org/maven2/org/apache/rat/apache-rat/0.12/apache-rat-0.12.jar
+    ./run-rat.sh apache-rat-0.12.jar
+
+The toll will write a report in case it finds any issue.


[2/3] incubator-s2graph git commit: added exec permissions to run-rat.sh

Posted by st...@apache.org.
added exec permissions to run-rat.sh


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

Branch: refs/heads/master
Commit: 7ce983506ca16d7d9afc07a68a260760114a97d1
Parents: 24a3c7b
Author: Sergio Fern�ndez <se...@wikier.org>
Authored: Thu Sep 22 09:50:29 2016 +0200
Committer: Sergio Fern�ndez <se...@wikier.org>
Committed: Thu Sep 22 09:50:29 2016 +0200

----------------------------------------------------------------------
 dev/run-rat.sh | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/7ce98350/dev/run-rat.sh
----------------------------------------------------------------------
diff --git a/dev/run-rat.sh b/dev/run-rat.sh
old mode 100644
new mode 100755


[3/3] incubator-s2graph git commit: Merge branch 'master' of https://github.com/wikier/incubator-s2graph into wikier-master Added basic instructions how to run RAT. This Closes #84

Posted by st...@apache.org.
Merge branch 'master' of https://github.com/wikier/incubator-s2graph into wikier-master
Added basic instructions how to run RAT.
This Closes #84


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

Branch: refs/heads/master
Commit: f25abc333f026c1fb775514282b39d96e651d113
Parents: 38873aa 7ce9835
Author: DO YUNG YOON <st...@apache.org>
Authored: Sat Oct 1 16:42:58 2016 +0900
Committer: DO YUNG YOON <st...@apache.org>
Committed: Sat Oct 1 16:45:53 2016 +0900

----------------------------------------------------------------------
 DEVELOPMENT.md | 13 +++++++++++++
 dev/run-rat.sh |  0
 2 files changed, 13 insertions(+)
----------------------------------------------------------------------