From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp56.i.mail.ru (smtp56.i.mail.ru [217.69.128.36]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 6EBC4445320 for ; Mon, 6 Jul 2020 23:38:07 +0300 (MSK) Date: Mon, 6 Jul 2020 23:37:19 +0300 From: Alexander Turenko Message-ID: <20200706203719.3muo4t4547gw5lzb@tkn_work_nb> References: <5ac79b3ebd520ae5ffc2de998793ea3949e0d4ba.1594017314.git.avtikhon@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <5ac79b3ebd520ae5ffc2de998793ea3949e0d4ba.1594017314.git.avtikhon@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v2] gitlab-ci: add openSuSE packages build jobs List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Alexander V. Tikhonov" Cc: tarantool-patches@dev.tarantool.org > diff --git a/rpm/prebuild-opensuse-leap.sh b/rpm/prebuild-opensuse-leap.sh > new file mode 100755 > index 000000000..0782ebd0d > --- /dev/null > +++ b/rpm/prebuild-opensuse-leap.sh > @@ -0,0 +1,7 @@ > +#!/bin/bash -ex > + > +# Found that packages repositories can have broken > +# repositories in zypper cache. To fix it, zypper > +# cache should be refreshed. > +sudo zypper cc > +sudo zypper ref We discussed it with Alexander and decided to move this workaround right to packpack, because it is relevant for all packpack users, not just tarantool.