[Git][reproducible-builds/reprotest][specify-locales] 2 commits: drop TODO comment it was implemented with the previous commit, a92f741b

Holger Levsen (@holger) gitlab at salsa.debian.org
Sat Feb 18 12:40:50 UTC 2023



Holger Levsen pushed to branch specify-locales at Reproducible Builds / reprotest


Commits:
84496fa5 by Holger Levsen at 2023-02-18T13:34:49+01:00
drop TODO comment it was implemented with the previous commit, a92f741b

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -
b2a6f6ff by Holger Levsen at 2023-02-18T13:40:37+01:00
mention interesting locales in README

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


2 changed files:

- README.rst
- reprotest/build.py


Changes:

=====================================
README.rst
=====================================
@@ -292,6 +292,8 @@ locales.locale
     A semicolon-separated list one or more locales to test when
     performing locales variations.
     If multiple locales are specified, one will be chosen at random.
+    Some more interesting locales are fr_CH.UTF-8, ru_RU.CP1251, kk_KZ.RK1048
+    or zh_CN.
     Default is et_EE.UTF-8 if unspecified.
 
 The difference between --vary and --variations is that the former appends onto


=====================================
reprotest/build.py
=====================================
@@ -367,7 +367,6 @@ def locales(ctx, build, vary):
     if not vary:
         return build.add_env('LANG', 'C.UTF-8').add_env('LANGUAGE', 'en_US:en')
     else:
-        # TODO: support specifying locale to vary
         # Use an Estonian locale by default, which has interesting sort order for ASCII characters
         loc = 'et_EE.UTF-8'
         if ctx.spec.locales.locale:



View it on GitLab: https://salsa.debian.org/reproducible-builds/reprotest/-/compare/a92f741b25a57212621c8c780395d71f7ae43579...b2a6f6ffee10a2558b28908ef7568e4aec397b80

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reprotest/-/compare/a92f741b25a57212621c8c780395d71f7ae43579...b2a6f6ffee10a2558b28908ef7568e4aec397b80
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20230218/93492884/attachment.htm>


More information about the rb-commits mailing list