Commit Graph

7 Commits

Author SHA1 Message Date
Sean McGinnis 36d66561ed
Cleanup bindep packages
This file was copied over from the default set that used to be installed
for all nodes. Not all of these packages are needed for release repo
needs. This cleans them up to see what is actually needed.

Change-Id: I4ae5c27ab48994e2d4a975ccd0e7b052b3fce608
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-04-11 15:57:21 -05:00
Doug Hellmann 81c183155e install the python3 version of launchpadlib
Install both the python2 and python3 versions of launchpadlib. We need
a separate patch to change the version of python used to run the
launchpad commenting script (which lives in project-config), so we
need both versions of the library installed until we make the
transition.

Story: #2001691
Task: #8680
Change-Id: Ibe759aa571b54c11067b21ad99d0e41371e7a648
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-06-21 16:28:06 -04:00
Doug Hellmann 0b5672ebef add libre2-dev to bindep for fb-re2 module used by zuul
We only add this to the releases repo because we're moving the announce
script here.

See
http://logs.openstack.org/78/781365248a70e729a0c58281e664bd3457801858/release/announce-release/71e06b3/job-output.txt.gz#_2018-04-26_13_34_07_509597

Needed-By: https://review.openstack.org/#/c/564329/
Change-Id: I9ce968eb244f1e84c90702a0c554b97bb572ac71
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-04-26 12:47:02 -04:00
Sean McGinnis 65def54c50 Add git-review package for gate usage
Post jobs need to use git review but it is no longer present by
default in our gate images.

Change-Id: Ic8d42a3f586d1dd5c1a3442dc396d26f8c088233
2017-10-18 10:13:14 -05:00
Doug Hellmann c5f596a36d add some packages to bindep list
Add packages that appear in the the signing-node.pp manifest in the
system-config repository but that do not appear in the bindep list.

Change-Id: Ie32798e56f5c7e14559c9f3a8d7a08b94ad2aba1
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-10-17 09:09:00 -04:00
Doug Hellmann eb4d405909 import bindep settings from release-tools
This patch copies all of the extra values from release-tools in
anticipation of needing them when the remaining commands are copied from
release-tools into this repository.

Change-Id: Ia8c12d8d8b171453323e4a9b3b60037fa6354eb9
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-10-03 16:24:02 -04:00
Andreas Jaeger 11f35e39a0 Move other-requirements.txt to bindep.txt
The default filename for documenting binary dependencies has been
changed from "other-requirements.txt" to "bindep.txt" with the release
of bindep 2.1.0. While the previous name is still supported, it will
be deprecated.

Move the file around to follow this change.

Note that this change is self-testing, the OpenStack CI infrastructure
will use a "bindep.txt" file to setup nodes for testing.

For more information about bindep, see also:
http://docs.openstack.org/infra/manual/drivers.html#package-requirements
http://docs.openstack.org/infra/bindep/

As well as this announcement:
http://lists.openstack.org/pipermail/openstack-dev/2016-August/101590.html

Change-Id: I86bf798f52d58e49bb967140b13794a274ce993c
2016-08-12 21:14:32 +02:00