| Summary: | make it easier for users to set up installing from a copr repo | ||
|---|---|---|---|
| Product: | [Community] Copr | Reporter: | Ryan Lerch <rlerch> |
| Component: | frontend | Assignee: | Miroslav Suchý <msuchy> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | copr-1.20-1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-02-06 08:32:02 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: | |
|
Description
Ryan Lerch
2013-12-16 20:10:52 UTC
We had this in past. But there was problem with EPEL repos. Because RHEL does not have in $releasever just number. It have there e.g. "6-Server" or "6-Workstation".
Which does not match with epel-6-$basearch.
So only possible solution is some heuristic in style:
if mock_chroot[0] == "fedora"
mock_chroot[1] == "$releasever"
ad second issue - yes, it is in plan, but if you want to track it please file another RFE. As one issue, one BZ.
logic from #1 implemented in commit 0d0b705 WebUI will still display for various Fedoras link to repo file for each Fedora, but the content will be same. And usage of $releasever will easy upgrade. will this change current copr projects? or will the change only be for new projects created going forward? It will change current projects. But after I deploy that code into production (i.e. when I close this BZ). |