On Wed, Feb 5, 2014 at 2:55 PM,  <[email protected]> wrote:
> From: Jon Ringle <[email protected]>
>
> 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 <[email protected]>
> ---
>  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
[email protected]

Reply via email to