Commit 31eb677
committed
Made order of names in AUTHORS.md reliable
Details:
* The sort order of the 'sort' command depends on the LC_COLLATE env var
(which can be overridden by the LC_ALL env var).
The AUTHORS.md file is generated on every build (because its dependencies
are the complete set of commits in the repo), and uses the 'sort' command
when creating it. When the sort order is not reliable, the AUTHORS.md file
changes, and this causes the publish workflow to have a dirty git status
due to the change AUTHORS.md file, and thus the upload to Pypi fails.
This change sets LC_ALL=C.UTF-8 in order to produce a reliable order
in the UATHORS.md file, independent of the LC_* env vars the environment
may or may not have set.
Signed-off-by: Andreas Maier <maiera@de.ibm.com>1 parent 55e4aac commit 31eb677
3 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| 23 | + | |
24 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
699 | 699 | | |
700 | 700 | | |
701 | 701 | | |
702 | | - | |
| 702 | + | |
703 | 703 | | |
704 | 704 | | |
705 | 705 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments