Michael Schroeder
Michael Schroeder
But the change that documented it was commit a5bd7571358c7974da1c909e331525b13dce1264 by Ralf done March 2023....
That looks like the correct output to me. Why do you think it doesn't work? Note that %quote does not add any quotes, the effect is purely internal. Here's how...
`%{expand:%{version}}` will not help. %expand is not about lazy evaluation, but instead it does a re-expansion. This re-expansion happens right away, though.
Wouldn't you need to write `IO::Socket::IP->join_addr`? (But I don't think we really need this just to put the host in `[]` if it includes a `:` character...)
Repository only uploads (`rev=repository`) do not create a revision at all, so you only get the srcmd5 back.
I don't understand that. You can use the returned `srcmd5` hash as revision if you want to access your files. (i.e. `rev=d41d8cd98f00b204e9800998ecf8427e` in your example)
The returned srcmd5 is a representation of the complete file set. Git calls those "tree" objects.
Yes, the gpg2 package maintainer removed the files-are-digests patch OBS uses because he didn't like it.
No clue, sorry. This does not reach the backend, it must be some problem on the rails side.