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 03FF424DD3 for ; Fri, 26 Jul 2019 13:24:00 -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 JzffL-gn4cqG for ; Fri, 26 Jul 2019 13:23:59 -0400 (EDT) Received: from smtp49.i.mail.ru (smtp49.i.mail.ru [94.100.177.109]) (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 4E2EB24B8D for ; Fri, 26 Jul 2019 13:23:59 -0400 (EDT) Date: Fri, 26 Jul 2019 20:23:52 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] travis-ci: deploy packages from tagged revisions Message-ID: <20190726172352.7h3l4y6e63toezuf@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: 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, "Alexander V . Tikhonov" Hello, On 14 июн 19:44, Alexander Turenko wrote: > The problem was that a tagged revision is not deployed, so after a > release we did an empty commit to trigger deployment. Now it is worked > around by adding extra deployment rules that deploys tagged revisions. > The workaround was suggested by Hiro Asari in [1]. > > [1]: https://github.com/travis-ci/travis-ci/issues/7780#issuecomment-302389370 > > Fixes #3745. I've checked the patch into master. -- Regards, Kirill Yukhin