Closed clemens-tolboom closed 9 months ago
Currently doing an install gives an Armadillo v3.4.0
The installation adds /etc/cron.weekly/check-armadillo-update and we are not sure this still functions on latest.
/etc/cron.weekly/check-armadillo-update
Running the script with set -x and trigger a download match fetches
set -x
https://github.com/molgenis/molgenis-service-armadillo/releases/download/v3.4.0/molgenis-armadillo-3.4.0.jar
which is a valid download.
Link for v4.0.3 is https://github.com/molgenis/molgenis-service-armadillo/releases/download/v4.0.3/molgenis-armadillo-4.0.3.jar which is valid but is pre-release.
https://github.com/molgenis/molgenis-service-armadillo/releases/download/v4.0.3/molgenis-armadillo-4.0.3.jar
pre-release
Closing as this is kinda duplication of #616 / #594
Currently doing an install gives an Armadillo v3.4.0
The installation adds
/etc/cron.weekly/check-armadillo-update
and we are not sure this still functions on latest.Running the script with
set -x
and trigger a download match fetcheswhich is a valid download.
Link for v4.0.3 is
https://github.com/molgenis/molgenis-service-armadillo/releases/download/v4.0.3/molgenis-armadillo-4.0.3.jar
which is valid but ispre-release
.