Peter Eckersley
387d61d027
Merge pull request #3259 from certbot/epel-auto
...
Automatically enable EPEL after prompting users
2016-08-18 14:22:04 -07:00
Brad Warren
156c6415c2
error out when we can't simply install epel-release
2016-08-17 17:31:56 -07:00
Brad Warren
5c16b43221
satisfy OCD by removing space
2016-08-17 17:00:51 -07:00
Brad Warren
6dce950d6d
Update comment about how to generate requirements file
2016-08-17 16:12:12 -07:00
Brad Warren
9333be6c88
Add pyparsing hashes to requirements file
2016-08-17 16:07:37 -07:00
Joona Hoikkala
ade8403310
Revert "Remove psutil dependency"
...
This reverts commit 9bd361b28d .
2016-07-27 15:36:12 +03:00
Joona Hoikkala
603e3ac3ea
Merge remote-tracking branch 'upstream/master' into psutil
2016-07-25 11:26:05 +03:00
Joona Hoikkala
9bd361b28d
Remove psutil dependency
2016-07-25 11:13:16 +03:00
shodan
54eafcf8da
Change fatal warning to a fatal message
2016-07-21 14:50:12 +02:00
Brad Warren
62d6cc3b90
Merge pull request #3176 from TheNavigat/pip-verbose
...
Printing pip output to terminal when -v is used
2016-07-15 17:23:41 -07:00
Amjad Mashaal
a43991651c
Fixing tests
2016-07-16 02:04:59 +02:00
Amjad Mashaal
a0f9eb54b1
Updating letsencrypt-auto
2016-07-16 01:34:13 +02:00
Amjad Mashaal
4ab6a183f0
Removing 2>&1
2016-07-16 01:33:44 +02:00
Brad Warren
44113a5d06
Automatically enable EPEL (after prompting users)
2016-07-07 17:25:09 -07:00
Amjad Mashaal
797d0a0660
Printing pip output to terminal when -v is used
...
Signed-off-by: Amjad Mashaal <me@amjad.io>
2016-06-25 12:37:42 +02:00
Brad Warren
f98fb1c6b6
Merge pull request #3155 from gdoucet/master
...
Added the argument --quiet and -q so then when used with a regular user there is no output to the screen.
2016-06-21 15:19:05 -07:00
Brad Warren
8b3528969d
Bump pyopenssl version
2016-06-20 14:33:00 -07:00
Brad Warren
0bfdea86d6
Bump cryptography version
2016-06-20 14:32:21 -07:00
Brad Warren
5c74e728b5
Bump version to 0.9.0
2016-06-14 16:56:31 -07:00
Brad Warren
4158656058
Release 0.8.1
2016-06-14 16:56:16 -07:00
Peter Eckersley
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
Geoffroy Doucet
8c8125c6fd
Added the argument --quiet and -q so then when used with a regular
...
user there is no output to the screen.
2016-06-13 21:29:51 -04:00
Peter Eckersley
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 Eckersley
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
Brad Warren
1c363716a0
Wrap mageia bootstrap script in bash function
2016-06-07 16:33:04 -07:00
Brad Warren
8aa1d85991
Move mageia bootstrap script
2016-06-07 16:25:08 -07:00
Brad Warren
2815361e63
Update the template as well
2016-06-03 11:12:49 -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
76a939ceb3
Exit if cannot bootstrap
2016-06-02 16:00:19 -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
Peter Eckersley
731f9a2dee
Merge pull request #2926 from TheNavigat/auto_test_fix
...
Fixing auto_test.py for Python 2.6
2016-05-27 14:39:44 -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
Noah Swartz
22badb2380
tests pass?
2016-05-19 17:29:39 -07:00
Noah Swartz
0bb8b0bcd5
change invocation
2016-05-19 12:27:17 -07:00
Noah Swartz
409640fb87
le to cb for test package
2016-05-19 12:05:42 -07:00
Noah Swartz
e8e009cc85
Revert "update secret pypi?"
...
This reverts commit 55755d818a .
2016-05-18 17:00:42 -07:00
Noah Swartz
55755d818a
update secret pypi?
2016-05-18 15:42:55 -07:00
Peter Eckersley
d3c4a9e04f
Merge pull request #2994 from tapple/master
...
system python path has changed on el capitan
2016-05-18 14:37:53 -07:00