From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id C312F25FAB for ; Wed, 21 Aug 2019 16:37:28 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4I2lHET92Hpv for ; Wed, 21 Aug 2019 16:37:28 -0400 (EDT) Received: from smtp53.i.mail.ru (smtp53.i.mail.ru [94.100.177.113]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id EB6B225FA5 for ; Wed, 21 Aug 2019 16:37:27 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH vshard 1/1] travis-ci: deploy packages from tagged revisions References: <02992a76f8e5b7b1e4a53580cec33d050dc20b0b.1566333316.git.v.shpilevoy@tarantool.org> <20190820225932.gof43wv3b3ke5w6g@tkn_work_nb> From: Vladislav Shpilevoy Message-ID: <43985be3-143d-9e1c-cc60-ecfe94f1c3d3@tarantool.org> Date: Wed, 21 Aug 2019 22:40:25 +0200 MIME-Version: 1.0 In-Reply-To: <20190820225932.gof43wv3b3ke5w6g@tkn_work_nb> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: Alexander Turenko Cc: tarantool-patches@freelists.org Hi! Thanks for the review! On 21/08/2019 00:59, Alexander Turenko wrote: > LGTM. > > BTW, while you are here it worth to add uploading of packages into > tarantool/2_3 packagecloud bucket. I added a separate commit, see below and on the branch. Is it ok? ======================================================================== travis-ci: deploy to 2_3 repo diff --git a/.travis.yml b/.travis.yml index f13a481..024ab27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -80,6 +80,16 @@ deploy: on: branch: "master" condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}" + - provider: packagecloud + username: tarantool + repository: "2_3" + token: ${PACKAGECLOUD_TOKEN} + dist: ${OS}/${DIST} + package_glob: build/*.{deb,rpm,dsc} + skip_cleanup: true + on: + branch: "master" + condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}" # Deploy packages to PackageCloud from tags # see: # * https://github.com/tarantool/tarantool/issues/3745 @@ -124,6 +134,16 @@ deploy: on: tags: true condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}" + - provider: packagecloud + username: tarantool + repository: "2_3" + token: ${PACKAGECLOUD_TOKEN} + dist: ${OS}/${DIST} + package_glob: build/*.{deb,rpm,dsc} + skip_cleanup: true + on: + tags: true + condition: -n "${OS}" && -n "${DIST}" && -n "${PACKAGECLOUD_TOKEN}" notifications: email: