osbuild / osbuild-composer

An HTTP service for building bootable OS images.
https://www.osbuild.org
Apache License 2.0
160 stars 108 forks source link

worker: rename `server` -> `serverURL` #4325

Closed mvo5 closed 1 month ago

mvo5 commented 1 month ago

The current name Client.server feels a bit misleading as it is unclear if this is an abstraction for a "server" object or an URL. This rename makes this unambiguous.

There are some more opportunities to tweak the code here, I can do some followups if desired but this is an extremely low-hanging fruit.