From 83f7cae0178074e5e4f913168b4b42c7be90af13 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Sun, 7 Jun 2020 22:49:01 +0000 Subject: Partially work around buggy sitemap generation on buster (#924172). wml versions found in stretch and buster seem to behave differently when the input file is not in the current directory. To mitigate this, turn the ../english/sitemap.wml input file into sitemap.wml in the wml calls (Chinese and non-Chinese cases), and add symlinks from all (other) language directories. Unfortunately, this generates sitemaps that are only partially translated. They seem to be well-formed though, and very similar to the English sitemap generated with wml from stretch. Which seems to be a net win over the status quo. Also, the missing translations don't seem to be a regression due to the deployment of this workaround. --- hebrew/sitemap.wml | 1 + 1 file changed, 1 insertion(+) create mode 120000 hebrew/sitemap.wml (limited to 'hebrew') diff --git a/hebrew/sitemap.wml b/hebrew/sitemap.wml new file mode 120000 index 00000000000..1c70b6bd571 --- /dev/null +++ b/hebrew/sitemap.wml @@ -0,0 +1 @@ +../english/sitemap.wml \ No newline at end of file -- cgit v1.2.3