You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: strip date from generated man pages for reproducible builds
The man page generator embeds the current month into the .TH header,
causing CI to fail at the start of each month due to uncommitted
changes after build.
Set SOURCE_DATE_EPOCH=0 and post-process with sed to remove the date
field from the .TH directive.
Closes: fido-device-onboard#220
Assisted-by: Claude:claude-opus-4-6
Signed-off-by: Kenneth Giusti <kgiusti@redhat.com>
0 commit comments