34756ddbdf
Under zuulv3 the behavior has changed significantly to now require specifying which repositories need to be cloned for each job, and zuul-cloner only copies the repositories that are already available. As soon as zuulv3 is released, our jobs relying on the old fallback behavior of checking out from a cache when present but using the upstream server in other situations will fail. The new script tools/clone_repo.sh handles the cases we have in the tools and jobs within this repository, and should also be usable from the tag-releases job. zuul is removed from the list of requirements so it is no longer installed when jobs run under tox. list_unreleased_changes.sh is updated to drop the use of the virtualenv, which was only present for zuul-cloner. The other updates in the patch are to change the tools to use the new script. Change-Id: Ic559d27881a9a89fb0dcb5295a4d7ed7c578112f Signed-off-by: Doug Hellmann <doug@doughellmann.com>
31 lines
1013 B
Plaintext
31 lines
1013 B
Plaintext
######################################################################
|
|
# #
|
|
# ** IMPORTANT ** #
|
|
# #
|
|
# THIS FILE IS ONLY USED BY TOX IN THE CHECK AND GATE JOBS. YOU MUST #
|
|
# UPDATE bindep.txt TO INCLUDE ADDITIONAL PACKAGES NEEDED IN THE #
|
|
# POST-MERGE # JOBS SUCH AS "tag-releases". #
|
|
# #
|
|
######################################################################
|
|
|
|
pbr>=1.6
|
|
|
|
# NOTE(dhellmann): We pin keyring because new releases tend to add
|
|
# dependencies for GUI tools that we don't use
|
|
keyring==7.3
|
|
|
|
requests>=2.5.2
|
|
PyYAML>=3.1.0
|
|
yamlordereddictloader
|
|
prompt_toolkit
|
|
tqdm
|
|
packaging>=15.2
|
|
mwclient==0.8.1
|
|
jsonschema>=2.6.0
|
|
|
|
# For release notes generation.
|
|
Jinja2>=2.6 # BSD License (3 clause)
|
|
parawrap
|
|
reno>=2.0.0
|
|
sphinx>=1.6.2 # BSD
|