]> sipb.mit.edu Git - ikiwiki.git/commit
po plugin(refreshpot): prevent PO references to be written
authorintrigeri <intrigeri@boum.org>
Sat, 18 Oct 2008 19:47:49 +0000 (21:47 +0200)
committerintrigeri <intrigeri@boum.org>
Sat, 18 Oct 2008 19:47:49 +0000 (21:47 +0200)
commit629968fc89bced6727981c0a1138072631751fee
tree5bab1babf88524edb46a90a0a0715ffd2aab7e09
parenta0deb3038c45c066e2c0c3acb8c6c4a93ca3301d
po plugin(refreshpot): prevent PO references to be written

... else we can fall into some kind of nasty infinite loop, when two ikiwiki
instances don't store their working copy of the repository at the same place:
every POT file update in one repository would trigger an update of the same POT
file in the others repository, and so on.

Signed-off-by: intrigeri <intrigeri@boum.org>
IkiWiki/Plugin/po.pm