mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 04:50:30 +01:00
gitlab-ci: make "contrib/debian/REQUIRED_PACKAGES" verbose during container installation
To help debugging the script.
This commit is contained in:
parent
0c147283c9
commit
4cc0f41e45
2 changed files with 3 additions and 4 deletions
|
|
@ -48,8 +48,8 @@ variables:
|
|||
# This is done by running `ci-fairy generate-template` and possibly bump
|
||||
# ".default_tag".
|
||||
FEDORA_TAG: '2022-03-15.0-9d8288d70d58'
|
||||
UBUNTU_TAG: '2022-03-15.0-8399925e7a59'
|
||||
DEBIAN_TAG: '2022-03-15.0-8399925e7a59'
|
||||
UBUNTU_TAG: '2022-03-15.0-c933c3fced1c'
|
||||
DEBIAN_TAG: '2022-03-15.0-c933c3fced1c'
|
||||
CENTOS_TAG: '2022-03-15.0-9d8288d70d58'
|
||||
ALPINE_TAG: '2022-03-15.0-499639d17df6'
|
||||
|
||||
|
|
|
|||
|
|
@ -5,9 +5,8 @@ set -ex
|
|||
IS_UBUNTU_1604=0
|
||||
grep -q '^VERSION=.16.04.[0-9]\+ LTS' /etc/os-release && IS_UBUNTU_1604=1
|
||||
|
||||
|
||||
DEBIAN_FRONTEND=noninteractive apt-get update
|
||||
DEBIAN_FRONTEND=noninteractive NM_INSTALL="apt-get -qq install -y" ./contrib/debian/REQUIRED_PACKAGES
|
||||
DEBIAN_FRONTEND=noninteractive NM_INSTALL="apt-get --yes install" bash -x ./contrib/debian/REQUIRED_PACKAGES
|
||||
|
||||
dbus-uuidgen --ensure
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue