File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -318,5 +318,6 @@ def extension_metadata():
318
318
"priority" : 0 ,
319
319
"setups" : {
320
320
"DIRAC-Certification" : "https://lbcertifdirac70.cern.ch:9135/Configuration/Server" ,
321
+ "DIRAC-CI" : "https://server:9135/Configuration/Server" ,
321
322
},
322
323
}
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ installSite() {
141
141
# We make a relative symlink on purpose (i.e. not the full path to ca.cert.pem)
142
142
# because otherwise the BundleDeliveryClient will send the full path, which
143
143
# will be wrong on the client
144
- ln -s " ${SERVERINSTALLDIR} /diracos/etc/grid-security/certificates/ ca.cert.pem" " ${SERVERINSTALLDIR} /diracos/etc/grid-security/certificates/$caHash .0"
144
+ ln -s " ca.cert.pem" " ${SERVERINSTALLDIR} /diracos/etc/grid-security/certificates/$caHash .0"
145
145
146
146
rm -rf " ${SERVERINSTALLDIR} /etc"
147
147
ln -s " ${SERVERINSTALLDIR} /diracos/etc" " ${SERVERINSTALLDIR} /etc"
Original file line number Diff line number Diff line change @@ -279,7 +279,10 @@ installDIRAC() {
279
279
fi
280
280
281
281
# now configuring
282
-
282
+ if ! dirac-proxy-init --nocs --no-upload; then
283
+ echo ' ERROR: dirac-proxy-init failed' >&2
284
+ exit 1
285
+ fi
283
286
if [[ -n " ${INSTALLATION_BRANCH} " ]]; then
284
287
# Use this for (e.g.) running backward-compatibility tests
285
288
cmd=" dirac-configure -S ${DIRACSETUP} -C ${CSURL} --SkipCAChecks ${CONFIGUREOPTIONS} ${DEBUG} "
You can’t perform that action at this time.
0 commit comments