Project

Profile

Help

Issue #2967

Updated by kersom over 6 years ago

As a user, I should be able to specify a URL to a feed. 

 <pre> 

 [root@fedora25-test2 ansible]# pulp-admin deb repo create --repo-id debian-repo --feed=http://ftp.debian.org/debian/dists/stable/ 
 Successfully created repository [debian-repo] 

 [root@fedora25-test2 ansible]# pulp-admin deb repo sync run --repo-id=debian-repo 
 +----------------------------------------------------------------------+ 
                  Synchronizing Repository [debian-repo] 
 +----------------------------------------------------------------------+ 

 This command may be exited via ctrl+c without affecting the request. 



 Task Failed 

 [Errno 2] No such file or directory: 
 u'/var/cache/pulp/reserved_resource_worker-0@fedora25-test2/76fe6f18-9c1e-414c-a 
 4d4-040f17af44a7/Release' 


 </pre> 

 Related story: https://pulp.plan.io/issues/2763#change-21246 

 A guest during test day attempted to create and sync a debian repo using an debian mirror and sync fails. 


 * OS: Fedora release 25 (Twenty Five) 
 * Versions:               
 * Platform Version: 2.14rc3 


 

Back