Updated Branches: refs/heads/SQOOP-1082 4c4a58184 -> 4dabfe1c1
Temporarily working with SQOOP-1082 branch instead of sqoop2 Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/4dabfe1c Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/4dabfe1c Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/4dabfe1c Branch: refs/heads/SQOOP-1082 Commit: 4dabfe1c1e455d8a65b6c6cc8c54782e8bba4989 Parents: 4c4a581 Author: Jarek Jarcec Cecho <[email protected]> Authored: Sun Jun 16 12:20:13 2013 -0700 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Sun Jun 16 12:20:13 2013 -0700 ---------------------------------------------------------------------- dev-support/test-patch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/4dabfe1c/dev-support/test-patch.py ---------------------------------------------------------------------- diff --git a/dev-support/test-patch.py b/dev-support/test-patch.py index b227ead..e90c324 100755 --- a/dev-support/test-patch.py +++ b/dev-support/test-patch.py @@ -40,7 +40,7 @@ def sqoop_guess_branch(versions): tmp_branch = None if v.startswith("1.99") or v.startswith("2.0"): - tmp_branch = "sqoop2" + tmp_branch = "SQOOP-1082" else: tmp_branch = "trunk"
