You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lens.apache.org by am...@apache.org on 2014/11/30 08:11:46 UTC

incubator-lens git commit: LENS-72 : Adds reviewboard config (Rajat Khandelwal via amareshwari)

Repository: incubator-lens
Updated Branches:
  refs/heads/master 204a387a7 -> 826605a5a


LENS-72 : Adds reviewboard config (Rajat Khandelwal via amareshwari)


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

Branch: refs/heads/master
Commit: 826605a5a5217222a3cf352abf548e3c18c0d725
Parents: 204a387
Author: Amareshwari Sriramdasu <am...@inmobi.com>
Authored: Sun Nov 30 12:41:32 2014 +0530
Committer: Amareshwari Sriramdasu <am...@inmobi.com>
Committed: Sun Nov 30 12:41:32 2014 +0530

----------------------------------------------------------------------
 .reviewboardrc | 3 +++
 pom.xml        | 2 ++
 2 files changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/826605a5/.reviewboardrc
----------------------------------------------------------------------
diff --git a/.reviewboardrc b/.reviewboardrc
new file mode 100644
index 0000000..e9a57e0
--- /dev/null
+++ b/.reviewboardrc
@@ -0,0 +1,3 @@
+REVIEWBOARD_URL = "https://reviews.apache.org/"
+REPOSITORY = "lens"
+BRANCH = "master"

http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/826605a5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 42f0df4..9265a77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -259,6 +259,7 @@
           <excludes>
              <exclude>**/*.txt</exclude>
              <exclude>.git/**</exclude>
+             <exclude>.reviewboardrc</exclude>
              <exclude>.idea/**</exclude>
              <exclude>**/*.twiki</exclude>
              <exclude>**/*.iml</exclude>
@@ -283,6 +284,7 @@
              <exclude>**/*.jar</exclude>
              <exclude>**/*.data</exclude>
              <exclude>**/control</exclude>
+             <exclude>**/query_logs/**</exclude>
           </excludes>
         </configuration>
         <executions>