From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (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 19F3C46970E for ; Mon, 13 Jan 2020 15:04:41 +0300 (MSK) From: "Alexander V. Tikhonov" Date: Mon, 13 Jan 2020 15:04:34 +0300 Message-Id: Subject: [Tarantool-patches] [PATCH v4 0/3] gitlab-ci: implement packing into MCS S3 v.4 List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Munkin Cc: tarantool-patches@dev.tarantool.org Github: https://github.com/tarantool/tarantool/tree/avtikhon/gh-3380-push-packages-s3-full-ci Issue: https://github.com/tarantool/tarantool/issues/3380 v4: https://lists.tarantool.org/pipermail/tarantool-patches/2020-January/013568.html v3: https://lists.tarantool.org/pipermail/tarantool-patches/2019-December/013060.html v2: https://lists.tarantool.org/pipermail/tarantool-patches/2019-November/012352.html v1: https://lists.tarantool.org/pipermail/tarantool-patches/2019-October/012021.html Changes v4: - minor corrections Changes v3: - common code parts merged to standalone routines - corrected code style, minor updates - script is ready for release Changes v2: - made changes in script from draft to pre-release stages Alexander V. Tikhonov (3): gitlab-ci: implement packing into MCS S3 Testing changes after 2nd review on S3 Testing changes after 3rd review on S3 .gitlab-ci.yml | 5 +- .gitlab.mk | 20 +- .travis.mk | 41 ++- tools/add_pack_s3_repo.sh | 527 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 567 insertions(+), 26 deletions(-) create mode 100755 tools/add_pack_s3_repo.sh -- 2.17.1