Use new store.ipr.univ-rennes.fr
This commit is contained in:
parent
01a248e374
commit
3986af300d
|
@ -368,8 +368,8 @@ Get Maco's versions from filesystem."
|
||||||
Get Maco's versions from webserver."
|
Get Maco's versions from webserver."
|
||||||
### TODO: Replace --silent option with --no-progress-meter once curl > v7.74.0-*
|
### TODO: Replace --silent option with --no-progress-meter once curl > v7.74.0-*
|
||||||
### will be available on the cluster (at least buster-backports).
|
### 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 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-rennes1.fr/InstallProgs/ipr/maco/urgent-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
|
fi
|
||||||
## }}}
|
## }}}
|
||||||
## Convert version to timestamp
|
## Convert version to timestamp
|
||||||
|
|
Loading…
Reference in New Issue