Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 524 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 524 Bytes

EIC Spack Software Stack on CernVM-FS

This repository contains scripts to manage the EIC Spack Software Stack on CernVM-FS.

A typical crontab entry might be:

13 02 * * *     crontab -l > $HOME/crontab.`hostname`
24 */2 * * *    if [ -f ~/eic-spack-cvmfs/update-git.sh ] ; then ~/eic-spack-cvmfs/update-git.sh ; fi
35 */2 * * *    if [ -f ~/eic-spack-cvmfs/update-all.sh ] ; then ~/eic-spack-cvmfs/update-all.sh ; fi

Please report any bugs at to the main EIC Spack repository.