We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e9f33 commit e93450fCopy full SHA for e93450f
repos/system_upgrade/el8toel9/actors/checkdeprecatedrpmsignature/actor.py
@@ -37,4 +37,6 @@ class CheckDeprecatedRPMSignature(Actor):
37
tags = (IPUWorkflowTag, ChecksPhaseTag)
38
39
def process(self):
40
- checkdeprecatedrpmsignature.process()
+ # todo: resign all packages and turn the check back on
41
+ # checkdeprecatedrpmsignature.process()
42
+ pass
0 commit comments