Bug 1652476
Summary: | beaker-repo-update did not fetch harness for distros | ||
---|---|---|---|
Product: | [Retired] Beaker | Reporter: | Martin Styk <mastyk> |
Component: | general | Assignee: | Martin Styk <mastyk> |
Status: | CLOSED NEXTRELEASE | QA Contact: | tools-bugs <tools-bugs> |
Severity: | low | Docs Contact: | |
Priority: | unspecified | ||
Version: | 26 | CC: | bpeck, breilly, cbeer, ed |
Target Milestone: | 26.2 | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-11-26 16:41:00 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Martin Styk
2018-11-22 08:22:05 UTC
It seems that issue was introduced in commit 157935e. A check was added to ensure that harness repo exists (status code 200). However, this will not work with the default parameter for BASEURL (http://beaker-project.org/yum/harness/). % curl -i http://beaker-project.org/yum/harness/ HTTP/1.1 301 Moved Permanently Location: https://beaker-project.org/yum/harness/ Content-Length: 0 Date: Thu, 22 Nov 2018 08:53:53 GMT Server: lighttpd/1.4.49 Therefore, we should update the default BASEURL to https://beaker-project.org/yum/harness/ % curl -i https://beaker-project.org/yum/harness/ HTTP/1.1 200 OK My mistake, I told Martin to close it with the incorrect identifier, I am fixing it. *** Bug 1643618 has been marked as a duplicate of this bug. *** |