From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp37.i.mail.ru (smtp37.i.mail.ru [94.100.177.97]) (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 BE738441840 for ; Mon, 30 Mar 2020 17:40:29 +0300 (MSK) Date: Mon, 30 Mar 2020 17:40:28 +0300 From: Sergey Bronnikov Message-ID: <20200330144028.GA17046@pony.bronevichok.ru> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH v1 0/3] extend packages pushing to S3 script 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 LGTM for a series. Thanks. On 08:38 Mon 30 Mar , Alexander V. Tikhonov wrote: > Script for pushing packages to S3 extended with the new features/fixes: > > 1) added ability to fix metafiles on missed/bad packages in S3 > 2) added ability to work with packages consisting only binaries > either sources parts > 3) added usage instructions for '-p|--product' option > > Github: https://github.com/tarantool/tarantool/tree/avtikhon/gh-3380-push-packages-s3-full-ci > Issue: https://github.com/tarantool/tarantool/issues/3380 > > Alexander V. Tikhonov (1): > Add metafiles cleanup routines at S3 pack script > > Alexander.V Tikhonov (2): > Enable script for saving packages in S3 for modules > Add help instruction on 'product' option > > tools/update_repo.sh | 277 +++++++++++++++++++++++++++++++++---------- > 1 file changed, 212 insertions(+), 65 deletions(-) > > -- > 2.17.1 > -- sergeyb@