public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: "Maxim Yu. Osipov" <mosipov@ilbers.de>
To: isar-users@googlegroups.com
Subject: Re: [PATCH 1/2] isar-bootstrap: Fix gpg error file name too long
Date: Tue, 28 Aug 2018 01:07:22 +0300	[thread overview]
Message-ID: <7f8c7c21-8e7b-7d27-24f8-4ddf68fb163a@ilbers.de> (raw)
In-Reply-To: <20180810103150.28342-2-mosipov@ilbers.de>

On 08/10/2018 01:31 PM, Maxim Yu. Osipov wrote:
> Change homedir to DL_DIR to workaround gpg failure "File name too long".

Applied to the 'next'.

> Signed-off-by: Maxim Yu. Osipov <mosipov@ilbers.de>
> ---
>   meta/recipes-core/isar-bootstrap/isar-bootstrap.inc | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc b/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc
> index 8afd470..5c90713 100644
> --- a/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc
> +++ b/meta/recipes-core/isar-bootstrap/isar-bootstrap.inc
> @@ -138,13 +138,13 @@ def get_distro_components_argument(d, is_host):
>       else:
>           return ""
>   
> -do_generate_keyring[dirs] = "${WORKDIR}"
> +do_generate_keyring[dirs] = "${DL_DIR}"
>   do_generate_keyring[vardeps] += "DISTRO_APT_KEYS"
>   do_generate_keyring() {
>       if [ -n "${@d.getVar("APTKEYFILES", True) or ""}" ]; then
>           for keyfile in ${@d.getVar("APTKEYFILES", True)}; do
>              gpg --no-default-keyring --keyring "${APTKEYRING}" \
> -               --homedir "${WORKDIR}" --import "$keyfile"
> +               --homedir "${DL_DIR}"  --import "$keyfile"
>           done
>       fi
>   }
> 


-- 
Maxim Osipov
ilbers GmbH
Maria-Merian-Str. 8
85521 Ottobrunn
Germany
+49 (151) 6517 6917
mosipov@ilbers.de
http://ilbers.de/
Commercial register Munich, HRB 214197
General Manager: Baurzhan Ismagulov

  parent reply	other threads:[~2018-08-27 22:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-10 10:31 [PATCH 0/2] Various bug fixes Maxim Yu. Osipov
2018-08-10 10:31 ` [PATCH 1/2] isar-bootstrap: Fix gpg error file name too long Maxim Yu. Osipov
2018-08-13  8:16   ` Henning Schild
2018-08-27 22:07   ` Maxim Yu. Osipov [this message]
2018-08-10 10:31 ` [PATCH 2/2] isar-bootstrap: exit if command fails under flock Maxim Yu. Osipov
2018-08-11 15:52   ` Jan Kiszka
2018-08-12  8:46     ` Maxim Yu. Osipov
2018-08-13  8:34       ` Henning Schild

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7f8c7c21-8e7b-7d27-24f8-4ddf68fb163a@ilbers.de \
    --to=mosipov@ilbers.de \
    --cc=isar-users@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox