A customer used `univention-repository-create` to create a local repository. He noticed the following error message: "W: Value '<FQDN>' incompatible for 'repository/online/server', but setting anyway" According to https://forge.univention.org/bugzilla/show_bug.cgi?id=55732#c0 : "ucr type checking requires repository/online/server to be of type url_http. i.e. the scheme has to be http or https." It looks like `univention-repository-create` is not using the scheme that ucr type checking requires.
Thank you! MR: https://git.knut.univention.de/univention/ucs/-/merge_requests/964
sort of half fixed by d9e06dbcf8a2ea2bea393a09c1d2bfe5b045f543 b4c22827d39e4bc59bbd17533438ba6370061093 but did not remove the deprecated ucs variables
We experienced with the new http(s):// prefix as the repositoryServer does not allow that, but UCR requires it now. So that has to be sorted out, additional see what else from the MR is missing.