Lipis
bba5d7d950
Rename OS X -> macOS ( #3965 )
...
* Rename OS X -> macOS
* Revert *-auto
2017-01-10 12:24:15 -08:00
Brad Warren
1125b4924d
Remove quotes so tilde is expanded ( #3978 )
2017-01-05 20:27:39 -05:00
Kenneth Skovhede
184d673378
Busybox support ( #3797 )
...
* Added support for shells without default variable support
* Added support for BusyBox installs that do not have `command` but has `which`
* Style fixes as suggested by reviewer
* Renamed `WHERE_IS` to `EXISTS` as suggested by review
* Removed expansion of `$LE_AUTO_SUDO` to `x` as the `-n` can check empty strings.
* Added `EXISTS` to debian bootstrap as suggested in review
2016-12-05 19:40:07 -08:00
Timothy Guan-tin Chien
3dbf5c9fcb
certbot-auto: Print link to doc on debugging pip install error [revision requested] ( #3473 )
...
* certbot-auto: Print link to doc on debugging pip install error
Also, update the doc to teach the user to workaround problem on a low
memory system.
* Correct formatting
* grep the PIP_OUT and print useful info if the problem is about memory allocation
* Fix logic on string to grep
2016-12-05 18:49:38 -08:00
Brad Warren
0289457a93
Use ${foo+x} not ${foo:+x} ( #3833 )
2016-11-30 16:09:16 -08:00
Jaap Eldering
ca9b3f18af
Allow user to override sudo as root authorization method [minor revision requested] ( #1969 )
...
* Move su_sudo() wrapper function outside of root method selection code.
* Improve comment language.
* Allow overriding root authorization mechanism (sudo/su/nothing)
by setting LE_AUTO_SUDO environment variable.
* Update generated letsencrypt-auto-source/letsencrypt-auto
from template.
* Add change requests from Brad Warren and regenerate letsencrypt-auto.
Thanks for pointing out.
2016-11-03 18:13:02 -07:00
tcottier
5ed0f3610c
When getopts is called multiple time we need to reset OPTIND. ( #3475 )
...
Not resetting OPTIND between each call of getopts skips all short args except the first one.
It fixes this automated command:
./certbot-auto certonly --webroot -w /tmp -d example.com --agree-tos --email contact@example.com -n
Where "-w" was parsed by getopts and not "-n"
* When getopts is called multiple time we need to reset OPTIND. Issue #3459
* Adding OPTIND reset in the certbot-auto source file
* Building new letsencrypt-auto from template
2016-10-28 11:18:56 -07: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
4ab6a183f0
Removing 2>&1
2016-07-16 01:33:44 +02: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
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
28169f17e3
Merge pull request #3133 from certbot/mageia
...
Mageia Bootstrap
2016-06-13 14:26:05 -07:00
Brad Warren
e51c16d666
Update letsencrypt-auto changes for the new format
2016-06-07 17:24:56 -07:00
Brad Warren
2815361e63
Update the template as well
2016-06-03 11:12:49 -07:00
Brad Warren
76a939ceb3
Exit if cannot bootstrap
2016-06-02 16:00:19 -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
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
Peter Eckersley
248dc0962e
Merge pull request #2895 from dietsche/joyent
...
Joyent SmartOS Zone Bootstrap Support [revised]
2016-05-17 14:54:08 -07:00
Brad Warren
d39dee20ad
fix auto arg parsing
2016-05-16 15:06:51 -07:00
Peter Eckersley
c9cdefd780
Merge remote-tracking branch 'origin/master' into deprecation-warning
2016-05-11 09:40:57 -07:00
Gregory L. Dietsche
029a818370
Experimental Joyent SmartOS Support
...
Testing using image: 088b97b0-e1a1-11e5-b895-9baa2086eb33
base-64-lts 15.4.1
Signed-off-by: Gregory L. Dietsche <Gregory.Dietsche@cuw.edu>
2016-05-10 18:03:32 +00:00
Gregory L. Dietsche
62cf9c93a8
/etc/issue does not exist on all systems
...
Signed-off-by: Gregory L. Dietsche <Gregory.Dietsche@cuw.edu>
2016-05-10 18:03:32 +00:00
Peter Eckersley
ed23f2e27f
CERTBOT_AUTO env was broken (especially if containing spaces)
2016-05-10 10:21:15 -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
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
Brad Warren
21173e2353
Partial le-auto rename
2016-04-14 10:50:31 -07:00
Brad Warren
ee2ef9a345
reuse venv sometimes on Python 2.6
2016-04-05 16:36:11 -07:00
Brad Warren
99382b9f5b
Merge branch 'pip8'
2016-03-08 15:49:52 -08:00
Brad Warren
bb0406ee85
quote TEMP_DIR
2016-03-03 12:01:53 -08:00
Brad Warren
34eb86b226
trap magic
2016-03-03 09:44:42 -08:00
Brad Warren
bd04076bad
Install setuptools separately...
2016-03-02 19:32:06 -08:00
Brad Warren
0c345cb8d3
Merge branch 'master' into revert-2492-unbreak-le-auto
2016-02-26 08:49:37 -08:00
Erik Rose
d4804fd9e6
Use a new file for the updated le-auto script. Fix #2456 .
...
I prefer to err toward simplicity here. Yes, there's an assumption necessary for this to work--that the shell doesn't do multiple open() calls to the script path throughout the life of the interpreter--but I think it's reasonable. The alternative of exec-ing out to a dedicated update script which then execs back to le-auto has more moving parts (like extra files that we have to clean up) and is longer.
2016-02-25 00:15:28 -05:00
bmw
db4135a3ec
Revert "Revert "Let --no-self-upgrade bootstrap OS packages. Fix #2432.""
2016-02-22 11:21:04 -08:00
Brad Warren
dbc81490e5
Revert "Let --no-self-upgrade bootstrap OS packages. Fix #2432."
...
This reverts commit 6eb2d60166 .
2016-02-16 17:10:59 -08:00
Erik Rose
e8f6d4ff39
Merge the true public suitability of --no-self-upgrade. Close #2451 .
2016-02-16 15:12:26 -05:00
Erik Rose
3915e0014b
Merge removal of venv on le-auto failure. Close #2450 .
2016-02-16 15:02:23 -05:00
Peter Eckersley
f3894fb9e9
Merge pull request #2466 from erikrose/shelly-fixes
...
le-auto shell style improvements
2016-02-13 10:37:58 -08:00