[20:39:45] !log lucaswerkmeister@tools-sgebastion-10 tools.lexeme-forms deployed 344fd43224 (update Breton noun Wikifunctions) [20:39:49] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.lexeme-forms/SAL [22:03:41] Quick question, what’s the best way for a tool to learn its own FQDN? [22:24:37] @Danny: in a pre-built container on Kubernetes you can user `$USER.toolforge.org`. I'm not exactly sure what to check in a build service container where $USER is not the tool's name. I guess you could parse it out of $TOOL_DATA_DIR [22:39:24] bd808: Gotcha. I was planning on making my codebase non-Toolforge specific but it seems that this is better saved for another time. Thanks for letting me know. [22:58:21] @Danny: You probably can get the FQDN from some web server provided data. That would depend on the web server and the runtime you are using. [22:59:34] bd808: Thanks, I'll keep that in mind for when I clean up the codebase.