Tarantool development patches archive
 help / color / mirror / Atom feed
From: Vladislav Shpilevoy <v.shpilevoy@tarantool.org>
To: Alexander Turenko <alexander.turenko@tarantool.org>
Cc: tarantool-patches@freelists.org
Subject: [tarantool-patches] Re: [PATCH vshard 1/1] travis-ci: deploy packages from tagged revisions
Date: Wed, 21 Aug 2019 22:40:25 +0200	[thread overview]
Message-ID: <43985be3-143d-9e1c-cc60-ecfe94f1c3d3@tarantool.org> (raw)
In-Reply-To: <20190820225932.gof43wv3b3ke5w6g@tkn_work_nb>

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:

  reply	other threads:[~2019-08-21 20:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-20 20:36 [tarantool-patches] " Vladislav Shpilevoy
2019-08-20 22:59 ` [tarantool-patches] " Alexander Turenko
2019-08-21 20:40   ` Vladislav Shpilevoy [this message]
2019-08-21 21:25     ` Alexander Turenko
2019-08-21 22:13       ` Vladislav Shpilevoy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43985be3-143d-9e1c-cc60-ecfe94f1c3d3@tarantool.org \
    --to=v.shpilevoy@tarantool.org \
    --cc=alexander.turenko@tarantool.org \
    --cc=tarantool-patches@freelists.org \
    --subject='[tarantool-patches] Re: [PATCH vshard 1/1] travis-ci: deploy packages from tagged revisions' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox