tools/ci-install.sh: merge multiple calls to apt-get
authorRalf Habacker <ralf.habacker@freenet.de>
Fri, 6 Nov 2020 11:08:12 +0000 (12:08 +0100)
committerSimon McVittie <smcv@collabora.com>
Fri, 25 Feb 2022 13:26:36 +0000 (13:26 +0000)
commite9b0e6069d23c8e75c2a2591a294fb4e8353852d
tree0252b7983fde577c94d74fc425970a09c4f46008
parent331e05dc5ddb0c63bc53bd459ad77184b05fda43
tools/ci-install.sh: merge multiple calls to apt-get

This required a reorganization of the steps that had been carried out.
The new order is:
   1. install packages with apt-get
   2. create user for build if required
   3. fetch and unpack tar balls
   4. create messagebus user

(cherry picked from commit 478484f13c9f291d1c8bc1b3e3672f382d4d03d9)
[backport for 1.12.x: This branch still needed python-dbus, python-gi]
Signed-off-by: Simon McVittie <smcv@collabora.com>
tools/ci-install.sh