Updated Branches: refs/heads/SQOOP-1082 a9b05996d -> e680ee4d9
Added comment for script purpose Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/e680ee4d Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/e680ee4d Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/e680ee4d Branch: refs/heads/SQOOP-1082 Commit: e680ee4d92abc8023d84009865d6efecc032b8d9 Parents: a9b0599 Author: Jarek Jarcec Cecho <[email protected]> Authored: Sun Jun 16 11:42:07 2013 -0700 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Sun Jun 16 11:42:07 2013 -0700 ---------------------------------------------------------------------- dev-support/test-patch.py | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/e680ee4d/dev-support/test-patch.py ---------------------------------------------------------------------- diff --git a/dev-support/test-patch.py b/dev-support/test-patch.py index 6af946f..f793eec 100755 --- a/dev-support/test-patch.py +++ b/dev-support/test-patch.py @@ -17,6 +17,12 @@ # specific language governing permissions and limitations # under the License. # + +# +# Pre Commit Hook for running tests and updating JIRA +# +# Original version was copied from FLUME project. +# import sys, os, re, urllib2, base64, subprocess, tempfile, shutil from optparse import OptionParser
