Skip to content
Snippets Groups Projects
Nicolas Vigier's avatar
boklm authored
Currently, `fetch: if_needed` will avoid doing a fetch if `git_hash` can
be resolved to a valid git revision. If `git_hash` is a hash or a tag,
there is no need to do a fetch, since those are not supposed to be
changing after a fetch. However, a branch is expected to change, so
doing a fetch in this case is useful.
8c773150
History

rbm: Reproducible Build Manager

rbm is a packaging tool that helps you create and build packages for multiple Linux distributions, and automate the parts that can be automated. It includes options to run the build in a defined environement to allow reproducing the build.

For more information, visit the website :

https://rbm.torproject.org/