Project

Profile

Help

Issue #2628

closed

Syncing a puppet repo that doesn't have a feed doesn't fail gracefully

Added by ipanova@redhat.com about 7 years ago. Updated about 5 years ago.

Status:
CLOSED - WONTFIX
Priority:
Normal
Assignee:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:

Description

$ pulp-admin puppet repo create --repo-id pup1

Successfully created repository [pup1]

[ipanova@ina pulp]$ pulp-admin -v rpm repo sync run --repo-id pup

+----------------------------------------------------------------------+
                    Synchronizing Repository [pup1]
+----------------------------------------------------------------------+

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

Task Failed

'NoneType' object has no attribute 'endswith'

Should be like in rpm repo

$ pulp-admin -v rpm repo sync run --repo-id lala

                    Synchronizing Repository [lala]
+----------------------------------------------------------------------+

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

[|]
Waiting to begin...

Task Failed

Unable to sync a repository that has no feed.

Also available in: Atom PDF