From 3986af300d6f8059fc3aff40c4828563f7634146 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gardais=20J=C3=A9r=C3=A9my?= Date: Fri, 20 Oct 2023 10:14:08 +0200 Subject: [PATCH] Use new store.ipr.univ-rennes.fr --- cluster/maco.check.update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/maco.check.update.sh b/cluster/maco.check.update.sh index 20788dc..147fac0 100755 --- a/cluster/maco.check.update.sh +++ b/cluster/maco.check.update.sh @@ -368,8 +368,8 @@ Get Maco's versions from filesystem." Get Maco's versions from webserver." ### TODO: Replace --silent option with --no-progress-meter once curl > v7.74.0-* ### will be available on the cluster (at least buster-backports). - readonly LATEST_MACO_VERSION=$(curl --silent --insecure https://store.ipr.univ-rennes1.fr/InstallProgs/ipr/maco/maco-version.txt | awk -v FS=. '{ print $1 "-" $2 "-" $3 "T" $4 ":" $5 ":" $6 }') - readonly URGENT_MACO_VERSION=$(curl --silent --insecure https://store.ipr.univ-rennes1.fr/InstallProgs/ipr/maco/urgent-maco-version.txt | awk -v FS=. '{ print $1 "-" $2 "-" $3 "T" $4 ":" $5 ":" $6 }') + readonly LATEST_MACO_VERSION=$(curl --silent --insecure https://store.ipr.univ-rennes.fr/InstallProgs/ipr/maco/maco-version.txt | awk -v FS=. '{ print $1 "-" $2 "-" $3 "T" $4 ":" $5 ":" $6 }') + readonly URGENT_MACO_VERSION=$(curl --silent --insecure https://store.ipr.univ-rennes.fr/InstallProgs/ipr/maco/urgent-maco-version.txt | awk -v FS=. '{ print $1 "-" $2 "-" $3 "T" $4 ":" $5 ":" $6 }') fi ## }}} ## Convert version to timestamp