-
Notifications
You must be signed in to change notification settings - Fork 55
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
make mechanical stream version numbers more meaningul #396
Comments
I've almost talked myself into implementing lockfiles for rawhide. I feel like we need more control of that stream, but I also don't know if it's worth adding every rawhide RPM to our |
I think this is related but not the same. Do you want to open a tracker issue to discuss maybe adding lockfiles to rawhide? |
Yes, but if we implemented lockfiles it would solve this issue, which is why I was brought it up here (probably off topic, though).
I think I talked myself out of it. |
This is mostly cosmetic issue for mechanical streams (which aren't user facing). It's a low priority. |
Closing this as it is a low priority and not worth the effort. |
For our production and development streams the date stamp in the version string for each build reflects the time the yum repo was updated (i.e. a reflection of the freshness of the package set). This datestamp is derived from the input lockfile (that was generated by the bump-lockfile job. For mechanical streams we don't have an input lockfile with timestamps, so the datestamp version for our mechanical streams is just today's date.
It would be nice if the datestamp in the mechanical stream version numbers could also reflect the repo timestamp (package freshness indicator).
The text was updated successfully, but these errors were encountered: