1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00
Commit Graph

79 Commits

Author SHA1 Message Date
Peter Eckersley
6a46eff84e Merge pull request #1519 from Aeyoun/patch-1
Test dnf before yum
2015-12-01 18:15:26 -08:00
Peter Eckersley
a7377fc485 Merge pull request #1527 from Aeyoun/patch-3
Add missing RPM requirement
2015-12-01 16:12:31 -08:00
Stefan Weil
d564b8ff8e Fix typos found by codespell
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2015-11-18 22:41:39 +01:00
Daniel Aleksandersen
053697889d Add missing RPM requirement
`redhat-rpm-config` provides the required `/usr/lib/rpm/redhat/redhat-hardened-cc1` to Fedora.
2015-11-17 05:14:04 +01:00
Daniel Aleksandersen
75e7c302f0 Support more distros with different RPM names
* Support both python and python27 naming conventions (varies by distro)
* Test every install command and give feedback if they don't succeed
2015-11-17 00:23:58 +01:00
Daniel Aleksandersen
85d7b9406d Test dnf before yum
yum may still be installed (by default in recent Fedoras) and will display a deprecation and migration message. On the other hand, dnf either is or isn't installed and the test will proceed as intended. (dnf is the modern replacement for yum.)
2015-11-16 23:37:17 +01:00
Peter Eckersley
d27dd3cf4b Merge pull request #1465 from letsencrypt/amazonlinux
Highly experimental Amazon Linux bootstrapping
2015-11-14 19:57:44 -08:00
Peter Eckersley
3551ffbd64 Replace "which" with "command -v"
Since the latter is at least semi-POSIX compliant:

http://pubs.opengroup.org/onlinepubs/009696899/utilities/command.html

Avoids the need for #1486
2015-11-13 01:31:14 -08:00
Peter Eckersley
fa970916a2 Merge remote-tracking branch 'origin/master' into amazonlinux 2015-11-12 14:57:19 -08:00
Peter Eckersley
28ef1eae8d Highly experimental Amazon Linux bootstrapping 2015-11-11 11:24:41 -08:00
Ondřej Súkup
a832070a12 Add bootstrap for openSUSE 2015-11-07 11:15:45 +01:00
Peter Eckersley
3faa93ab28 Merge remote-tracking branch 'kuba/auto-2.6-squeeze' into both
Combining the --debug gating changes with Kuba's 2.6 support
2015-11-04 17:09:44 -08:00
Dev & Sec
eb09190656 Remove duplicated python-devel in redhat bootstrap script 2015-11-02 21:21:42 +00:00
Jakub Warmuz
f414f51d82 letsencrypt-auto for debian squeeze (fixes #1078). 2015-10-31 12:39:24 +00:00
Jakub Warmuz
6d8e48c4ff Use py26reqs in bootstrap/venv.sh 2015-10-31 12:31:07 +00:00
Jakub Warmuz
6f5d37fc21 requirements.txt: rename to py26reqs.txt and remove it from deps where possible.
When people see requirements.txt they tend to `pip install -r`
straight way
(c.f. https://github.com/letsencrypt/letsencrypt/issues/1252). It's
only necessary for Python2.6.
2015-10-31 12:22:42 +00:00
bmw
c39bc12b18 Merge pull request #1238 from devnsec-com/pr5
Use `printf` instead of `echo -n` for better portability
2015-10-30 17:04:12 -07:00
Peter Eckersley
3a99c7b333 Merge pull request #1221 from cheba/gentoo-bootstrap
Gentoo bootstrapping
2015-10-30 16:42:46 -07:00
Dev & Sec
d5ccbdbcd2 use printf instead of echo -n for better portability 2015-10-30 22:54:10 +00:00
Alexander Mankuta
537fcf581c Add Gentoo bootstrapping
Includes support for all three major package managers.
2015-10-30 21:51:49 +02:00
Mantas Mikulėnas
724d06eec5 bootstrap: use a proper dependency test for Arch
`pacman -T` exists for this exact purpose; it respects provides without
having to manually code them into the script.
2015-10-30 17:11:55 +02:00
Axel Beckert
7fdea8dd1a Use git instead of git-core in bootstrapping on Debian and friends
Fixes #1179.
2015-10-29 09:19:38 +01:00
Peter Eckersley
524f46d7f0 Merge pull request #1161 from pritambaral/bootstrap-msg-cleanup
Make message printed after bootstrap slightly less confusing
2015-10-27 15:52:51 -07:00
Chhatoi Pritam Baral
7b5f20a31c Make message printed after bootstrap slightly less confusing 2015-10-28 04:03:44 +05:30
Chhatoi Pritam Baral
8c7d0614e5 Respect pre-installed gcc package on Arch Linux 2015-10-28 03:55:44 +05:30
Brad Warren
504ae5e867 Added pkg-config 2015-10-27 10:40:00 -07:00
Damian Duesentrieb
49b6f37e77 Support for Manjaro Linux 2015-10-25 22:27:11 +01:00
Joubin Jabbari
3386cd8711 removed trading slash 2015-10-24 00:27:12 -07:00
Joubin Jabbari
ca838b0ea3 removed extra path
```
root@localhost:~# cd letsencrypt/
root@localhost:~/letsencrypt# ./bootstrap/install-deps.sh 
Cannot find the letsencrypt bootstrap scripts in ./bootstrap/bootstrap

```

However, with the proposed change

```
root@localhost:~/letsencrypt# ./bootstrap/install-deps.sh 
Bootstrapping dependencies for Debian-based OSes...
Ign http://mirrors.linode.com jessie InRelease
Hit http://mirrors.linode.com jessie-updates InRelease  
```
2015-10-24 00:02:13 -07:00
Peter Eckersley
f66334a782 chmod a+x 2015-10-23 17:22:26 -07:00
Peter Eckersley
096b5ec32a Back out ./letsencrypt-dev; document "activate" more clearly 2015-10-23 16:12:33 -07:00
Peter Eckersley
6382b184f0 Update documentation of tested platforms 2015-10-21 16:59:54 -07:00
Peter Eckersley
41a59c0e15 typo 2015-10-21 12:27:22 -07:00
Peter Eckersley
059ca6dbce Make debian bootstrapper more agnostic about venv packaging
Closes: #1061
2015-10-21 12:23:30 -07:00
Faerbit
82e3620b5a Added needed flag to pacman invocation to only install packages that are not already installed. 2015-10-20 14:28:52 +02:00
bmw
4a7ce62c62 Merge pull request #963 from douglasjose/python-deps-mac
Added pip and virtualenv installation steps to Mac's bootstrap script.
2015-10-16 00:13:25 -07:00
Peter Eckersley
64385cbd80 Disable nginx in bootstrap/venv.sh too 2015-10-15 00:09:42 -07:00
Peter Eckersley
99793c54d6 More portability 2015-10-14 17:46:11 -07:00
Jakub Warmuz
3f942d7426 Basic virtualenv bootstrap script for end users. 2015-10-14 18:19:10 +00:00
Douglas José
6ae3f4c973 Added pip and virtualenv installation steps to Mac's bootstrap script. 2015-10-12 21:25:52 -04:00
Brad Warren
b275df13d3 python2 and clarified coverage 2015-10-06 10:49:33 -07:00
Jakub Warmuz
4cd5a8e42c Archlinux bootstrap: python-virtualenv 2015-10-05 21:40:55 +00:00
Jakub Warmuz
eec5542cb3 lint archlinux bootstrap script 2015-10-05 21:39:34 +00:00
Jakub Warmuz
18f1bb49f0 Merge remote-tracking branch 'github/letsencrypt/master' into bootstrap 2015-10-05 21:38:06 +00:00
Martijn Braam
9a59a41b04 Added bootstrap script for archlinux 2015-10-05 15:08:43 +02:00
Jakub Warmuz
85e5165b5d nit: missing EOF newline 2015-09-27 20:59:07 +00:00
Jakub Warmuz
6649af9479 Developer virtualenv bootstrap scripts. 2015-09-27 20:57:31 +00:00
Brandon Kreisel
fd53b09ab5 Remove homebrew existing message 2015-09-21 06:58:35 -04:00
Brandon Kreisel
7f42beda95 Add homebrew and add dialog dependency per #413 2015-09-20 19:09:36 -04:00
James Kasten
0a4c91e018 Merge pull request #747 from kuba/rpm-dnf
rpm bootstrap: yum and dnf support
2015-09-08 23:59:07 -04:00