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.
Merge pull request #38 from brianhlin/HTCONDOR-324.release-2_0_0
Bump version to 2.0.0 (HTCONDOR-324)
- Loading branch information
Showing
3 changed files
with
27 additions
and
3 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,3 +1,17 @@ | ||
blahp (2.0.0-1) stable; urgency=medium | ||
|
||
* Add GPU support (#12) | ||
* Improve multi-node support for Slurm (HTCONDOR-166) | ||
* More efficient status queries for Slurm (HTCONDOR-104) | ||
* More robust job ID extraction from SLurm (HTCONDOR-259) | ||
* Better interfacing with PBS and Slurm | ||
* More Python 3 fixes for PBS and Slurm scripts | ||
* Convert LSF script to Python 3 (HTCONDOR-333, #34) | ||
* Add Debian build files | ||
|
||
-- Brian Lin <[email protected]> Tue, 30 Mar 2021 13:35:00 -0600 | ||
|
||
|
||
blahp (1.18.48-2) stable; urgency=medium | ||
|
||
* Initial release. | ||
|
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 |
---|---|---|
|
@@ -4,8 +4,8 @@ | |
%define bl_libexecdir %{_libexecdir}/%{name} | ||
|
||
Name: blahp | ||
Version: 1.18.48 | ||
Release: 2%{?gitrev:.%{gitrev}}%{?dist} | ||
Version: 2.0.0 | ||
Release: 1%{?gitrev:.%{gitrev}}%{?dist} | ||
Summary: gLite BLAHP daemon | ||
|
||
Group: System/Libraries | ||
|
@@ -106,6 +106,16 @@ fi | |
%{_initrddir}/glite-ce-* | ||
|
||
%changelog | ||
* Tue Mar 30 2021 Brian Lin <[email protected]> 2.0.0-1 | ||
- Add GPU support (#12) | ||
- Improve multi-node support for Slurm (HTCONDOR-166) | ||
- More efficient status queries for Slurm (HTCONDOR-104) | ||
- More robust job ID extraction from SLurm (HTCONDOR-259) | ||
- Better interfacing with PBS and Slurm | ||
- More Python 3 fixes for PBS and Slurm scripts | ||
- Convert LSF script to Python 3 (HTCONDOR-333, #34) | ||
- Add Debian build files | ||
|
||
* Tue Sep 15 2020 Brian Lin <[email protected]> - 1.18.48-2 | ||
- Update RPM packaging | ||
|
||
|