114 Commits
Author SHA1 Message Date
Brad Warren 4158656058 Release 0.8.1 2016-06-14 16:56:16 -07:00
Peter EckersleyandGitHub 4da0ee6185 Merge pull request #3111 from certbot/exit-if-no-bootstrap
Exit if cannot bootstrap in certbot-auto
2016-06-14 14:29:28 -07:00
Peter EckersleyandGitHub 268fb903b2 Merge pull request #3134 from fibbers/fix-virtualenv-package-installation-issue
Prevent bootstrap-issue on Debian systems with virtualenv package
2016-06-13 15:00:19 -07:00
Peter EckersleyandGitHub 28169f17e3 Merge pull request #3133 from certbot/mageia
Mageia Bootstrap
2016-06-13 14:26:05 -07:00
Willem Fibbe afd899886d Prevent bootstrap-issue on Debian systems with virtualenv package
On Debian 7 (and probably relative distro's) `aptitude show virtualenv` exits
with 0, since it is a virtual package. However, it doesn't have any installation
candidates, so filter on this case before trying to install `virtualenv` to
prevent installation-errors while bootstrapping.

NB, to make this clear:

	(0)#: apt-cache show virtualenv
	N: Can't select versions from package 'virtualenv' as it is purely virtual
	N: No packages found
	(0)#: echo $?
	0

Furthermore, --quiet=0 is necessary, to be able to grep through `apt-cache`'s
output via a pipe. More details on
http://unix.stackexchange.com/questions/201869/why-isnt-apt-cache-policy-output-piped/202041#202041.
2016-06-09 09:38:47 +02:00
Peter Eckersley 029aac92fa Merge pull request #3121 from certbot/auto-arch
Update letsencrypt-auto in response to Arch package rename
2016-06-08 12:16:06 -07:00
Brad Warren e51c16d666 Update letsencrypt-auto changes for the new format 2016-06-07 17:24:56 -07:00
Felix Yan 6b7a76442e Update letsencrypt-auto for Arch's new package name 2016-06-02 23:04:14 -05:00
Brad Warren c9bdc19851 Build letsencrypt-auto 2016-06-02 16:03:15 -07:00
Brad Warren 36e63a7372 Bump version to 0.9.0 2016-06-02 13:50:37 -07:00
Brad Warren dcadcf8d42 Release 0.8.0 2016-06-02 13:50:30 -07:00
Brad Warren 8a8a8b776d permanently pin 0.7.0 of letsencrypt in certbot-auto 2016-06-02 13:17:41 -07:00
Brad Warren 7153220b41 Bump version to 0.8.0 2016-05-27 13:30:54 -07:00
Brad Warren 46d8f6e18c Release 0.7.0 2016-05-27 13:30:46 -07:00
bmw 42e3f6f27c Merge pull request #3062 from certbot/remove-temp-dir
Always remove temporary directories in le-auto
2016-05-24 21:36:05 -07:00
bmw f8dd9411b8 Merge pull request #3026 from SwartzCr/issue_2839
update pypi for auto
2016-05-24 18:34:39 -07:00
Brad Warren c606273d14 use TEMP_DIR trap consistently 2016-05-24 13:16:21 -07:00
Brad Warren 70bb7ff68f fixes #3060 2016-05-24 13:08:10 -07:00
Brad Warren b1eff0fe35 Build le-auto to bring it up to date 2016-05-24 13:03:53 -07:00
Peter Eckersley b88a2f22e6 Merge pull request #3016 from certbot/quiet-no-quiet
Make certbot-auto quieter without implementing --quiet
2016-05-18 14:22:36 -07:00
Noah Swartz 01ebab26bf update pypi for auto 2016-05-18 14:21:57 -07:00
Noah Swartz c4fc7b30e3 change github URL 2016-05-18 13:44:29 -07:00
Brad Warren 507b154276 Don't saying you're requesting root unless you really are 2016-05-17 20:11:02 -07:00
Brad Warren 502eba1cc4 Simplify SUDO certbot prompt 2016-05-17 20:07:45 -07:00
Brad Warren 45b7c407c1 Don't tell people you check for updates on every run 2016-05-17 20:07:06 -07:00
Brad Warren af41345967 Put arg parsing in one place 2016-05-17 20:06:35 -07:00
Brad Warren 14778c15ce Run build to make le-auto up to date 2016-05-17 20:05:47 -07:00
Brad Warren d39dee20ad fix auto arg parsing 2016-05-16 15:06:51 -07:00
Brad Warren c8cf0b4600 Bump version to 0.7.0 2016-05-11 18:04:27 -07:00
Brad Warren 8e742fa3c6 Release 0.6.0 2016-05-11 18:04:15 -07:00
Peter Eckersley c9cdefd780 Merge remote-tracking branch 'origin/master' into deprecation-warning 2016-05-11 09:40:57 -07:00
Peter Eckersley ed23f2e27f CERTBOT_AUTO env was broken (especially if containing spaces) 2016-05-10 10:21:15 -07:00
Brad Warren 7a848d2b04 Remove unneeded info about backports 2016-05-09 19:51:08 -07:00
Brad Warren f38d59d675 Use --non-interactive instead of --yes and use getopt for parsing short opts 2016-05-09 19:08:25 -07:00
Brad Warren 0f228e935d Add backports countdown when using --yes/letsencrypt-auto 2016-05-02 11:52:57 -07:00
Brad Warren 23baf225a4 Ask before enabling backports 2016-04-22 16:44:06 -04:00
Brad Warren ab2319e609 Respect yes with opensuse bootstrap 2016-04-22 15:00:24 -04:00
Brad Warren 40aa4dbf91 add --yes support to red hat bootstrap script 2016-04-22 14:51:40 -04:00
Brad Warren 61203db2eb Add --yes support to arch and debian bootstrappers 2016-04-22 13:01:32 -04:00
Brad Warren c66f0bd18e Make le-auto helpful 2016-04-21 16:13:17 -04:00
Brad Warren 0fa18b6081 Add help text 2016-04-21 15:55:28 -04:00
Brad Warren 530033a37d Add CLI parsing 2016-04-21 15:16:39 -04:00
Brad Warren 45681909c7 Selectively rename le-auto strings 2016-04-20 14:39:26 -04:00
Peter Eckersley 3c455b7e64 letsencrypt-auto: set CERTBOT_AUTO :) 2016-04-20 10:45:30 +10:00
Peter Eckersley b597f4a284 [letsencrypt-auto] handle network/pypi failures more gracefully 2016-04-20 09:28:41 +10:00
Peter Eckersley 5b597e0e8b Rebuild letsencrypt-auto from current source 2016-04-20 09:28:11 +10:00
Brad Warren 37817130b0 Bump version to 0.6.0 2016-04-05 17:55:29 -07:00
Brad Warren 4d4cfb414f Release 0.5.0 2016-04-05 17:55:18 -07:00
Brad Warren ee2ef9a345 reuse venv sometimes on Python 2.6 2016-04-05 16:36:11 -07:00
Brad Warren b0c34b7581 build le-auto 2016-04-05 16:34:42 -07:00