From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:6f8:1178:2:5054:ff:fec0:8e10] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1WDVXw-0007FW-P0 for ptxdist@pengutronix.de; Wed, 12 Feb 2014 09:51:56 +0100 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1WDVXw-0000bb-NU for ptxdist@pengutronix.de; Wed, 12 Feb 2014 09:51:56 +0100 Date: Wed, 12 Feb 2014 09:51:56 +0100 From: Michael Olbrich Message-ID: <20140212085156.GE4551@pengutronix.de> References: <1391630133-20347-1-git-send-email-jon@ringle.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Subject: Re: [ptxdist] [PATCH] ptxd_make_get.sh: remove git fetch --progress Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de On Wed, Feb 05, 2014 at 08:21:28PM -0500, Jon Ringle wrote: > On Wed, Feb 5, 2014 at 2:55 PM, wrote: > > From: Jon Ringle > > > > 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. Ok. I left this out for now. I'd like to support older versions but not seeing any progress at all can be really confusing for larger repositories. Michael > > Signed-off-by: Jon Ringle > > --- > > 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 > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list ptxdist@pengutronix.de