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 4D4AE4696C3 for ; Mon, 30 Mar 2020 08:38:10 +0300 (MSK) From: "Alexander V. Tikhonov" Date: Mon, 30 Mar 2020 08:38:03 +0300 Message-Id: Subject: [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: Oleg Piskunov , Sergey Bronnikov , Alexander Turenko Cc: tarantool-patches@dev.tarantool.org 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