From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6741460933745311744 X-Received: by 2002:a2e:884c:: with SMTP id z12mr4673614ljj.41.1574181689655; Tue, 19 Nov 2019 08:41:29 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:ac2:4465:: with SMTP id y5ls4118856lfl.16.gmail; Tue, 19 Nov 2019 08:41:29 -0800 (PST) X-Google-Smtp-Source: APXvYqzRQopRjNlqZDop+ClOjKM+rtzctUPNR/8QcSriS/xxYYOCKgNraIR1RStiimhe8zjS95pG X-Received: by 2002:a19:500d:: with SMTP id e13mr4670783lfb.85.1574181689045; Tue, 19 Nov 2019 08:41:29 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1574181689; cv=none; d=google.com; s=arc-20160816; b=scXr3uvWkX0V7FAiIhpwBgGLdAf1aUkGW5n9It1PRqRoVjQyTSjtLkuGnwvlGE9f3q IUU6JR91AHlBM57bKuJLVCWb5ACXaE4uHIhjzrG3vG7/hwAb+2H5ka+U1Evw3ptzTfrZ v6M03pxZpwGiGh45xjv3lbeevhMf2LZPpfHHhJUKxv+mXAj/Ok6dROmyZxY9uyJ98TdQ tfsfpxhsFh2sZRS+TB7bWEZii4l+RtLmrlpzDP8XtdGw1lI/W/j6E0DibDiRVmWO6XFm +CeyIWa6zJAgEQWp7RGbOrEmAj66PlVwBtY6tQn9hVFGDkt0q7qfMOrBLCBmif51Zw7N 6pGQ== 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=FpwclHG9ugR9R+7JSaO/ZeAvSNc9U7tbpgddGzoL+tI=; b=EWr50gw4pdYVmvy89mee+fVSAN+H1h4y9puw+A8qYu+Jn6FSByVh3+a0jDvF9C2FdC HiFALQJKx2z3UEv15p7BqsJoY5PWoL69mEYVMR1bTN7Jg85qY4hk3hGUuOzxqPItVAxN AoKJc2dkpNHD6KOfy254IYOUKempXa5t4UNtbbV/nN/yzJp0QrSA+3r7hLf18L3XeVfD gPpKqnKm3oHPyDMqY1nKM/S4K9B+NfWdh+F20OjchPqSUNS9U3FViTVH1kTHA+6MAmQp 20BmTY2aeXeXFGI1G4719f0xbaL6EwYT/0GqHi2z1wlBRQdOJ1cukWBv647U62lIX5RM SSKQ== 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 i20si761442lfo.4.2019.11.19.08.41.28 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 19 Nov 2019 08:41:28 -0800 (PST) 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 (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id xAJGfQXr010028 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 19 Nov 2019 17:41:28 +0100 Date: Tue, 19 Nov 2019 17:41:26 +0100 From: Baurzhan Ismagulov To: isar-users@googlegroups.com Subject: Re: [PATCH] meta/base-apt: Fix build issue with CI Message-ID: <20191119164126.uao4p5fvcg32d45p@yssyq.m.ilbers.de> Mail-Followup-To: isar-users@googlegroups.com References: <20191105103314.11454-1-Vijaikumar_Kangarajan@mentor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191105103314.11454-1-Vijaikumar_Kangarajan@mentor.com> User-Agent: NeoMutt/20180716 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: W+59bHHsAKqC On Tue, Nov 05, 2019 at 04:03:14PM +0530, vijaikumar.kanagarajan@gmail.com wrote: > CI triggers the build in a chrooted environment with userspec > option set to host user. GPG commands would fail since we donot have > access to the $HOME folder in chroot. > > Make GNUPGHOME available to avoid failures due to permission issues. Applied to next, thanks. With kind regards, Baurzhan.