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> 

 pulp-admin deb repo create --repo-id debian-repo --feed=http://ftp.debian.org/debian/dists/stable/ 

 pulp-admin deb repo sync run --repo-id=debian-repo 

 </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. 

 


Back