Skip to content

Commit 8a30206

Browse files
authored
Merge pull request #223 from bedroge/lmod_cache_dev_repo
Only update Lmod cache for `software.eessi.io`
2 parents ede0ea5 + d4f3068 commit 8a30206

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/ingest-tarball.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,9 @@ function ingest_software_tarball() {
207207
check_arch
208208
check_os
209209
cvmfs_ingest_tarball
210-
update_lmod_caches
210+
if [ "${cvmfs_repo}" = "software.eessi.io" ]; then
211+
update_lmod_caches
212+
fi
211213
}
212214

213215
function ingest_compat_tarball() {

0 commit comments

Comments
 (0)