We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8675554 + dd7f6a1 commit c297afeCopy full SHA for c297afe
scripts/ingest-tarball.sh
@@ -180,9 +180,9 @@ function update_lmod_caches() {
180
then
181
error "the script for updating the Lmod caches (${update_caches_script}) does not have execute permissions!"
182
fi
183
- cvmfs_server transaction "${repo}"
+ ${cvmfs_server} transaction "${repo}"
184
${update_caches_script} /cvmfs/${repo}/${basedir}/${version}
185
- cvmfs_server publish -m "update Lmod caches after ingesting ${tar_file_basename}" "${repo}"
+ ${cvmfs_server} publish -m "update Lmod caches after ingesting ${tar_file_basename}" "${repo}"
186
}
187
188
function ingest_init_tarball() {
0 commit comments