What I did: Ran tsb prebuild against the same patches.yml twice
Expected result: Same commit hashes each time
Actual result: Different commit hashes each time
More info:
Given a repos.yml and patches.yml file, tsb prebuild should produce the same commit hashes each time for the cherry-picked commits. See other projects like https://github.com/glandium/git-cinnabar, which go to great lengths to produce the same commit hashes each time.
What I did: Ran
tsb prebuildagainst the samepatches.ymltwiceExpected result: Same commit hashes each time
Actual result: Different commit hashes each time
More info:
Given a
repos.ymlandpatches.ymlfile,tsb prebuildshould produce the same commit hashes each time for the cherry-picked commits. See other projects like https://github.com/glandium/git-cinnabar, which go to great lengths to produce the same commit hashes each time.