-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hotfix for handling exceptions for command line arguments
- Loading branch information
1 parent
1841a2b
commit 5fe6092
Showing
6 changed files
with
59 additions
and
51 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,6 +1,6 @@ | ||
name = "powerjoular" | ||
description = "Monitoring the power consumption of multiple platforms and processes" | ||
version = "1.0.2" | ||
version = "1.0.3" | ||
|
||
authors = ["Adel Noureddine"] | ||
maintainers = ["Adel Noureddine <[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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Maintainer: Adel Noureddine <[email protected]> | ||
pkgname=powerjoular | ||
pkgver=1.0.2 | ||
pkgver=1.0.3 | ||
pkgrel=1 | ||
pkgdesc="PowerJoular allows monitoring power consumption of multiple platforms and processes." | ||
arch=('x86_64' 'aarch64' 'armv7h') | ||
|
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,5 +1,5 @@ | ||
Name: powerjoular | ||
Version: 1.0.2 | ||
Version: 1.0.3 | ||
Release: 1%{?dist} | ||
Summary: PowerJoular allows monitoring power consumption of multiple platforms and processes. | ||
|
||
|
@@ -22,6 +22,8 @@ install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/systemd/system/%{name}. | |
%{_sysconfdir}/systemd/system/%{name}.service | ||
|
||
%changelog | ||
* Thu Jul 08 2024 Adel Noureddine <[email protected]> - 1.0.3-1 | ||
- Hotfix for handle exceptions for invalid command line arguments | ||
* Thu Jul 08 2024 Adel Noureddine <[email protected]> - 1.0.2-1 | ||
- Handle exceptions for invalid command line arguments | ||
- Add doc for VM in -h command | ||
|
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,6 +1,6 @@ | ||
#!/bin/bash | ||
|
||
VERSION=1.0.2 | ||
VERSION=1.0.3 | ||
|
||
# First cross compiler | ||
|
||
|
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