...
The "black list" is a list of client/server pairs, where the server may be a specific version or a wildcard ("*") and the client may be a specific version or may be all versions before (inclusive/exclusive) or after (inclusive/exclusive) a given version. To get the version of a server, use the repository services "/version" service e.g:
Code Block |
---|
curl http://repo-prod.prod.sagebase.org/repo/v1/version {"version":"1.15.0-8-ge79db7a"} |
...