Skip to content

Commit

Permalink
Merge pull request #326 from brianhlin/bump-packaging
Browse files Browse the repository at this point in the history
Bump packaging
  • Loading branch information
brianhlin authored May 28, 2020
2 parents 1fb23a7 + 9a16aab commit d064c54
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(condor-ce)

cmake_minimum_required(VERSION 2.6)

set( HTCONDORCE_VERSION "4.2.1" CACHE INTERNAL "Version of the HTCondor-CE" )
set( HTCONDORCE_VERSION "4.3.0" CACHE INTERNAL "Version of the HTCondor-CE" )

set( CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake )

Expand Down
19 changes: 17 additions & 2 deletions rpm/htcondor-ce.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#define gitrev osg

Name: htcondor-ce
Version: 4.2.1
Release: 1%{?gitrev:.%{gitrev}git}%{?dist}
Version: 4.3.0
Release: 2%{?gitrev:.%{gitrev}git}%{?dist}
Summary: A framework to run HTCondor as a CE
BuildArch: noarch

Expand Down Expand Up @@ -494,6 +494,21 @@ fi
%{_localstatedir}/www/wsgi-scripts/htcondor-ce/htcondor-ce-registry.wsgi

%changelog
* Wed May 27 2020 Brian Lin <[email protected]> - 4.3.0-2
- Update the packaging for 4.3.0

* Wed May 27 2020 Brian Lin <[email protected]> - 4.3.0-1
- Add the CE registry web application to the central collector. The
registry provides an interface to OSG site administrators of
HTCondor-CEs to retrieve an HTCondor IDTOKEN for authenticating
pilot job submissions (#298, #299)
- Identify broken job routes upon startup (#319)
- Add benchmarking parameters to the BDII provider via HTCONDORCE_SPEC
in the configuration. See /etc/condor-ce/config.d/99-ce-bdii.conf
for examples (#311)
- Fix handling of unmapped GSI users in the central collector (#317)
- Fix reference to old BDII configuration values (#322)

* Wed Mar 18 2020 Brian Lin <[email protected]> - 4.2.1-1
- Drop vestigial central collector config generator
- Fix unmapped GSI/SSL regexps and allow unmapped enttities to advertise to the central ceollector (SOFTWARE-3939)
Expand Down

0 comments on commit d064c54

Please sign in to comment.