-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use gzip (.gz) instead of bzip2 (.bz2) to compress logs (#1408)
## Problem Quoting #1378: GitHub does not allow attaching `bzip2` files. In order to make error reporting easier, `agama logs store` should use a different format (e.g., `.gz` and `.tgz` are supported). Otherwise, you need to uncompress and compress the logs again before submitting them. ## Solution Use `gzip` and `.gz` instead. ## Testing - [x] *Tested manually*
- Loading branch information
Showing
8 changed files
with
22 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
------------------------------------------------------------------- | ||
Fri Jun 28 06:56:02 UTC 2024 - Martin Vidner <[email protected]> | ||
|
||
- Use gzip (.gz) instead of bzip2 (.bz2) to compress logs | ||
so that they can be attached to GitHub issues | ||
(gh#openSUSE/agama#1378) | ||
|
||
------------------------------------------------------------------- | ||
Thu Jun 27 13:22:51 UTC 2024 - Imobach Gonzalez Sosa <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
------------------------------------------------------------------- | ||
Fri Jun 28 06:56:02 UTC 2024 - Martin Vidner <[email protected]> | ||
|
||
- Use gzip (.gz) instead of bzip2 (.bz2) to compress logs | ||
so that they can be attached to GitHub issues | ||
(gh#openSUSE/agama#1378) | ||
|
||
------------------------------------------------------------------- | ||
Thu Jun 27 13:23:08 UTC 2024 - Imobach Gonzalez Sosa <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters