Re: [Weblate] 2.17.1 traceback when clicking "Pull" in the commit panel

2017-12-06 Thread Loic Dachary
If the locks are in a directory that is bind mounted from the host, it would work. Where are the locks located ? > > > On Wed, 2017-12-06 at 17:00 +0100, Loic Dachary wrote: >> $ sudo docker-compose run --rm weblate list_versions >> Starting weblate_cache_1 ... >> Star

Re: [Weblate] 2.17.1 traceback when clicking "Pull" in the commit panel

2017-12-06 Thread Loic Dachary
: > Hi > > On Sat, 2017-12-02 at 10:22 +0100, Loic Dachary wrote: > [...] >> File "/usr/local/lib/python2.7/dist- >> packages/whoosh/filedb/compound.py" in save_as_files >> 297. for name, blocks in self._readback(): >> >> File "

Re: [Weblate] 2.17.1 traceback when clicking "Pull" in the commit panel

2017-12-02 Thread Loic Dachary
nly_user=&exclude_user= This is the conclusion of this thread, it appears all is in order again. Hopefully someone will find a user for it, for debugging purposes. Cheers On 12/02/2017 11:22 AM, Loic Dachary wrote: > After I updated a translation (fr_FR) I clicked on > https:/

Re: [Weblate] 2.17.1 traceback when clicking "Pull" in the commit panel

2017-12-02 Thread Loic Dachary
on2.7/dist-packages/whoosh/filedb/compound.py", line 297, in save_as_files for name, blocks in self._readback(): File "/usr/local/lib/python2.7/dist-packages/whoosh/filedb/compound.py", line 279, in _readback self._tempstorage.delete_file(self._tempname) File "/usr/lo

Re: [Weblate] 2.17.1 traceback when clicking "Pull" in the commit panel

2017-12-02 Thread Loic Dachary
ib/python2.7/dist-packages/whoosh/writing.py" in commit 935. self._finish() File "/usr/local/lib/python2.7/dist-packages/whoosh/writing.py" in _finish 884. self._tempstorage.destroy() File "/usr/local/lib/python2.7/dist-packages/whoosh/filedb/filestore.py" in

Re: [Weblate] 2.17.1 traceback when clicking "Pull" in the commit panel

2017-12-02 Thread Loic Dachary
ows "docs {doc_num}" It looks like the database is now out of sync with the content of some po On 12/02/2017 10:54 AM, Loic Dachary wrote: > After taking a closer look I see a page ( > https://weblate.securedrop.club/translate/securedrop/securedrop/pt_BR/?checksum=5031e6011

Re: [Weblate] 2.17.1 traceback when clicking "Pull" in the commit panel

2017-12-02 Thread Loic Dachary
protected by a lock maybe the two update raced against each other and one could not remove the file that another already removed ? Wild guess on my part. On 12/02/2017 10:22 AM, Loic Dachary wrote: > Hi, > > Today I clicked "Pull" in the commit panel and got the following stack

[Weblate] 2.17.1 traceback when clicking "Pull" in the commit panel

2017-12-02 Thread Loic Dachary
Hi, Today I clicked "Pull" in the commit panel and got the following stack trace. I did the same a week ago and it all went fine. I then clicked "Back" and refreshed and all seems fine. Not sure what happened but here it is, in case this ring a bell. Cheers OSError at /update/securedrop/secur

Re: [Weblate] permalink to translation

2017-12-01 Thread Loic Dachary
On 12/01/2017 09:31 AM, Michal Čihař wrote: > Hi > > On Thu, 2017-11-30 at 20:50 +0100, Loic Dachary wrote: >> >> On 11/30/2017 08:19 PM, Michal Čihař wrote: >>> Hi >>> >>> On Thu, 2017-11-30 at 19:57 +0100, Loic Dachary wrote: >>&

Re: [Weblate] permalink to translation

2017-11-30 Thread Loic Dachary
On 11/30/2017 08:19 PM, Michal Čihař wrote: > Hi > > On Thu, 2017-11-30 at 19:57 +0100, Loic Dachary wrote: >> Hi, >> >> Is it possible to get a permalink to a translation in 2.17.1 ? > > Link with checksum is a permalink. However there is no straightforward &

[Weblate] permalink to translation

2017-11-30 Thread Loic Dachary
Hi, Is it possible to get a permalink to a translation in 2.17.1 ? Cheers -- Loïc Dachary, Artisan Logiciel Libre ___ Weblate mailing list Weblate@lists.cihar.com https://lists.cihar.com/cgi-bin/mailman/listinfo/weblate

[Weblate] permanently locking a translation

2017-11-28 Thread Loic Dachary
Hi, As a temporary measure until the per-string review mechanism is merged[1], it would be convenient to be able to lock an entire translation. Although it is possible to do so for a period of time[2], there does not seem to be a way to do that permanently for a given language. Am I missing som

Re: [Weblate] Testing if weblate can send mail

2017-10-11 Thread Loic Dachary
] [email [email ...]] Sends a test email to the email addresses specified as arguments. On 10/11/2017 02:55 PM, Loic Dachary wrote: > Hi Michal, > > Since weblate is django based, this can be used and should effectively verify > if weblate is able to

Re: [Weblate] Testing if weblate can send mail

2017-10-11 Thread Loic Dachary
;m...@email.com', >>> ['sendi...@email.com']) And then one can verify the mail ends up where it should. What do you think ? Cheers On 10/10/2017 08:38 PM, Michal Čihař wrote: > Hi > > On Mon, 2017-10-09 at 17:54 +0200, Loic Dachary wrote: >> I'd like to

[Weblate] Testing if weblate can send mail

2017-10-09 Thread Loic Dachary
Hi, I'd like to write a nagios/icinga test to verify weblate is able to send mail. It happened a few times that it broke and there was no notification. So it stayed broken during a few days. Is there a way to trigger a mail in a way that can be automated and is non-destructive ? Cheers -- L

Re: [Weblate] translating .desktop files

2017-09-02 Thread Loic Dachary
On 09/02/2017 07:41 PM, Jean-Baptiste Holcroft wrote: > Le 2 septembre 2017 13:23:49 UTC-04:00, Loic Dachary a > écrit : >> Bonjour, >> >> What is the recommended way to translate .desktop files via weblate ? >> Is there native support for them ? >> &

[Weblate] translating .desktop files

2017-09-02 Thread Loic Dachary
Bonjour, What is the recommended way to translate .desktop files via weblate ? Is there native support for them ? For instance: [Desktop Entry] Name=GNOME Name[af]=GNOME Name[an]=GNOME Name[ar]=جنوم Name[as]=GNOME Name[ast]=GNOME Name[be]=GNOME ... Thanks in advance for any pointer / hint you

Re: [Weblate] Review workflow

2017-08-11 Thread Loic Dachary
On 08/11/2017 03:33 PM, Michal Čihař wrote: > Hi > > Loic Dachary píše v Pá 11. 08. 2017 v 15:28 +0200: >> I must be missing something. Here is (attached) what I see when I go >> to the above URL. > > You have to be authenticated to see that form (as that is needed

Re: [Weblate] Review workflow

2017-08-10 Thread Loic Dachary
On 08/10/2017 06:35 PM, Michal Čihař wrote: > Hello > > Loic Dachary píše v Čt 10. 08. 2017 v 10:39 +0200: >> I'm trying to figure out a weblate workflow to review the translated >> strings. Ideally it would be like: >> >> * The translator saves a trans

[Weblate] Review workflow

2017-08-10 Thread Loic Dachary
Hi ! I'm trying to figure out a weblate workflow to review the translated strings. Ideally it would be like: * The translator saves a translation * The reviewer navigates all translations that have not been reviewed and either * accept them * comment on them asking for changes This is speci