Bug 1227190

Summary: error enable copr
Product: [Community] Copr Reporter: William Biggs <williambiggs31>
Component: frontendAssignee: Miroslav Suchý <msuchy>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: vgologuz
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-06-03 17:07:11 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 William Biggs 2015-06-02 06:01:48 UTC
when I try to enable copr  in f22 I get this error 
I use this command trying to enable 
sudo dnf copr enable user/project
Error: [Errno 2] No such file or directory: '/etc/yum.repos.d/_copr_user-project.repo'

Comment 1 Miroslav Suchý 2015-06-02 08:40:26 UTC
This regression was cause by commit
  64139b0697134c8ce5f063d937d3f33fbdc3cdfe
when the URL format has been changed.

Comment 2 Valentin Gologuzov 2015-06-03 17:07:11 UTC
Should be fixed by current (1.60-1.fc21) release.

Comment 3 Miroslav Suchý 2015-06-03 18:25:17 UTC
Also dnf-plugins-core have been altered to use the new url.
Commit:
 * 20d9e8d url for copr repos changed (RhBug:1227190)