certbot/letsencrypt-auto-source
Nick Fong 02615c2ac6 Silence Package Manager Output when certbot-auto invoked with --quiet (#3776)
* Add quiet flags to package manager invocations

Add the following flags when 'certbot-auto --quiet' is invoked:
- Add '-qq' to calls to 'apt-get' in Debian
- Add '--quiet' to calls to 'yum' or 'dnf' in CentOS or Fedora
- Add '--quiet' to calls to 'urpmi' in Mageia
- Add '--quiet' to calls to 'pkg install' in FreeBSD

* Fix $QUIET flag in bootstrappers

- Set the value of $QUIET properly (i.e. s/$QUIET/QUIET when setting the
  variable) in
  - deb_common.sh
  - mageia_common.sh
  - rpm_common.sh
- Actually use $QUIET when running $tool in rpm_common.sh

* Add handling of $QUIET to Arch and Open Suse

* Add logic to set --non-interactive if --quiet

* Add missing $QUIET_FLAG to rpm_common.sh

* Run build.py

* Limit --help to 80 cols

* Update indentation within bootstrappers

* Add $QUIET_FLAG to second call to `urpmi` (redux)
2017-01-20 09:40:36 -08:00
..
pieces Silence Package Manager Output when certbot-auto invoked with --quiet (#3776) 2017-01-20 09:40:36 -08:00
tests Expanding tests for le-auto, adding CentOS test suite (#2671) 2016-11-10 15:05:03 -08:00
build.py Partial le-auto rename 2016-04-14 10:50:31 -07:00
certbot-auto.asc Candidate 0.10.1 to master (#4057) 2017-01-13 17:15:50 -08:00
Dockerfile.centos6 Expanding tests for le-auto, adding CentOS test suite (#2671) 2016-11-10 15:05:03 -08:00
Dockerfile.precise Expanding tests for le-auto, adding Ubuntu test suite (#2548) 2016-11-10 13:15:17 -08:00
Dockerfile.trusty Expanding tests for le-auto, adding Ubuntu test suite (#2548) 2016-11-10 13:15:17 -08:00
Dockerfile.wheezy Expanding tests for le-auto, adding Debian test suite (#2635) 2016-11-10 14:01:15 -08:00
letsencrypt-auto Silence Package Manager Output when certbot-auto invoked with --quiet (#3776) 2017-01-20 09:40:36 -08:00
letsencrypt-auto.sig Candidate 0.10.1 to master (#4057) 2017-01-13 17:15:50 -08:00
letsencrypt-auto.template Silence Package Manager Output when certbot-auto invoked with --quiet (#3776) 2017-01-20 09:40:36 -08:00