#16 WIP: CI locales
Closed 4 years ago by fujiwara. Opened 4 years ago by fujiwara.
rpms/ fujiwara/ibus test3  into  f31

file modified
+1 -1
@@ -35,7 +35,7 @@ 

  

  Name:           ibus

  Version:        1.5.21

- Release:        9%{?dist}

+ Release:        9.1%{?dist}

  Summary:        Intelligent Input Bus for Linux OS

  License:        LGPLv2+

  URL:            https://github.com/ibus/%name/wiki

@@ -32,6 +32,13 @@ 

              - glibc-langpack-fi

              - glibc-langpack-pt

  

+     - name: Check installed locales

+       shell: |

+         set -e

+         locale -a | egrep 'el|fi|pt'

+         localedef --list-archive | egrep 'el|fi|pt'

+         env LANG=el_GR.UTF-8 locale

+ 

      - name: Fetching GNOME installed-tests testing harness source from remote repository

        git:

            repo: 'https://gitlab.gnome.org/GNOME/gnome-desktop-testing.git'