Re: [libvirt PATCH v2 9/9] gitlab: add job for building latest potfile

2020-03-25 Thread Andrea Bolognani
On Tue, 2020-03-24 at 18:23 +, Daniel P. Berrangé wrote: > On Tue, Mar 24, 2020 at 06:51:10PM +0100, Andrea Bolognani wrote: > > On Tue, 2020-03-24 at 16:24 +, Daniel P. Berrangé wrote: > > > +# This artifact published by this job is downloaded to push to Weblate > > > +# for translation us

Re: [libvirt PATCH v2 9/9] gitlab: add job for building latest potfile

2020-03-25 Thread Erik Skultety
On Tue, Mar 24, 2020 at 04:24:05PM +, Daniel P. Berrangé wrote: > Whenever there is a change to the translatable strings we need to push > a new libvirt.pot to weblate. This only needs to be done when code > merges into git master, so the job is restricted to that branch. > > Signed-off-by: Dan

Re: [libvirt PATCH v2 9/9] gitlab: add job for building latest potfile

2020-03-25 Thread Erik Skultety
On Tue, Mar 24, 2020 at 06:23:19PM +, Daniel P. Berrangé wrote: > On Tue, Mar 24, 2020 at 06:51:10PM +0100, Andrea Bolognani wrote: > > On Tue, 2020-03-24 at 16:24 +, Daniel P. Berrangé wrote: > > > +# This artifact published by this job is downloaded to push to Weblate > > > +# for transla

Re: [libvirt PATCH v2 9/9] gitlab: add job for building latest potfile

2020-03-24 Thread Daniel P . Berrangé
On Tue, Mar 24, 2020 at 06:51:10PM +0100, Andrea Bolognani wrote: > On Tue, 2020-03-24 at 16:24 +, Daniel P. Berrangé wrote: > > +# This artifact published by this job is downloaded to push to Weblate > > +# for translation usage: > > +# > > https://gitlab.com/libvirt/libvirt/-/jobs/artifac

Re: [libvirt PATCH v2 9/9] gitlab: add job for building latest potfile

2020-03-24 Thread Andrea Bolognani
On Tue, 2020-03-24 at 16:24 +, Daniel P. Berrangé wrote: > +# This artifact published by this job is downloaded to push to Weblate > +# for translation usage: > +# > https://gitlab.com/libvirt/libvirt/-/jobs/artifacts/master/download?job=potfile > +potfile: > + stage: prebuild > + only: >

[libvirt PATCH v2 9/9] gitlab: add job for building latest potfile

2020-03-24 Thread Daniel P . Berrangé
Whenever there is a change to the translatable strings we need to push a new libvirt.pot to weblate. This only needs to be done when code merges into git master, so the job is restricted to that branch. Signed-off-by: Daniel P. Berrangé --- .gitlab-ci.yml | 26 ++ 1 file