#246 Revert "default krb_rdns to True"
Merged by mikem. Opened by till.
till/koji koji_gc  into  master

Download 246.patch

This reverts commit 02128ee5777b560619314cc0220e1ed7ca16b28c.

The second column in cfgmap is an alias and "True" is not a valid alias.
It was mistaken in the reverted commit as a default value, which it is
not. Reverting this commit should fix the following traceback that
koji-gc in Fedora currenty raises:

Traceback (most recent call last):
File "/usr/sbin/koji-gc", line 901, in
options, args = get_options()
File "/usr/sbin/koji-gc", line 159, in get_options
if config.has_option(*alias):
TypeError: has_option() argument after * must be a sequence, not bool

1 new commit added

  • koji-gc: Set default value for krb_rdns to True

2 new commits added

  • koji-gc: Set default value for krb_rdns to False
  • Revert "default krb_rdns to True"

2 new commits added

  • koji-gc: Set default value for krb_rdns to False
  • Revert "default krb_rdns to True"

Can you also expand comment (line 129), so it is more clear, that values in list are aliases' names, not the default values? Just to have it in same PR.

+1 anyway :-)

Affects #244

Commit 5da75e16 fixes this pull-request

Pull-Request has been merged by mikem@redhat.com

Thank you - the better comment is a good idea, I filed #257 for this.

Metadata