Tarantool development patches archive
 help / color / mirror / Atom feed
From: Alexander Turenko <alexander.turenko@tarantool.org>
To: "Alexander V. Tikhonov" <avtikhon@tarantool.org>
Cc: Oleg Piskunov <o.piskunov@tarantool.org>,
	tarantool-patches@dev.tarantool.org
Subject: Re: [Tarantool-patches] [PATCH v10] gitlab-ci: push Deb/RPM packages to S3 based repos
Date: Tue, 4 Feb 2020 11:38:11 +0300	[thread overview]
Message-ID: <20200204083811.jlels2lplqudhqvs@tkn_work_nb> (raw)
In-Reply-To: <20200204075204.fc7hvu6gi7qco37m@tkn_work_nb>

On Tue, Feb 04, 2020 at 10:52:04AM +0300, Alexander Turenko wrote:
> Pushed to master, 2.3, 2.2, 2.1 (w/o Fedora 31), 1.10.
> 
> CCed Kirill.
> 
> I'll file an issue for follow up activities.
> 
> WBR, Alexander Turenko.

Force pushed the following change:

diff --git a/.gitlab.mk b/.gitlab.mk
index 7cdcd6ae7..24b18b7f2 100644
--- a/.gitlab.mk
+++ b/.gitlab.mk
@@ -115,9 +115,10 @@ deploy: package
        echo ${GPG_SECRET_KEY} | base64 -d | gpg --batch --import || true
        ./tools/update_repo.sh -o=${OS} -d=${DIST} \
                -b="${LIVE_REPO_S3_DIR}/${BUCKET}" build
-       git name-rev --name-only --tags --no-undefined HEAD 2>/dev/null && \
+       if git name-rev --name-only --tags --no-undefined HEAD 2>/dev/null ; then \
                ./tools/update_repo.sh -o=${OS} -d=${DIST} \
-                       -b="${RELEASE_REPO_S3_DIR}/${BUCKET}" build
+                       -b="${RELEASE_REPO_S3_DIR}/${BUCKET}" build ; \
+       fi
 
 # ############
 # Static build

  reply	other threads:[~2020-02-04  8:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-04  5:37 Alexander V. Tikhonov
2020-02-04  7:52 ` Alexander Turenko
2020-02-04  8:38   ` Alexander Turenko [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-02-03 14:44 Alexander V. Tikhonov

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=20200204083811.jlels2lplqudhqvs@tkn_work_nb \
    --to=alexander.turenko@tarantool.org \
    --cc=avtikhon@tarantool.org \
    --cc=o.piskunov@tarantool.org \
    --cc=tarantool-patches@dev.tarantool.org \
    --subject='Re: [Tarantool-patches] [PATCH v10] gitlab-ci: push Deb/RPM packages to S3 based repos' \
    /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