Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Reproducible Builds
reproducible-notes
Compare revisions
8a021dafd777c752cd05c8301820f790c5c4a8d9...6efa158d99ce750ae6dbc668951703a462620bb1
Commits (2)
pmix: Comment on timestamp issues that differ by locale
· 580175e0
Vagrant Cascadian
authored
Jun 20, 2021
580175e0
vlc: Add comment regarding non-deterministic ordering of zsh
· 6efa158d
Vagrant Cascadian
authored
Jun 20, 2021
completions file.
6efa158d
Hide whitespace changes
Inline
Side-by-side
packages.yml
View file @
6efa158d
...
...
@@ -18445,6 +18445,8 @@ pmacct:
- gcc_captures_build_path
pmix:
version: 3.2.0~rc1-2
comments: |
some embedded timestamps differ based on locale
issues:
- records_build_flags
- user_hostname_manually_added_requiring_further_investigation
...
...
@@ -29317,6 +29319,10 @@ vlan:
- gcc_captures_build_path
vlc:
version: 2.2.0~rc1-1
comments: |
The zsh completions file is generated with various
non-deterministic ordering issues by
extras/analyser/zsh_completion.sh
issues:
- timestamps_from_cpp_macros
- different_due_to_umask
...
...