Buildbot: Move checksum to JSON #90
Labels
No Label
Service
Buildbot
Service
Chat
Service
Gitea
Service
Translate
Type
Bug
Type
Config
Type
Deployment
Type
Feature
Type
Setup
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/blender-projects-platform#90
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the JSON endpoint of the buildbot lists checksums as separate files, for example:
More ideally the content of the sha256 file will appear as a "checksum" field in the build entry, and not be listed in the builds list.
Since it is a breaking change, the schema is probably better be bumped to
v=2
.I created a pull request for this: infrastructure/blender-buildbot-www#7
Change has been merged into
develop
, tested, and pulled intomaster
: