Repository: incubator-sentry
Updated Branches:
  refs/heads/precommit-tmp [created] e3d77bb3b


Update the snapshot dependencies for pre commit build


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

Branch: refs/heads/precommit-tmp
Commit: e3d77bb3ba1f8701d7999bbf135f3f2d3e2d1ae1
Parents: bf3eb48
Author: Sravya Tirukkovalur <[email protected]>
Authored: Wed Dec 24 14:00:40 2014 -0800
Committer: Sravya Tirukkovalur <[email protected]>
Committed: Wed Dec 24 14:00:40 2014 -0800

----------------------------------------------------------------------
 dev-support/test-patch.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/e3d77bb3/dev-support/test-patch.py
----------------------------------------------------------------------
diff --git a/dev-support/test-patch.py b/dev-support/test-patch.py
index 449fe0e..7e701c3 100644
--- a/dev-support/test-patch.py
+++ b/dev-support/test-patch.py
@@ -136,7 +136,7 @@ def mvn_clean(result, mvn_repo, output_dir):
     result.fatal("failed to clean project (exit code %d)" % (rc))
 
 def mvn_install(result, mvn_repo, output_dir):
-  rc = execute("mvn install -DskipTests -Dmaven.repo.local=%s 1>%s/install.txt 
2>&1" % (mvn_repo, output_dir))
+  rc = execute("mvn install -U -DskipTests -Dmaven.repo.local=%s 
1>%s/install.txt 2>&1" % (mvn_repo, output_dir))
   if rc != 0:
     result.fatal("failed to build with patch (exit code %d)" % (rc))
 

Reply via email to