forked from bazelbuild/rules_pkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sequence of filenames in control.tar predictable
Replacing plain Python dict by an OrderedDict for Python versions before 3.7, so that iteration order of "extrafiles" is determined by insertion order. Since 3.7 iteration order of plain dict itself is stable. bazelbuild#114
- Loading branch information
1 parent
b28e8c8
commit 488cfbb
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters