#74 dg_namespaced does not work
Closed: Fixed 7 years ago Opened 7 years ago by cqi.

In fedpkg.conf, dg_namespaced is configured as a boolean value, has either True or False. But, following code does not convert its value to a real boolean value

dg_namespaced = items.get("distgit_namespaced", False)

This issue makes methods below always handle namespace, whatever True or False is assigned to dg_namespaced in fedpkg.conf

  • load_ns_module_name
  • _get_namespace_giturl

I came across this issue, and have had a go at fixing it in PR#170.

@lsedlar changed the status to Closed

7 years ago

Login to comment on this ticket.

Metadata