Skip to content
Snippets Groups Projects
fetch_commit_hashes.sh 980 B
Newer Older
git ls-remote https://gitlab.com/aroffringa/aoflagger.git     HEAD   | awk '{ print "AOFLAGGER_COMMIT="$1 }'
Marcel Loose's avatar
Marcel Loose committed
git ls-remote https://github.com/casacore/casacore.git        v3.6.1 | awk '{ print "CASACORE_COMMIT="$1 }'
git ls-remote https://git.astron.nl/RD/DP3.git                HEAD   | awk '{ print "DP3_COMMIT="$1 }'
Marcel Loose's avatar
Marcel Loose committed
git ls-remote https://git.astron.nl/RD/EveryBeam.git          HEAD   | awk '{ print "EVERYBEAM_COMMIT="$1 }'
git ls-remote https://git.astron.nl/RD/idg.git                HEAD   | awk '{ print "IDG_COMMIT="$1 }'
git ls-remote https://github.com/lofar-astron/LofarStMan.git  HEAD   | awk '{ print "LOFARSTMAN_COMMIT="$1 }'
git ls-remote https://github.com/casacore/python-casacore.git v3.6.1 | awk '{ print "PYTHONCASACORE_COMMIT="$1 }'
Marcel Loose's avatar
Marcel Loose committed
git ls-remote https://github.com/nlesc-dirac/sagecal.git      HEAD   | awk '{ print "SAGECAL_COMMIT="$1 }'
git ls-remote https://gitlab.com/aroffringa/wsclean.git       HEAD   | awk '{ print "WSCLEAN_COMMIT="$1 }'