When an input file of type URL is already present in the out/ directory, we use it without downloading it again. This is a problem in the case of #23396 (moved) where we want to be able to use a new version of a file without changing its filename.
To solve this, rbm should download again a file when the existing file does not match the expected sha256sum.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items 0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items 0
Link issues together to show that they're related.
Learn more.
to my tor-browser-build instance.
2) I verified that the sha256sum value is "1221a09484964a6f38af5e34ee292b9afefccb3dc6e55435fd3aaf7c235d9067" for the msvcr100.dll file I have in out/firefox
3) I cloned rbm and applied the patch in this ticket
4) I did /path/to/cloned_rbm/rbm fetch in my tor-browser-build directory
5) I verified that the sha256sum value is still the same as in 2)
If I am doing something wrong, let me know and just put that ticket back in needs_review.
Trac: Status: needs_review to needs_revision Keywords: TorBrowserTeam201709R deleted, TorBrowserTeam201709 added
I did /path/to/cloned_rbm/rbm fetch in my tor-browser-build directory
The fetch command is only used for fetching new commits from git/hg, but it does not fetch the other types of files. To do that you have to start a new build.
Looks good. Applied to master (commit 236fcaac2012531330f21d2e9cce49a534a03b60) and I pushed a tor-browser-build commit (a27578e6fd0daf2f2133c6e179d968417bc3547d) to pick up the rbm changes.
Trac: Resolution: N/Ato fixed Status: needs_review to closed