File indexing completed on 2026-04-22 08:40:58
0001 git clone https://github.com/acts-project/acts
0002 git clone https://github.com/eic/containers.git
0003 git -C acts for-each-ref --format="%(refname:short)|%(creatordate:format:%b %d %Y %H:%M:%S)" "refs/tags/*" | tee tags
0004 git -C containers for-each-ref --format="%(refname:short)|%(creatordate:format:%b %d %Y %H:%M:%S)" "refs/tags/*" | grep 'stable' | grep -v '^v23' | grep -v '^v24.02' | tee eic_container_tags
0005 cat eic_container_tags | sed -e 's#^v##' | awk -F'|' '{print $1}' | xargs -I{} singularity exec /cvmfs/singularity.opensciencegrid.org/eicweb/eic_xl:{} sh -c "spack find --json acts | jq -r '.[].version'" | xargs -I{} git -C acts for-each-ref --format="%(refname:short)|%(creatordate:format:%b %d %Y %H:%M:%S)" "refs/tags/v{}" | tee result