Skip to content

Commit 97213a9

Browse files
authored
Merge pull request #191 from brianhlin/master
Bump version to 3.1.1
2 parents 5aa13f5 + 8725cc0 commit 97213a9

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

config/01-common-collector-defaults.conf

-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
#
66
###############################################################################
77

8-
# This sets the default port to 9619 on newer versions of HTCondor (8.3.x)
9-
# This allows users to no longer have to explicitly set the port in the
10-
# command line.
11-
COLLECTOR_PORT=9619
12-
138
STATUS_DEFAULT_SCHEDD_PRINT_FORMAT_FILE=/usr/share/condor-ce/ce-status.cpf
149
STATUS_DEFAULT_STARTD_PRINT_FORMAT_FILE=/usr/share/condor-ce/pilot-status.cpf
1510

config/condor_mapfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
#
1919
# GSI "^<DISTINGUISHED NAME>$" <USERNAME>@users.htcondor.org
2020

21-
# The first VOMS attribute can also be used for mapping:
21+
# VOMS attributes can also be used for mapping:
2222
#
23-
# GSI "<DISTINGUISHED NAME>,<FIRST VOMS FQAN>" <USERNAME>@users.htcondor.org
23+
# GSI "<DISTINGUISHED NAME>,<VOMS FQAN 1>,<VOMS FQAN 2>,...,<VOMSFQAN N>" <USERNAME>@users.htcondor.org
2424

2525
# You can use regular expressions for mapping certificate and VOMS attribute
2626
# credentials. For example, to map any GLOW certificate with the 'htpc' role to

rpm/htcondor-ce.spec

+7-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define gitrev osg
33

44
Name: htcondor-ce
5-
Version: 3.1.0
5+
Version: 3.1.1
66
Release: 1%{?gitrev:.%{gitrev}git}%{?dist}
77
Summary: A framework to run HTCondor as a CE
88
BuildArch: noarch
@@ -491,7 +491,12 @@ fi
491491
%attr(1777,root,root) %dir %{_localstatedir}/lib/gratia/condorce_data
492492

493493
%changelog
494-
* Thu Mar 15 2018 Brian Lin <blin@cs.wisc.edu> - 3.0.4-1
494+
* Fri Apr 06 2018 Brian Lin <blin@cs.wisc.edu> - 3.1.1-1
495+
- Allow InCommon host certs
496+
- Drop vestigal HTCondor-related configuration
497+
- Add documentation for mapping multiple VOMS attributes
498+
499+
* Thu Mar 15 2018 Brian Lin <blin@cs.wisc.edu> - 3.1.0-1
495500
- Removed OSG-specific code and configuration from builds intended for the
496501
HTCondor repo
497502
- Updated the CERN BDII provider

0 commit comments

Comments
 (0)