Anonymous | Login | 2024-11-20 23:36 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0006461 | ClearCenter | yum-marketplace-plugin | public | 2015-11-25 09:10 | 2018-11-16 08:27 | ||||
Reporter | bchambers | ||||||||
Assigned To | dsokoloski | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 7.1.0 | ||||||||
Target Version | 8.0.0 Beta 1 | Fixed in Version | 8.0.0 Beta 1 | ||||||
Summary | 0006461: Error message (utime) from yum plugin on first run | ||||||||
Description | Loaded plugins: clearcenter-marketplace, fastestmirror ClearCenter Marketplace: fetching repositories... ClearCenter Marketplace: utime() arg 2 must be a tuple (atime, mtime) | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0005581) slords (developer) 2017-05-08 14:59 |
This code was originally added by Darryl. It can be fixed by replacing the following line: os.utime(filename, time.time()) with this: os.utime(filename, (time.time(), time.time())) |
(0008661) user2 2018-11-16 08:27 |
Fixed in master, but branches are messed up. Pushed target release to ClearOS 8. |
Issue History | |||
Date Modified | Username | Field | Change |
2015-11-25 09:10 | bchambers | New Issue | |
2015-11-25 09:10 | bchambers | Status | new => assigned |
2015-11-25 09:10 | bchambers | Assigned To | => dsokoloski |
2017-01-16 17:44 | user2 | Target Version | 7.2.0 Updates => |
2017-05-08 12:02 | user2 | Assigned To | dsokoloski => slords |
2017-05-08 14:59 | slords | Note Added: 0005581 | |
2017-05-08 16:40 | dloper | Assigned To | slords => dloper |
2017-05-08 16:41 | dloper | Assigned To | dloper => user2 |
2017-05-08 16:41 | dloper | Status | assigned => feedback |
2018-11-15 12:58 | user2 | Assigned To | user2 => bchambers |
2018-11-15 12:58 | user2 | Fixed in Version | => 7.6.0 Updates |
2018-11-15 12:58 | user2 | Target Version | => 7.6.0 Updates |
2018-11-15 12:59 | user2 | Assigned To | bchambers => dsokoloski |
2018-11-15 12:59 | user2 | Status | feedback => assigned |
2018-11-15 12:59 | user2 | Status | assigned => resolved |
2018-11-15 12:59 | user2 | Resolution | open => fixed |
2018-11-16 08:26 | user2 | Fixed in Version | 7.6.0 Updates => 8.0.0 Beta 1 |
2018-11-16 08:26 | user2 | Target Version | 7.6.0 Updates => 8.0.0 Beta 1 |
2018-11-16 08:27 | user2 | Note Added: 0008661 |