Skip to content

Commit 7f06517

Browse files
Merge pull request #140 from brianhlin/fix-condor-config
Fix condor config and some spec issues
2 parents 8c531e0 + 0f9023a commit 7f06517

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

htcondor-ce/50-gratia-ce.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
if ! defined JOB_ROUTER_SCHEDD2_NAME
66
PER_JOB_HISTORY_DIR = /var/lib/condor-ce/gratia/data
7-
end
7+
endif
88

99

1010
# Setup cron job for gratia-probe-htcondor-ce

rpm/gratia-probe.spec

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Name: gratia-probe
22
Summary: Gratia OSG accounting system probes
33
Group: Applications/System
4-
Version: 2.5.0
4+
Version: 2.5.1
55
Release: 1%{?dist}
66
License: GPL
77
URL: http://sourceforge.net/projects/gratia/
@@ -175,6 +175,7 @@ git_commit_id=$(gzip -d < %{SOURCE0} | git get-tar-commit-id)
175175
rm $RPM_BUILD_ROOT%{_datadir}/gratia/dCache-transfer/gratia-dcache-transfer.init
176176

177177
# Install condor-ap configuration snippet
178+
install -d $RPM_BUILD_ROOT/%{_datadir}/condor/config.d
178179
install -m 644 condor-ap/50-gratia-gwms.conf $RPM_BUILD_ROOT/%{_datadir}/condor/config.d/50-gratia-gwms.conf
179180
install -d $RPM_BUILD_ROOT/%{_sharedstatedir}/condor/gratia/{data,data/quarantine,tmp}
180181
rm $RPM_BUILD_ROOT%{_datadir}/gratia/condor-ap/50-gratia-gwms.conf
@@ -520,12 +521,15 @@ The dCache storagegroup probe for the Gratia OSG accounting system.
520521

521522

522523
%changelog
523-
* Thu Jan 27 2021 Brian Lin <blin@cs.wisc.edu> - 2.5.0-1
524+
* Thu Jan 27 2022 Brian Lin <blin@cs.wisc.edu> - 2.5.1-1
525+
- Fix HTCondor-CE configuration syntax
526+
527+
* Thu Jan 27 2022 Brian Lin <blin@cs.wisc.edu> - 2.5.0-1
524528
- Fix record generation for HTCondor-CE with HTCondor batch systems
525529
(SOFTWARE-4978)
526530
- Remove condor-batch probe (SOFTWARE-4978)
527531

528-
* Wed Jan 26 2021 Brian Lin <blin@cs.wisc.edu> - 2.4.0-1
532+
* Wed Jan 26 2022 Brian Lin <blin@cs.wisc.edu> - 2.4.0-1
529533
- Add gratia-probe-condor-batch, formerly gratia-probe-condor (SOFTWARE-4978)
530534
- Fix ownership of quarantine directories (SOFTWARE-4975)
531535

0 commit comments

Comments
 (0)