File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ CE_SHARE_FILES := \
99
99
src/condor_ce_router_defaults \
100
100
src/gratia_cleanup.py \
101
101
src/local-wrapper \
102
- contrib/apelscripts/condor_batch_blah.sh \
102
+ contrib/apelscripts/condor_batch_blah.py \
103
103
contrib/apelscripts/condor_ce_apel.sh \
104
104
contrib/bdii/htcondor-ce-provider \
105
105
contrib/bosco/bosco-cluster-remote-hosts.py \
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ safe_config_val () {
17
17
18
18
safe_config_val SEND_RECORDS APEL_SEND_RECORDS
19
19
20
- /usr/share/condor-ce/condor_batch_blah.sh # Make the batch file (batch system job run times) and blah file (CE/Security data)
20
+ /usr/share/condor-ce/condor_batch_blah.py # Make the batch file (batch system job run times) and blah file (CE/Security data)
21
21
/usr/bin/apelparser # Read the blah and batch files in
22
22
if [ " $SEND_RECORDS " == " True" ]; then
23
23
/usr/bin/apelclient # Join blah and batch records to make job records
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/condor-ce/apel/README.md
212
212
rm -f $RPM_BUILD_ROOT%{_sysconfdir }/condor/config.d/50-condor-apel.conf
213
213
rm -f $RPM_BUILD_ROOT%{_sysconfdir }/condor-ce/config.d/50-ce-apel.conf
214
214
rm -f $RPM_BUILD_ROOT%{_datadir }/condor-ce/config.d/50-ce-apel-defaults.conf
215
- rm -f $RPM_BUILD_ROOT%{_datadir }/condor-ce/condor_batch_blah.sh
215
+ rm -f $RPM_BUILD_ROOT%{_datadir }/condor-ce/condor_batch_blah.py
216
216
rm -f $RPM_BUILD_ROOT%{_datadir }/condor-ce/condor_ce_apel.sh
217
217
rm -f $RPM_BUILD_ROOT%{_unitdir }/condor-ce-apel.service
218
218
rm -f $RPM_BUILD_ROOT%{_unitdir }/condor-ce-apel.timer
350
350
351
351
%files apel
352
352
%{_datadir }/condor-ce/apel/README.md
353
- %{_datadir }/condor-ce/condor_batch_blah.sh
353
+ %{_datadir }/condor-ce/condor_batch_blah.py
354
354
%{_datadir }/condor-ce/condor_ce_apel.sh
355
355
%{_datadir }/condor-ce/config.d/50-ce-apel-defaults.conf
356
356
%{_sysconfdir }/condor/config.d/50-condor-apel.conf
You can’t perform that action at this time.
0 commit comments