Bug 1273738

Summary: "dnf copr enable" fails with old projects because old projects are not redirect well
Product: [Community] Copr Reporter: Marius Vollmer <mvollmer>
Component: frontendAssignee: Miroslav Suchý <msuchy>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: davejohansen, sergio, vgologuz
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-11-18 08:28:50 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 Marius Vollmer 2015-10-21 07:17:41 UTC
Description of problem:

The version of python-dnf-plugins-core that you get from "virt-builder fedora-22" doesn't seem to work anymore with the current Copr.  The version in the "updates" repository works fine.

I thought you might want to know about this (if you don't already).

Version-Release number of selected component (if applicable):

dnf-plugins-core-0.1.8-1.fc22.noarch

How reproducible:

Always

Steps to Reproduce:
1. virt-builder fedora-22 
2. Run a virtual machine with fedora-22.img
3. Inside the machine: dnf copr enable phatina/storaged

Actual results:
Fails with "Exceeded 30 redirects."

Expected results:
Copr is enabled.

Comment 1 Miroslav Suchý 2015-10-21 07:32:11 UTC
It is probably not about dnf-plugins-core, but about copr-cli and python-copr.
But yeah, there were changes. That is why we have newer version.
There is nothing I can do about it.
If you want to persuade it somehow, then tell virt-builder guys to use packages from updates.

Comment 2 Sergio Basto 2015-11-09 20:17:01 UTC
this happens with old copr projects and not with new copr projects 

dnf copr enable sergiomb/patchutils_with_diffview
Exceeded 30 redirects.


dnf copr enable smani/chromium
Repository successfully enabled.

Comment 5 Valentin Gologuzov 2015-11-12 17:13:58 UTC
Issue with redirects should be fixed by commit: 7311dd5f53979dfd446c1f96e6022a5291433ec0

Comment 6 Miroslav Suchý 2015-11-18 08:28:50 UTC
This has been deployed in production now.