Skip to content

Commit e93450f

Browse files
committed
temporary disable SHA1 signature inhibitor
1 parent f1e9f33 commit e93450f

File tree

1 file changed

+3
-1
lines changed
  • repos/system_upgrade/el8toel9/actors/checkdeprecatedrpmsignature

1 file changed

+3
-1
lines changed

repos/system_upgrade/el8toel9/actors/checkdeprecatedrpmsignature/actor.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,6 @@ class CheckDeprecatedRPMSignature(Actor):
3737
tags = (IPUWorkflowTag, ChecksPhaseTag)
3838

3939
def process(self):
40-
checkdeprecatedrpmsignature.process()
40+
# todo: resign all packages and turn the check back on
41+
# checkdeprecatedrpmsignature.process()
42+
pass

0 commit comments

Comments
 (0)