rodjek / librarian-puppet

http://librarian-puppet.com
MIT License
693 stars 209 forks source link

verbose option not working with new git version #343

Closed Fabian1976 closed 7 years ago

Fabian1976 commented 7 years ago

When trying to run librarian-puppet with the --verbose option, I get this output:

[Librarian] Git: /usr/bin/git
error: unknown option `silent'
usage: git version [<options>]

    --build-options       also print build options

When I run git version, I get this output:

git version 2.14.1

When I run git version --silent, I get the same error as the librarian-puppet run:

$ git version --silent
error: unknown option `silent'
usage: git version [<options>]

    --build-options       also print build options
Fabian1976 commented 7 years ago

I've tested with git version 2.13.3 and that still works fine. So it seems the --silent was removed from git 2.14.x

$ git version --silent
git version 2.13.3
carlossg commented 7 years ago

Moved to https://github.com/voxpupuli/librarian-puppet