Actions
Bug #17749
closedforeman-debug archive files have confusing extension: .gz.txt
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1374019
Certain log files are archived during a foreman-debug run end up as raw txt files in the debug collection but are named:
<filename>.gz.txt
this .gz.txt is confusing to the user as it is hard to determine without actually examining the file .. is it TXT or a gzip archive?
If we are uncompressing these we should name them .txt and drop the '.gz'. If we leave them as archives, drop the .txt
Updated by Lukas Zapletal over 7 years ago
I mean, we should remove GZ, BZIP2 or XZ extensions from the filename instead appending TXT. That is much better.
For regular text files we should keep the filename as is.
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/4515 added
Updated by Anonymous over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 9b986c8df994619afd47cde4387bcff80c9f3c39.
Updated by Dominic Cleal over 7 years ago
- Assignee changed from Lukas Zapletal to Anurag Patel
Updated by Marek Hulán over 7 years ago
- Translation missing: en.field_release set to 240
Actions