summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-11-29 19:44:13 +0100
committerThomas Haller <thaller@redhat.com>2022-11-29 19:54:19 +0100
commitc33a95e6f6033d0be6ea087c6abb31003e4b9292 (patch)
tree83c915a587e1a45fb805116abab8cbf6ebeb6bac /.gitlab-ci.yml
parentda1868352435328bdbf56c9616a88bffde6d598f (diff)
downloadNetworkManager-c33a95e6f6033d0be6ea087c6abb31003e4b9292.tar.gz
gitlab-ci: ignore failure to install "python-setuptools" on debian
python-setuptools is now gone from debian:testing ([1], [2]): Package python-setuptools is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'python-setuptools' has no installation candidate This package is entirely optional. Fix the failure by ignoring any failure to install the package. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=938168 [2] https://tracker.debian.org/news/1391360/python-setuptools-removed-from-testing/
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b3683e5238..ba3e9ce513 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -54,8 +54,8 @@ variables:
# This is done by running `ci-fairy generate-template` and possibly bumping
# ".default_tag".
FEDORA_TAG: '2022-10-07.0-192f1fb71e29'
- UBUNTU_TAG: '2022-10-07.0-8acbcc45f1a8'
- DEBIAN_TAG: '2022-10-07.0-8acbcc45f1a8'
+ UBUNTU_TAG: '2022-10-07.0-f84fc9f24236'
+ DEBIAN_TAG: '2022-10-07.0-f84fc9f24236'
CENTOS_TAG: '2022-10-07.0-192f1fb71e29'
ALPINE_TAG: '2022-10-07.0-e38255cda228'