gerrit/tools
David Ostrovsky f2099fa403 merge_jars.py: Make the code work on Python 3
So far the gerrit build tool chain works as expected on Python 3. The
only problems that we are running into in merge_jars.py:

* ZipFile.read is returning byte and not string
* dict.iteritems() was removed in Python 3

Luckily, those problems can be easily rectified and code can be adjusted
to be compatible with both Python version 2 and 3.

Bug: Issue 7002
Change-Id: I487253b0e2e6fe4428fe60d57879424f85a198a0
2017-08-30 08:53:55 +00:00
..
bzl Bazel: Replace ctx.action with actions#run / actions#run_shell 2017-08-30 08:49:11 +02:00
eclipse Start moving index code to gerrit-index directory 2017-08-14 11:20:27 -04:00
intellij Update documentation of code style settings for IntelliJ 2017-03-02 11:58:36 +01:00
js Fix glob in bower2bazel.py 2017-06-28 19:18:34 +01:00
maven Simplify artifacts deployment to Maven Central 2017-08-23 07:35:32 +02:00
util Don't hardcode bash location 2015-08-26 09:03:24 -06:00
__init__.py Buck: Adjust to unflattened directory structure for python libraries 2013-11-30 20:19:33 +01:00
bazel.rc Add transpilation to PolyGerrit 2017-05-15 17:00:01 +09:00
BUILD Bazel: Reformat build files 2016-12-07 11:33:07 +00:00
checkstyle_suppressions.xml Update Checkstyle config to ignore generated sources 2015-08-26 07:02:38 +00:00
checkstyle.xml Add missing trailing comma on array declarations 2016-04-13 17:27:30 +09:00
coverage.sh Make coverage script +x 2017-05-11 15:21:41 +00:00
download_file.py Bazel: Portable way to guess whether root directory is reached 2017-08-30 09:17:23 +02:00
jgit-snapshot-deploy-pom.diff Provide a diff file to make it easier to deploy JGit snapshot 2016-08-31 11:13:47 +09:00
merge_jars.py merge_jars.py: Make the code work on Python 3 2017-08-30 08:53:55 +00:00
release-announcement-template.txt Add script to generate text for release announcement email 2017-07-05 01:01:22 +00:00
release-announcement.py release-announcement.py: Add usage info in header 2017-07-19 11:04:22 +09:00
setup_gjf.sh Bump google-java-format to 1.3 2017-02-10 08:24:15 +01:00
util_test.py tools: use python on path 2015-06-18 17:10:11 +02:00
util.py Remove unused imports in Python scripts 2016-10-19 12:19:54 +09:00
workspace-status.sh Don't hardcode /bin/bash 2017-03-03 08:12:45 -06:00