From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6717330766855929856 X-Received: by 2002:a1c:cf0b:: with SMTP id f11mr83587046wmg.138.1564083062886; Thu, 25 Jul 2019 12:31:02 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a1c:4989:: with SMTP id w131ls18025517wma.5.gmail; Thu, 25 Jul 2019 12:31:02 -0700 (PDT) X-Google-Smtp-Source: APXvYqzzURXJ5h4Gyg0qkK2IXbSTuBfdUdaVOV4+u2lUXmdsX8UX1kTcPXx4YLrgUOcvBlQG6HUB X-Received: by 2002:a1c:6c08:: with SMTP id h8mr83849843wmc.62.1564083062573; Thu, 25 Jul 2019 12:31:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564083062; cv=none; d=google.com; s=arc-20160816; b=xY7f+uz87Ndfx1ftpYSTSQBoJT+n3h2nX8l11Ut7lg7IcxLUhvCKS6O65oxYuRyUAJ YAdlDbVRBzjV9DkniTI0UOkE+KTRjhXykcWbS2Ec+3Ih7RFgde53FsheAFakphHjSNcn IciIvNdlZBxSerfAPJ5wFGdx99HoKZcJMg/wQwwmAoz25wx8d+Hq9hXIacs+CNWW6yJO tG/ksBGxXqsuhiSERi711+3mTD9vgcBDc+T1VJb7KtUat940FcJO/UEo1cW7MIeFkldA TbJtG9kOmHqbEtJ2UiG2cArMOhJhuwNgzIM6pyqwaJa++QdIN4WyZS4zm3jleYrI5W5A qgyg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=sgbd3VVq9ao3PwWeqdsxB4sgNh5zpQS/3CGhf2xN4MI=; b=Tg3xZXbfy/9UmNm8IzwJKIFVvMqDura30EKPvNRVvqoZNSD5kqcuhTGiTgFLFIh4FT i04GJatwLd492P9apYoxwEzSGcPENLFh9ZyRXUG4VDgxk26ykk9gMkzxa1+ZrmtGGJhA envi+GrbpJVVu+IsYEU9cNr5nVid6Wd/NesTn9tAH5jK+ei/59b68j5+c+2q8F82wyYO gsATUi4CuKxMz+44sQ3rCU4RDLq7oAo/Rysx42fH0etJe0jFSN5c8/2QrExgh+zjQaOr 7H/afC87DqaChTi/wvupYHGz24vjmQyLYPYy+wYUWMlaMeQni88m2kHFRlbxLkurgeMc lw5w== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id b15si1734228wmg.1.2019.07.25.12.31.02 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 25 Jul 2019 12:31:02 -0700 (PDT) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de (dslb-002-200-058-065.002.200.pools.vodafone-ip.de [2.200.58.65]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id x6PJV0FY025810 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 25 Jul 2019 21:31:01 +0200 Date: Thu, 25 Jul 2019 21:30:55 +0200 From: Baurzhan Ismagulov To: isar-users@googlegroups.com Subject: Re: [PATCH 1/2] ci_build: Add signing cached repo test Message-ID: <20190725193055.GR14716@yssyq.m.ilbers.de> Mail-Followup-To: isar-users@googlegroups.com References: <20190724203303.11549-1-mosipov@ilbers.de> <20190725085210.441f52c4@md1za8fc.ad001.siemens.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190725085210.441f52c4@md1za8fc.ad001.siemens.net> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: E3OK5WeZAxyH On Thu, Jul 25, 2019 at 08:52:10AM +0200, Henning Schild wrote: > > +GPG_PUB_KEY_FILE="$HOME/.gnupg/my_pub.key" > > This will not work. The test keys have to be part of the repo. The current concept was to set up the key manually. I agree that setting up automatically would be better. With kind regards, Baurzhan.