Add Ubuntu impish
Merge request reports
Activity
assigned to @aklimov
unassigned @aklimov
requested review from @jbrost
Can we backport !20 (merged) first so that the dependencies are correct here?
Seems to be the only other thing missing at the moment in 2.13 (2.13...master). In 2.12 (2.12...master), the diff looks a bit messier, maybe there's more to do backport there.
mentioned in merge request !22 (merged)
IMAO I'm done.
➜ deb-icinga2 git:(bugfix/gitlab-ci-dependencies-2.13) git diff --stat master..HEAD .gitlab-ci.yml | 3 ++- debian/changelog | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ debian/watch | 2 +- 3 files changed, 63 insertions(+), 2 deletions(-) ➜ deb-icinga2 git:(bugfix/gitlab-ci-dependencies-2.13) git diff master..HEAD .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d083c75..73ff84a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,8 @@ stages: variables: DOCKER_IMAGE_BASE: registry.icinga.com/build-docker #ICINGA_BUILD_RELEASE_TYPE: testing - ICINGA_BUILD_TYPE: snapshot + #ICINGA_BUILD_TYPE: snapshot + ICINGA_BUILD_TYPE: release .source: &source stage: source ➜ deb-icinga2 git:(bugfix/gitlab-ci-dependencies-2.13)
mentioned in commit 02e8cc3e
Please register or sign in to reply