Skip to content

Commit 84bac87

Browse files
authored
Merge pull request #38 from brianhlin/HTCONDOR-324.release-2_0_0
Bump version to 2.0.0 (HTCONDOR-324)
2 parents 888279f + f6e6911 commit 84bac87

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

Diff for: debian/changelog

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
blahp (2.0.0-1) stable; urgency=medium
2+
3+
* Add GPU support (#12)
4+
* Improve multi-node support for Slurm (HTCONDOR-166)
5+
* More efficient status queries for Slurm (HTCONDOR-104)
6+
* More robust job ID extraction from SLurm (HTCONDOR-259)
7+
* Better interfacing with PBS and Slurm
8+
* More Python 3 fixes for PBS and Slurm scripts
9+
* Convert LSF script to Python 3 (HTCONDOR-333, #34)
10+
* Add Debian build files
11+
12+
-- Brian Lin <[email protected]> Tue, 30 Mar 2021 13:35:00 -0600
13+
14+
115
blahp (1.18.48-2) stable; urgency=medium
216

317
* Initial release.

Diff for: debian/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Build-Depends: debhelper (>=9),
2121
Standards-Version: 3.9.8
2222
Homepage: https://github.com/htcondor/BLAH
2323
# Generate source tarball with:
24-
# git archive --prefix=blahp-1.18.48/ --out ../blahp_1.18.48.orig.tar.gz v1.18.48
24+
# git archive --prefix=blahp-2.0.0/ --out ../blahp_2.0.0.orig.tar.gz v2.0.0
2525

2626
Package: blahp
2727
Architecture: any

Diff for: rpm/blahp.spec

+12-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
%define bl_libexecdir %{_libexecdir}/%{name}
55

66
Name: blahp
7-
Version: 1.18.48
8-
Release: 2%{?gitrev:.%{gitrev}}%{?dist}
7+
Version: 2.0.0
8+
Release: 1%{?gitrev:.%{gitrev}}%{?dist}
99
Summary: gLite BLAHP daemon
1010

1111
Group: System/Libraries
@@ -106,6 +106,16 @@ fi
106106
%{_initrddir}/glite-ce-*
107107

108108
%changelog
109+
* Tue Mar 30 2021 Brian Lin <[email protected]> 2.0.0-1
110+
- Add GPU support (#12)
111+
- Improve multi-node support for Slurm (HTCONDOR-166)
112+
- More efficient status queries for Slurm (HTCONDOR-104)
113+
- More robust job ID extraction from SLurm (HTCONDOR-259)
114+
- Better interfacing with PBS and Slurm
115+
- More Python 3 fixes for PBS and Slurm scripts
116+
- Convert LSF script to Python 3 (HTCONDOR-333, #34)
117+
- Add Debian build files
118+
109119
* Tue Sep 15 2020 Brian Lin <[email protected]> - 1.18.48-2
110120
- Update RPM packaging
111121

0 commit comments

Comments
 (0)