From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp43.i.mail.ru (smtp43.i.mail.ru [94.100.177.103]) (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 29B73469710 for ; Fri, 15 May 2020 19:13:35 +0300 (MSK) Date: Fri, 15 May 2020 19:13:04 +0300 From: Sergey Bronnikov Message-ID: <20200515161304.GA73815@pony.bronevichok.ru> References: <5fc7393fea2a31fbc970e2b1edec222f72d7de37.1588760517.git.avtikhon@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <5fc7393fea2a31fbc970e2b1edec222f72d7de37.1588760517.git.avtikhon@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v1] Enable script for saving RPM packages in S3 for modules List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Alexander V. Tikhonov" Cc: Oleg Piskunov , tarantool-patches@dev.tarantool.org Hi, Alexander On 13:23 Wed 06 May , Alexander V. Tikhonov wrote: > From: "Alexander.V Tikhonov" > > Found that modules may have only sources packages w/o binaries > packages. Script updated to be able to work with only binaries > either sources RPM packages. The same fix was already done for > DEB packages at commit 4527a4da9640a63601d0a1d0b2bee7f8cb4c0c85. > > Part of #4839 > --- LGTM