From 23df07ff7054f70183200f0220314f91c0d0f662 Mon Sep 17 00:00:00 2001 From: Markus Frosch <markus.frosch@icinga.com> Date: Sun, 1 Sep 2019 11:27:34 +0200 Subject: [PATCH] Remove obsolete build_icinga_org macro --- 15.0/Dockerfile | 3 --- 42.3/Dockerfile | 3 --- 2 files changed, 6 deletions(-) diff --git a/15.0/Dockerfile b/15.0/Dockerfile index 52e0354..7b25dab 100644 --- a/15.0/Dockerfile +++ b/15.0/Dockerfile @@ -4,9 +4,6 @@ RUN zypper refresh -f \ && zypper update -y \ && zypper clean -# TODO: Remove this once the build deps for boost have been cleaned up... -RUN echo '%build_icinga_org 1' >/etc/rpm/macros.icinga_build - RUN zypper --non-interactive install --no-recommends \ sudo wget curl which tar expect git \ make patch rpm-build rpmlint \ diff --git a/42.3/Dockerfile b/42.3/Dockerfile index 3b13ec0..b7c746e 100644 --- a/42.3/Dockerfile +++ b/42.3/Dockerfile @@ -4,9 +4,6 @@ RUN zypper refresh -f \ && zypper update -y \ && zypper clean -# TODO: Remove this once the build deps for boost have been cleaned up... -RUN echo '%build_icinga_org 1' >/etc/rpm/macros.icinga_build - RUN zypper --non-interactive install --no-recommends \ sudo wget curl which tar expect git \ make patch rpm-build rpmlint \ -- GitLab