-
Notifications
You must be signed in to change notification settings - Fork 66
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 agent download from URL logic to handle redirects #173
Update agent download from URL logic to handle redirects #173
Conversation
Codecov Report
@@ Coverage Diff @@
## master #173 +/- ##
==========================================
- Coverage 78.07% 77.71% -0.36%
==========================================
Files 15 15
Lines 1596 1602 +6
==========================================
- Hits 1246 1245 -1
- Misses 350 357 +7
Continue to review full report at Codecov.
|
1b64cbb
to
31c3259
Compare
ead2c73
to
0b277c6
Compare
I think the ruby 3.0.3 failure is due to rspec/rspec-expectations#1350 |
0b277c6
to
8209f0e
Compare
Recent internal changes have caused http URLs to be redirected to HTTPs for nightlies.puppet.com. This breaks the agent download from URL, but this PR adds in some redirect logic that will fix the issue.
8209f0e
to
cdc9608
Compare
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.
LGTM @bastelfreak or @ekohl any concerns about this?
Also are the code coverage checks useful? I'm not a huge fan myself.
Recent internal changes have caused http URLs to be redirected to HTTPs
for nightlies.puppet.com. This breaks the agent download from URL, but
this PR adds in some redirect logic that will fix the issue.