Mercurial > p > roundup > code
changeset 6485:685778e0a122
Only list one local locale file. Clean up log.
de is the file that is used in testing so list it.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 06 Sep 2021 13:44:42 -0400 |
| parents | a268ddbee412 |
| children | 8c371af7e785 |
| files | .travis.yml |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.travis.yml Mon Sep 06 13:43:42 2021 -0400 +++ b/.travis.yml Mon Sep 06 13:44:42 2021 -0400 @@ -140,7 +140,7 @@ # build the .mo translation files and install them into a tree # (locale/locale under roundup directory root) # suitable for use by gettext. - - (cd locale; make local_install; ls -lR locale) + - (cd locale; make local_install; ls -lR locale/de/LC_MESSAGES) script: - PATH=$VIRTUAL_ENV/bin:$PATH
