Repository: incubator-impala Updated Branches: refs/heads/master 55b43ba8c -> bf27c542b
IMPALA-3225: Make a gerrit instance that can push to git.apache.org This is an accompanying change to a change with the same JIRA ID in Impala-auxiliary-tests. This change makes sure that no one can call gerrit-verify-merge any longer and can only call gerrit-verify-only once we completely switch development over to the new Apache Git repo. This has to be merged only after the accompanying change has been merged to Impala-axuiliary-tests. Change-Id: Ia4f1135a536da9f6b9bf2720c31fcc005f2a1da4 Reviewed-on: http://gerrit.cloudera.org:8080/3742 Reviewed-by: Jim Apple <[email protected]> Tested-by: Internal Jenkins Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/bf27c542 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/bf27c542 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/bf27c542 Branch: refs/heads/master Commit: bf27c542b67125fe559edc672c37f1a8218f65af Parents: 55b43ba Author: Sailesh Mukil <[email protected]> Authored: Mon Jul 25 10:13:24 2016 -0700 Committer: Internal Jenkins <[email protected]> Committed: Mon Jul 25 21:31:44 2016 +0000 ---------------------------------------------------------------------- bin/impala-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/bf27c542/bin/impala-config.sh ---------------------------------------------------------------------- diff --git a/bin/impala-config.sh b/bin/impala-config.sh index 481d2cb..4cb0339 100755 --- a/bin/impala-config.sh +++ b/bin/impala-config.sh @@ -426,7 +426,7 @@ export CLASSPATH # Setup aliases # Helper alias to script that verifies and merges Gerrit changes -alias gerrit-verify-merge="${IMPALA_AUX_TEST_HOME}/jenkins/gerrit-verify-merge.sh" +alias gerrit-verify-only="${IMPALA_AUX_TEST_HOME}/jenkins/gerrit-verify-only.sh" # A marker in the environment to prove that we really did source this file export IMPALA_CONFIG_SOURCED=1
