-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependencies #33
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks fine to me, but I no longer have a custom domain to test with. Any interest in taking over maintenance of this project?
@@ -1,4 +1,2 @@ | |||
cffi >= 0.8.0 | |||
letsencrypt >= 0.7.0 | |||
six >= 1.7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was for python2 compatibility and our goal was for it to run on either 2 or 3. however, I'm not even sure it was used and now python2 is end-of-life, so I'm ok with this change
letsencrypt is now certbot
The [`sleep(5)`](ibmjstart#31) had been bugging me. The failure induced by [`ibmcloud --quiet`](ibmjstart#32) triggered me to look for the exit code of the `cf ssh` command. Not the code keeps trying in a loop, but without an _initial_ sleep. The sleep seems to be required in about 50% if the cases I tried.
7ae505a
to
13d57ea
Compare
This PR may be a bit on the heavy side, but the things it fixes are somehow related to each other. Let me know if you prefer separate PRs.
letsencrypt
=>certbot
, removes some unused ones)from
cf ssh` - it is probably broken in ibmcloud v1.1, and is not strictly required anyway.