Bug 89965
Summary: | Could --rollback print the rollback goal in seconds since epoch | ||||||
---|---|---|---|---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | James Olin Oden <james.oden> | ||||
Component: | rpm | Assignee: | Jeff Johnson <jbj> | ||||
Status: | CLOSED WONTFIX | QA Contact: | Mike McLean <mikem> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 9 | Keywords: | FutureFeature | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Enhancement | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2003-04-30 13:29:29 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
James Olin Oden
2003-04-30 13:18:59 UTC
Created attachment 91419 [details]
Patch to print rollback goal
The rollback goal is compared with transaction id's. Transaction id's are 4 byte ints with the property of ordering. There are no other guarantees on the value. In fact, there have been mumblings about changing the contents to something else (not by me). I'm reluctant to expose the tid value even in debugging messages lest INSTALLTIME and INSTALLTID, which atm have identical values, get confused in usage. However, ctime(3) is easy, and I'm not about to tell you what to do. ;-) |