Ian Johnson 4fac5bd601 Autodoc: fix root module name in sources.tar
This was overlooked in #19458. Using the fully qualified name of each
module usually makes sense, but there is one module where it does not,
namely, the root module, since its name is `root`. The original Autodoc
tar creation logic used `comp.root_name` for the root module back when
it was the only module included in `sources.tar`, and that made sense.
Now, we get the best of both worlds, using the proper root name for the
root module while using the module name for the rest.
2024-04-12 23:43:57 -07:00
..
2024-04-13 01:35:20 -04:00
2024-04-07 14:47:11 +02:00
2024-03-30 20:50:48 -04:00
2024-04-07 14:47:11 +02:00
2024-03-27 10:05:57 +00:00
2024-04-09 15:00:21 +02:00
2024-03-26 13:48:07 +00:00
2024-04-07 14:47:11 +02:00