#234 Use base_module in clone_config
Merged by cqi. Opened by tmz.
tmz/fedpkg clone_config-strip-namespace  into  master

Download 234.patch

When cloning a module with a namespace, the module variable contains
the namespace prefix. As used in clone_config (specifically, as
currently used in bz.default-component and sendemail.to), the
namespace prefix is not intended to be part of the value.

For example:

$ fedpkg clone rpms/git
Cloning into 'git'...
...
$ cd git && git config --get-regexp 'bz.default-component|sendemail.to'
bz.default-component rpms/git
sendemail.to rpms/git-owner@fedoraproject.org

Use base_module for these values which strips the namespace prefix from
module.

Resolves: #230
Signed-off-by: Todd Zullinger tmz@pobox.com

This depends on rpkg#327. It can be pushed together with that change or anytime after. It just can't be pushed before that rpkg fix is in place. :)

Commit 9f082d72 fixes this pull-request

Pull-Request has been merged by cqi

Pull-Request has been merged by cqi

Metadata