From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp58.i.mail.ru (smtp58.i.mail.ru [217.69.128.38]) (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 5E765469719 for ; Sat, 22 Feb 2020 00:48:46 +0300 (MSK) Date: Sat, 22 Feb 2020 00:49:06 +0300 From: Alexander Turenko Message-ID: <20200221214906.gstg67upqscn3tu3@tkn_work_nb> References: <511105ff6a6a547a85efe4343c2dbed79fc04609.1582116829.git.avtikhon@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <511105ff6a6a547a85efe4343c2dbed79fc04609.1582116829.git.avtikhon@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v2] gitlab-ci: adjust base URL of RPM/Deb repositories 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. I didn't touched it manually and hope that you already performed proper testing of the change. Pushed to master, 2.3, 2.2, 2.1, 1.10. CCed Kirill. WBR, Alexander Turenko. On Wed, Feb 19, 2020 at 03:56:35PM +0300, Alexander V. Tikhonov wrote: > Our S3 based repositories now reflect packagecloud.io repositories > structure. > > It will allow us to migrate from packagecloud.io w/o much complicating > redirection rules on a web server serving download.tarantool.org. > > Deploy source packages (*.src.rpm) into separate 'SRPM' repository > like packagecloud.io does. > > Changed repository signing key from its subkey to public and moved it > to gitlab-ci environment. > > Follows up #3380 > --- > > Github: https://github.com/tarantool/tarantool/tree/avtikhon/gh-3380-rpm-packages-paths-full-ci > Issue: https://github.com/tarantool/tarantool/issues/3380