From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp46.i.mail.ru (smtp46.i.mail.ru [94.100.177.106]) (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 DF64B469710 for ; Wed, 20 May 2020 09:49:18 +0300 (MSK) Date: Wed, 20 May 2020 09:49:17 +0300 From: Kirill Yukhin Message-ID: <20200520064917.nmmnpz75slux5ks4@tarantool.org> References: <5fc7393fea2a31fbc970e2b1edec222f72d7de37.1588760517.git.avtikhon@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit 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 Hello, On 06 май 13:23, 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 > --- > > Github: https://github.com/tarantool/tarantool/tree/avtikhon/gh-4839-s3-script-full-ci > Issue: https://github.com/tarantool/tarantool/issues/4839 I've checked your patch into 1.10, 2.3, 2.4 and master. -- Regards, Kirill Yukhin