mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Jon Ringle <jon@ringle.org>
To: "ptxdist@pengutronix.de" <ptxdist@pengutronix.de>
Cc: Jon Ringle <jringle@gridpoint.com>
Subject: Re: [ptxdist] [PATCH] ptxd_make_get.sh: remove git fetch --progress
Date: Wed, 5 Feb 2014 20:21:28 -0500	[thread overview]
Message-ID: <CAMwGMjz7qfD5aXHF9HxwCEF5T3CUqiUVVaS83ehKve9PBAC4UQ@mail.gmail.com> (raw)
In-Reply-To: <1391630133-20347-1-git-send-email-jon@ringle.org>

On Wed, Feb 5, 2014 at 2:55 PM,  <jon@ringle.org> wrote:
> From: Jon Ringle <jringle@gridpoint.com>
>
> git-1.7.0.4 doesn't understand --progress

I've since installed git-1.8.5.3 on the build server where I was
having an issue with this, so this is not longer much of an issue for
me anymore. It doesn't matter to me whether this one gets applied or
not.

Jon

>
> Signed-off-by: Jon Ringle <jringle@gridpoint.com>
> ---
>  scripts/lib/ptxd_make_get.sh |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/lib/ptxd_make_get.sh b/scripts/lib/ptxd_make_get.sh
> index 26b99d5..aaff379 100644
> --- a/scripts/lib/ptxd_make_get.sh
> +++ b/scripts/lib/ptxd_make_get.sh
> @@ -129,7 +129,7 @@ ptxd_make_get_git() {
>         git --git-dir="${mirror}" config tar.tar.bz2.command "bzip2 -c" &&
>         git --git-dir="${mirror}" config tar.tar.xz.command "xz -c"
>         git --git-dir="${mirror}" remote add origin "${url}" &&
> -       git --git-dir="${mirror}" fetch --progress -pf origin "+refs/*:refs/*"  &&
> +       git --git-dir="${mirror}" fetch -pf origin "+refs/*:refs/*"  &&
>
>         if ! git --git-dir="${mirror}" rev-parse --verify -q "${tag}" > /dev/null; then
>                 ptxd_bailout "git: tag '${tag}' not found in '${url}'"
> --
> 1.7.10.4
>

-- 
ptxdist mailing list
ptxdist@pengutronix.de

  parent reply	other threads:[~2014-02-06  1:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-05 19:55 jon
2014-02-05 19:55 ` [ptxdist] [PATCH] make_release.sh: make it more accessible for creating custom releases jon
2014-02-12  8:54   ` Michael Olbrich
2014-02-06  1:21 ` Jon Ringle [this message]
2014-02-12  8:51   ` [ptxdist] [PATCH] ptxd_make_get.sh: remove git fetch --progress Michael Olbrich

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=CAMwGMjz7qfD5aXHF9HxwCEF5T3CUqiUVVaS83ehKve9PBAC4UQ@mail.gmail.com \
    --to=jon@ringle.org \
    --cc=jringle@gridpoint.com \
    --cc=ptxdist@pengutronix.de \
    /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