Skip to content

Commit

Permalink
Merge pull request #38 from brianhlin/HTCONDOR-324.release-2_0_0
Browse files Browse the repository at this point in the history
Bump version to 2.0.0 (HTCONDOR-324)
  • Loading branch information
brianhlin authored Mar 30, 2021
2 parents 888279f + f6e6911 commit 84bac87
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
14 changes: 14 additions & 0 deletions debian/changelog
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.
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Build-Depends: debhelper (>=9),
Standards-Version: 3.9.8
Homepage: https://github.com/htcondor/BLAH
# Generate source tarball with:
# git archive --prefix=blahp-1.18.48/ --out ../blahp_1.18.48.orig.tar.gz v1.18.48
# git archive --prefix=blahp-2.0.0/ --out ../blahp_2.0.0.orig.tar.gz v2.0.0

Package: blahp
Architecture: any
Expand Down
14 changes: 12 additions & 2 deletions rpm/blahp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 84bac87

Please sign in to comment.