#216 --module-name does not work with namespaces
Closed: Fixed 6 years ago Opened 6 years ago by lsedlar.

When using the --module-name option, the ns_module_name attribute will still be discovered form the git url. This is unexpected and should probably be fixed.

Proposed behaviour:
* if argument does not contain /, assume rpms namespace (as we do elsewhere)
* if argument contains exactly one slash, treat it as namespaced module name
* if there is more than one slash, report an error


Metadata Update from @cqi:
- Issue set to the milestone: 1.50

6 years ago

Actually, could you please allow more than one slash? This is a use-case we need for copr-dist-git and copr-builder. We have namespaces such as "user/project/package".

Current status on master is that any number of slashes can be present in the namespace.

Metadata Update from @lsedlar:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

6 years ago

Login to comment on this ticket.

Metadata