Bug 1055499

Summary: copr provides incorrectly repo for rawhide
Product: [Community] Copr Reporter: Igor Gnatenko <ignatenko>
Component: frontendAssignee: Miroslav Suchý <msuchy>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: ignatenko, msuchy
Target Milestone: ---Keywords: EasyFix, Patch
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: copr-1.25-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-02-06 08:32:03 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:
Attachments:
Description Flags
Proposed patch against master branch none

Description Igor Gnatenko 2014-01-20 12:14:42 UTC
For example:
https://copr.fedoraproject.org/coprs/ignatenkobrain/ocltoys/repo/fedora-rawhide-i386/

On rawhide copr provides fedora-$releasever-$basearch, which incorrectly for rawhide. We should provide fedora-rawhide-$basearch.


Some examples from fedora repos:

fedora-rawhide.repo (fedora-release-rawhide.noarch)
baseurl=http://download.fedoraproject.org/pub/fedora/linux/development/rawhide/$basearch/os/

fedora.repo (fedora-release.noarch)
baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/

Comment 1 Igor Gnatenko 2014-01-20 12:16:18 UTC
Created attachment 852722 [details]
Proposed patch against master branch

I've not tested this patch, but it should works ;)

Comment 2 Miroslav Suchý 2014-01-20 13:08:22 UTC
Applied as commit 0a07fda. Thanks for the patch.

Comment 3 Igor Gnatenko 2014-01-20 13:27:27 UTC
(In reply to Miroslav Suchý from comment #2)
> Applied as commit 0a07fda. Thanks for the patch.
No problem. When it will implemented at https://copr.fedoraproject.org/ ?

P.S. you could commit this patch from my name or add Signed-off tag ;)

Comment 4 Miroslav Suchý 2014-01-20 13:36:43 UTC
Sometimes during this week.

Sorry for not applying it as "git-am", I clicked on link in #1 which show it as just diff. Now I see that you sent it in proper format and it was my misuse of bugzilla. Sorry.