-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add "pgp-happy-eyeballs" in Travis to help cut down on gpg-related issues #666
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…sues Also, this removes the not-recommended usage of "travis_retry" and adds "gpgconf --kill all".
tianon
force-pushed
the
pgp-happy-eyeballs
branch
from
June 12, 2018 00:02
b998891
to
b250a22
Compare
Niiiice, 100% green on the first try with no retries or manual restarts. That's a positive sign! 👍 |
yosifkit
approved these changes
Jun 18, 2018
tianon
added a commit
to infosiftr/stackbrew
that referenced
this pull request
Jun 20, 2018
- `ghost`: 1.24.5 - `mariadb`: 10.1.34 - `mongo`: 4.0.0-rc6 - `php`: add `gpgconf --kill all` (docker-library/php#666) - `redis`: stretch (redis/docker-library-redis#143) - `redmine`: add back `imagemagick` (docker-library/redmine#121) - `rocket.chat`: 0.65.2
This was referenced Jul 20, 2018
tianon
added a commit
to docker-library/gcc
that referenced
this pull request
Jul 30, 2018
…sues (currently unused, updated for completion) See docker-library/php#666
This was referenced Jul 30, 2018
Merged
Merged
Merged
Merged
Merged
Merged
tianon
added a commit
to infosiftr/stackbrew
that referenced
this pull request
Jul 30, 2018
- `bash`: tianon/docker-bash#11 - `cassandra`: docker-library/cassandra#153 - `ghost`: docker-library/ghost#140 - `haproxy`: 1.8.13 - `httpd`: docker-library/httpd#106 - `mongo`: docker-library/mongo#289 - `mysql`: 5.7.23, 8.0.12, 5.5.61, 5.6.41, generate error on inability to read `initdb.d` files (docker-library/mysql#453) - `openjdk`: update `latest` to OpenJDK 10 (docker-library/openjdk#220) - `owncloud`: docker-library/owncloud#104 - `percona`: update to Stretch (docker-library/percona#67) - `postgres`: `11~beta2-2.pgdg90+2` - `rabbitmq`: docker-library/rabbitmq#270 - `rocket.chat`: 0.68.0 - `tomcat`: docker-library/tomcat#127 - `wordpress`: `WORDPRESS_CONFIG_EXTRA` (docker-library/wordpress#142), docker-library/wordpress#321 So, mostly instances of docker-library/php#666 with a few other changes mixed in.
This was referenced Jul 30, 2018
Closed
This was referenced Aug 8, 2018
This was referenced Oct 5, 2018
This was referenced Nov 26, 2018
This was referenced Jan 15, 2019
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Also, this removes the not-recommended usage of "travis_retry".
(This is a first initial test of the still-new https://github.com/tianon/pgp-happy-eyeballs/blob/master/hack-my-builds.sh to see if it helps enough to be viable everywhere.)