[libvirt PATCH] gitlab: fix potfile job for new location

Daniel P. Berrangé berrange at redhat.com
Thu Jun 4 17:57:53 UTC 2020


Since we're storing the libvirt.pot file in git now, we should pull from
the source dir, not the build dir.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
---

Pushed as CI fix

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 149334ed6f..7113a1283c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -210,7 +210,7 @@ potfile:
     - $MAKE -C src generated-sources
     - $MAKE -C po libvirt.pot
     - cd ..
-    - mv build/po/libvirt.pot libvirt.pot
+    - cp po/libvirt.pot libvirt.pot
   image: quay.io/libvirt/buildenv-libvirt-centos-8:latest
   artifacts:
     expose_as: 'Potfile'
-- 
2.26.2




More information about the libvir-list mailing list