Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: Updates Turris Greylist parser and feed URL. #2373

Merged
merged 1 commit into from
Jun 13, 2023

Conversation

gethvi
Copy link
Contributor

@gethvi gethvi commented Jun 8, 2023

Fixes #2167.

@gethvi gethvi force-pushed the fix-turris-greylist branch 4 times, most recently from ce305c5 to b11d93b Compare June 9, 2023 14:46
@sebix sebix added this to the 3.2.0 milestone Jun 9, 2023
intelmq/bots/parsers/turris/parser.py Outdated Show resolved Hide resolved
intelmq/bots/parsers/turris/parser.py Show resolved Hide resolved
intelmq/bots/parsers/turris/parser.py Outdated Show resolved Hide resolved
intelmq/etc/feeds.yaml Show resolved Hide resolved
@sebix sebix merged commit 834c2ca into certtools:release-3.2.0 Jun 13, 2023
@@ -887,7 +900,7 @@ def v310_feed_changes(configuration, harmonization, dry_run, **kwargs):
((3, 0, 1), (v301_deprecations,)),
((3, 0, 2), ()),
((3, 1, 0), (v310_feed_changes, v310_shadowserver_feednames)),
((3, 2, 0), ()),
((3, 2, 0), (v320_update_turris_greylist_url)),
Copy link
Member

@sebix sebix Jun 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That line misses a trailing comma to make it a tuple:

    ((3, 2, 0), (v320_update_turris_greylist_url, )),
Upgrading to version 3.2.0.
  File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/intelmq/bin/intelmqsetup.py", line 184, in intelmqsetup_core
    controller.upgrade_conf(state_file=state_file, no_backup=True)
  File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/intelmq/bin/intelmqctl.py", line 1152, in upgrade_conf
    for function in bunch:
TypeError: 'function' object is not iterable

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix of the fix incoming in few...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants