Skip to content

Commit

Permalink
Merge pull request #184 from bedroge/update_lmod_fix
Browse files Browse the repository at this point in the history
Fix auto-update of Lmod caches
  • Loading branch information
trz42 authored Mar 26, 2024
2 parents 8675554 + dd7f6a1 commit c297afe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ingest-tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@ function update_lmod_caches() {
then
error "the script for updating the Lmod caches (${update_caches_script}) does not have execute permissions!"
fi
cvmfs_server transaction "${repo}"
${cvmfs_server} transaction "${repo}"
${update_caches_script} /cvmfs/${repo}/${basedir}/${version}
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}"
}

function ingest_init_tarball() {
Expand Down

0 comments on commit c297afe

Please sign in to comment.