From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp60.i.mail.ru (smtp60.i.mail.ru [217.69.128.40]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 0315543040B for ; Wed, 19 Aug 2020 00:11:38 +0300 (MSK) Date: Wed, 19 Aug 2020 00:11:33 +0300 From: Alexander Turenko Message-ID: <20200818211133.fmcfzas2darqcd6e@tkn_work_nb> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH v4 2/2] gitlab-ci: add openSUSE packages build jobs List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Alexander V. Tikhonov" Cc: tarantool-patches@dev.tarantool.org LGTM. WBR, Alexander Turenko. On Fri, Aug 14, 2020 at 12:59:58PM +0300, Alexander V. Tikhonov wrote: > Implemented openSUSE packages build with testing for images: > opensuse-leap:15.[0-2] > > Added %{sle_version} checks in Tarantool spec file according to > https://en.opensuse.org/openSUSE:Packaging_for_Leap#RPM_Distro_Version_Macros > > Added opensuse-leap of 15.1 and 15.2 versions to Gitlab-CI packages > building/deploing jobs. > > Closes #4562 > --- > .gitlab-ci.yml | 24 ++++++++++++++++++++++++ > rpm/tarantool.spec | 16 +++++++++++----- > tools/update_repo.sh | 6 ++++-- > 3 files changed, 39 insertions(+), 7 deletions(-)