Bug 1888197
| Summary: | fedora-release and fedora-repos 33-1 is not available | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Kamil Páral <kparal> |
| Component: | fedora-release | Assignee: | Mohan Boddu <mboddu> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 33 | CC: | awilliam, bcotton, dennis, gmarr, jkeating, kellin, kevin, mboddu, pbrobinson, robatino, sgallagh, thrcka, zbyszek |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | AcceptedBlocker | ||
| Fixed In Version: | fedora-release-33-1 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-10-14 17:11:16 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1766777 | ||
|
Description
Kamil Páral
2020-10-14 11:25:04 UTC
This might actually cause bug 1888202 Does it make sense to close this as a duplicate of 1888202 for easier tracking, etc? I'm inquiring at #anaconda whether this really is the root cause for bug 1888202 (In reply to Kamil Páral from comment #3) > I'm inquiring at #anaconda whether this really is the root cause for bug > 1888202 Yes, anaconda has a check for that, we also need a 33-1 build to turn off updates-testing and not install the -rawhide repos by default as per standard release criteria FEDORA-2020-941b0d5a2e has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2020-941b0d5a2e RELEASE=$(rpm -q --qf '%{Release}' --whatprovides system-release)
if [ "${RELEASE:0:2}" = "0." ]; then
export ANACONDA_ISFINAL="false"
else
export ANACONDA_ISFINAL="true"
fi
https://github.com/rhinstaller/anaconda/blob/master/data/liveinst/liveinst#L66
(In reply to Fedora Update System from comment #5) > FEDORA-2020-941b0d5a2e has been submitted as an update to Fedora 33. > https://bodhi.fedoraproject.org/updates/FEDORA-2020-941b0d5a2e Tested. FEDORA-2020-941b0d5a2e has been pushed to the Fedora 33 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-941b0d5a2e` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-941b0d5a2e See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. *** Bug 1888202 has been marked as a duplicate of this bug. *** Criteria here are: "No notices or alerts about pre-release status may be shown as part of installation or critical path actions on release-blocking desktops" (without final fedora-release, we get pre-release messages on lives) "A fedora-release package containing the correct names, information and repository configuration for a final Fedora release must be present on release-blocking images and the appropriately versioned generic-release package must be available in the release repository" (without final fedora-repos, we have updates-testing enabled by default) We need to update that second criterion to reference fedora-repos, I think. The decision to classify this bug as an "AcceptedBlocker (Final)" was made. [0] [0] https://pagure.io/fedora-qa/blocker-review/issue/169 The decision to classify this bug as an "AcceptedBlocker (Final)" was made. [0] [0] https://pagure.io/fedora-qa/blocker-review/issue/169 so close... why would we use the same text for bugzilla and the voting app, that would be way too easy FEDORA-2020-941b0d5a2e has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report. |