Learn more about these different git repos.
Other Git URLs
Running fedpkg lint in version 0.5.2.0:
fedpkg lint
{{{ $ /usr/bin/fedpkg lint Traceback (most recent call last): File "/usr/bin/fedpkg", line 1250, in <module> args.command(args) File "/usr/bin/fedpkg", line 559, in lint return mymodule.lint(info) NameError: global name 'info' is not defined $ }}}
Looking at the source, it turns out the info variable is indeed not defined anywhere.
info
attachment 0001-Fix-fedpkg-lint-to-use-a-defined-variable.patch
Oops, I fixed this before I saw that you had a patch here, sorry :(
Thanks though, your fix is exactly what I did. I've pushed it to master, so it'll be in the next build.
Log in to comment on this ticket.