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 B80C62797E for ; Thu, 21 Mar 2019 11:20:49 -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 Qe0zV2fmwsPI for ; Thu, 21 Mar 2019 11:20:49 -0400 (EDT) Received: from smtp18.mail.ru (smtp18.mail.ru [94.100.176.155]) (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 017CE27965 for ; Thu, 21 Mar 2019 11:20:48 -0400 (EDT) Date: Thu, 21 Mar 2019 18:20:42 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH 2/2] build: set specific name for packages of master branch Message-ID: <20190321152042.gf2nlzep3inaombk@tarantool.org> References: <8650aab92f5973d0546b667fcbf3f0d4b0b82746.1553174240.git.kyukhin@tarantool.org> <20190321140955.ll26wtga63p47hve@tarantool.org> <20190321142154.GA6858@chai> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190321142154.GA6858@chai> 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: tarantool-patches@freelists.org Cc: alexander.turenko@tarantool.org Hello, On 21 Mar 17:21, Konstantin Osipov wrote: > * Kirill Yukhin [19/03/21 17:14]: > > tarantool --version > > -Tarantool 2.minor.patch-- > > +Tarantool 9999.minor.patch-- > > Schema versioning is also looking at this number and schema > upgrade executes only if the current tarantool schema version is > smaller than the binary version. It is not looking at the number > explicitly, but still. Schema upgrade is a seriuos concern. Let's don't do it. -- Regards, Kirill Yukhin