[gnome-desktop/wip/hadess/fix-ci] ci: Fix CI problems caused by uninstalled glib2 translations



commit 3c3f59743bf45af9bf0a7f715050c48f8bbea6b3
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Jan 30 10:54:57 2019 +0100

    ci: Fix CI problems caused by uninstalled glib2 translations
    
    The glib2 Hebrew translations were not getting installed since an update
    in the Fedora Docker image which blocked any non-English translations
    from being installed. Even though the glibc Hebrew translations were
    unaffected, the glib2 one still was, causing half of the wall clock to
    be translated (glibc-provided strings) and half not (glib2-provided
    strings).
    
    With help from Ray Strode.

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7bc0ef65..d37dc52a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,6 +10,8 @@ variables:
 
 build_stable:
   before_script:
+    # Undo delangification present in the Fedora Docker images
+    - rm -f /etc/rpm/macros.image-language-conf
     # Work-around https://bugzilla.redhat.com/show_bug.cgi?id=1607172#c4
     - echo "update dnf gdbm" >> translist.txt
     - echo "remove python3-modulemd" >> translist.txt


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]