You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by ja...@apache.org on 2013/06/16 21:20:49 UTC

git commit: Temporarily working with SQOOP-1082 branch instead of sqoop2

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 <ja...@apache.org>
Authored: Sun Jun 16 12:20:13 2013 -0700
Committer: Jarek Jarcec Cecho <ja...@apache.org>
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"