All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Burton, Ross" <ross.burton@intel.com>
To: Clemens Lang <clemens.lang@bmw-carit.de>
Cc: OE-core <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] lib/oe/path: Fix tar invocation with --no-recursion
Date: Thu, 21 Jul 2016 20:45:56 +0100	[thread overview]
Message-ID: <CAJTo0Lb=OdKYCog2jMW=r6XWNFkyHv7VB0ho4ndDOt=V1NDYyA@mail.gmail.com> (raw)
In-Reply-To: <1468599986-26072-1-git-send-email-clemens.lang@bmw-carit.de>

[-- Attachment #1: Type: text/plain, Size: 571 bytes --]

Hi Clemens,

On 15 July 2016 at 17:26, Clemens Lang <clemens.lang@bmw-carit.de> wrote:

> -        cmd = 'cd %s; find . -type d -print | tar -cf - -C %s -p
> --files-from - --no-recursion | tar -xf - -C %s' % (src, src, dst)
> +        cmd = 'cd %s; find . -type d -print | tar -cf - -C %s -p
> --no-recursion --files-from - | tar -xf - -C %s' % (src, src, dst)
>

I applied this manually as it's just a one-liner, but please do try to send
a patch based on master (the commit which caused this patch to not apply
was a week old when this was sent).

Ross

[-- Attachment #2: Type: text/html, Size: 1028 bytes --]

      reply	other threads:[~2016-07-21 19:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-15 16:26 [PATCH] lib/oe/path: Fix tar invocation with --no-recursion Clemens Lang
2016-07-21 19:45 ` Burton, Ross [this message]

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='CAJTo0Lb=OdKYCog2jMW=r6XWNFkyHv7VB0ho4ndDOt=V1NDYyA@mail.gmail.com' \
    --to=ross.burton@intel.com \
    --cc=clemens.lang@bmw-carit.de \
    --cc=openembedded-core@lists.openembedded.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.