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

64 Commits

Author SHA1 Message Date
Dev & Sec
eb09190656 Remove duplicated python-devel in redhat bootstrap script 2015-11-02 21:21: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
Jakub Warmuz
75304ab6d1 Add basic setup for FreeBSD 2015-09-05 19:03:01 +00:00
Jakub Warmuz
0978441392 fix indent 2015-09-05 18:28:27 +00:00
Jakub Warmuz
eace5d1161 shell: add missing "fi" 2015-09-05 18:04:57 +00:00
Jakub Warmuz
84d9c773a2 #673 review comments 2015-09-05 17:38:11 +00:00
Patrick Heppler
aa0407b39f Update _rpm_common.sh 2015-08-14 12:20:03 +02:00
Patrick Heppler
93f43db654 Update _rpm_common.sh
Added switch to use either yum or dnf (fedora 22)
2015-08-10 13:53:29 +02:00
Jakub Warmuz
02e7154c0d Drop M2Crypto 2015-07-06 12:18:27 +00:00
AJ ONeal
fba2de706e move lsb install into newer with --no-install-recommends 2015-06-24 13:29:26 -06:00
AJ ONeal
a1f025980a minor update for raspbian 2015-06-23 16:38:39 -06:00
James Kasten
a11364458a Merge pull request #495 from kuba/bootstrap
Bootstrap: swig 3.0.5+ and other improvements
2015-06-18 19:58:03 -04:00
Jakub Warmuz
9b4cff8cd6 bootstrap: _rpm_common.sh, centos fixes 2015-06-18 13:55:32 +00:00
Jakub Warmuz
bb61db97f0 Merge branch 'centos-1' into rpm-bootstrap 2015-06-18 13:43:00 +00:00
Jakub Warmuz
85d9047f4e Fedora: augeas -> augeas-libs 2015-06-18 13:13:29 +00:00
PatrickHeppler
63d5273ed1 Create centos.sh 2015-06-18 14:55:12 +02:00
Jakub Warmuz
2be914f0d5 Bootstrap Debian: add git-core dep 2015-06-11 21:06:44 +00:00