From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-qc0-x234.google.com ([2607:f8b0:400d:c01::234]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1WB8Za-0003ys-CQ for ptxdist@pengutronix.de; Wed, 05 Feb 2014 20:55:53 +0100 Received: by mail-qc0-f180.google.com with SMTP id i17so1479959qcy.39 for ; Wed, 05 Feb 2014 11:55:44 -0800 (PST) From: jon@ringle.org Date: Wed, 5 Feb 2014 14:55:32 -0500 Message-Id: <1391630133-20347-1-git-send-email-jon@ringle.org> Subject: [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: , MIME-Version: 1.0 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 Cc: Jon Ringle From: Jon Ringle git-1.7.0.4 doesn't understand --progress 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