forked from prelz/BLAH
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HTCONDOR-1225: Final build for 2.2.1
- Loading branch information
1 parent
49fb99e
commit ee65b55
Showing
2 changed files
with
12 additions
and
1 deletion.
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,3 +1,10 @@ | ||
blahp (2.2.1-1) stable; urgency=medium | ||
|
||
* Report AllocCPUS of Slurm jobs in status result | ||
* Disable email notifications for blahp->condor jobs | ||
|
||
-- Tim Theisen <[email protected]> Wed, 20 Jul 2022 16:01:00 -0500 | ||
|
||
blahp (2.1.4-1) stable; urgency=medium | ||
|
||
* Report AllocCPUS of Slurm jobs in status result | ||
|
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
%endif | ||
|
||
Name: blahp | ||
Version: 2.2.0 | ||
Version: 2.2.1 | ||
Release: 1%{?gitrev:.%{gitrev}}%{?dist} | ||
Summary: gLite BLAHP daemon | ||
|
||
|
@@ -112,6 +112,10 @@ fi | |
%{_initrddir}/glite-ce-* | ||
|
||
%changelog | ||
* Thu Jul 21 2021 Tim Theisen <[email protected]> 2.2.1-1 | ||
- Report AllocCPUS of Slurm jobs in status result | ||
- Disable email notifications for blahp->condor jobs | ||
|
||
* Thu Jul 21 2021 Tim Theisen <[email protected]> 2.1.4-1 | ||
- Report AllocCPUS of Slurm jobs in status result | ||
- Disable email notifications for blahp->condor jobs | ||
|