f67d09d315
These 2 jobs will be used to copy release / branch tarballs to tarballs.o.o. Branch tarballs will only copy *.tar.gz, while release jobs will copy both *.tar.gz and *.whl files. Change-Id: Ic879302a2006b737ee4364cea067a00ebe198951 Depends-On: Ia79802dd386dbf1287af16a59985ce99a7dd4899 Depends-On: Ic7fc31a372de29a3a97ef84539faf3b0a1d6e181 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
14 lines
468 B
Plaintext
14 lines
468 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
hacking>=0.12.0,<0.13 # Apache-2.0
|
|
|
|
ansible-lint
|
|
bashate>=0.2
|
|
sphinx>=1.5.1,<1.6.0 # BSD
|
|
oslosphinx>=4.7.0 # Apache-2.0
|
|
|
|
# zuul-jobs is required to supply the ansible roles for ansible-lint
|
|
-e git://git.openstack.org/openstack-infra/zuul-jobs#egg=zuul-jobs
|