Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • python-octaviaclient python-octaviaclient
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenStackOpenStack
  • clients
  • python-octaviaclientpython-octaviaclient
  • Merge requests
  • !1

Reproducible builds for documentation

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Oskar Wirga requested to merge oskarwirga-guest/python-octaviaclient:debian/rocky into debian/rocky Oct 23, 2018
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

This commit addresses an issue in which dictionaries, when listed, were in a nondeterministic order. To fix this, using a PYTHONHASHSEED that is set to a constant number, in this case 0, will give deterministic output. This method was used in accordance to reccomendations found on the reproducible builds website. Feel free to ask any questions.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: debian/rocky