-
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
5 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
com.github.stsdc.monitor (0.15.0) focal; urgency=low | ||
com.github.stsdc.monitor (0.15.0-ci5) focal; urgency=low | ||
|
||
* Show containers stats (inspired by Whaler) | ||
* Add GPU usage in Indicator | ||
|
@@ -12,7 +12,7 @@ com.github.stsdc.monitor (0.15.0) focal; urgency=low | |
* Add an option to choose refresh rate | ||
* Use harmonic mean to calculate frequency values | ||
|
||
-- Stanisław Dac <[email protected]> Sun, 22 Jan 2023 15:38:27 | ||
-- Stanisław Dac <[email protected]> Sun, 22 Jan 2023 15:38:27 +0000 | ||
|
||
com.github.stsdc.monitor (0.14.0) focal; urgency=low | ||
|
||
|
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 |
---|---|---|
|
@@ -44,7 +44,7 @@ def bump_deb_changelog(): | |
DEB_CHANGELOG_FILENAME = "../debian/changelog" | ||
now = datetime.datetime.now() | ||
deb_changelog_content = f"""com.github.stsdc.monitor ({sys.argv[1]}) focal; urgency=low\n | ||
* <NEW FEATURE>\n -- Stanisław Dac <[email protected]> {now.strftime("%a, %d %b %Y %H:%M:%S %z")}\n\n""" | ||
* <NEW FEATURE>\n -- Stanisław Dac <[email protected]> {now.strftime("%a, %d %b %Y %H:%M:%S %z")} +0000\n\n""" | ||
|
||
with open(DEB_CHANGELOG_FILENAME, 'r+') as f_deb_changelog: | ||
content = f_deb_changelog.read() | ||
|