aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/po_plugin_config_change_can_lead_to_refresh_bugs.mdwn
blob: c8ce4f4afc755730f4ace85c95f75d7df5171937 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
I have here a site that uses the po plugin, and recently had this change
committed to its setup:

<pre>
 po_slave_languages:
 - de|Deutsch
 - fr|Français
-- ja|日本語
-- tr|Türkçe
</pre>

The change was made by the web UI, so it must have involved a site rebuild
at the time, as that configuration item has `rebuild => 1`.

Some days after that config change, a push caused ikiwiki refresh to fail:

    remote: /home/b-udm/public_html/Discussion/index.ja.html independently created, not overwriting with version from Discussion.ja

Rebuilding the wiki cleared that up, but it seems that po plugin config
changes can lead to follow-on problems of this sort.

The site still has a `source/index.ja.po`. And it has
`public_html/index.ja.html`, as well as `public_html/index.ja/index.html`.

--[[Joey]]