Adding 'progress' flag to git

This commit is contained in:
Sergio Durigan Junior 2015-01-22 19:27:48 -05:00
parent b8a20c9ade
commit 597359e9bb

View file

@ -278,7 +278,8 @@ from the principal repository."""
workdir = WithProperties (r"%s/../binutils-gdb-master/",
r'builddir'),
retryFetch = True,
mode = r'incremental')
mode = r'incremental',
progress = True)
self.haltOnFailure = False
self.flunkOnFailure = False
@ -297,7 +298,8 @@ present at the reference repository (i.e., locally)."""
workdir = WithProperties ('%s/binutils-gdb/', 'builddir'),
reference = WithProperties ("%s/../binutils-gdb-master/",
'builddir'),
retryFetch = True)
retryFetch = True,
progress = True)
class ConfigureGDB (Configure):
"""This build step runs the GDB "configure" command, providing extra