eic / eic-spack-cvmfs

EIC Spack Software Stack on CernVM-FS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

EIC Spack Software Stack on CernVM-FS


Languages

Language:Shell 100.0%