mirror of
https://github.com/certbot/certbot.git
synced 2026-02-26 11:20:36 -05:00
* 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) |
||
|---|---|---|
| .. | ||
| pieces | ||
| tests | ||
| build.py | ||
| certbot-auto.asc | ||
| Dockerfile.centos6 | ||
| Dockerfile.precise | ||
| Dockerfile.trusty | ||
| Dockerfile.wheezy | ||
| letsencrypt-auto | ||
| letsencrypt-auto.sig | ||
| letsencrypt-auto.template | ||