-
Notifications
You must be signed in to change notification settings - Fork 99
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
Replace parse-cron with fugit #710
Conversation
parse-cron seems to be unmaintained since 2016, fugit seems to be still active. In addition to that, it should also allow expressing intervals such as "first Monday each month" which wasn't possible with parse-cron.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dependency should be available: theforeman/foreman-packaging#9208. I suspect packit fails because fugit is not listed as a BuildRequires, but we can't deal with that on EL8. For EL9 we may have theforeman/foreman-packaging#8414, but for now we'll have to accept the limitation.
@evgeni perhaps we can patch the spec file based on the gem by autoregenerating the deps, similar to what we do in bump_rpm.sh
.
@ekohl we certainly can (and packit has a hook for that), just nobody sat down and did innocent whistle |
Thank you @ekohl ! |
I am seeing some change in behavior with fugit.
What that does is have nil failures in
|
Please see: #717 and let me know if that makes sense. |
parse-cron
seems to be unmaintained since 2016,fugit
seems to be still active. In addition to that, it should also allow expressing intervals such as "first Monday each month" which wasn't possible withparse-cron
.TODO: