LBRY-Vault/contrib
SomberNight f5f3394552
git sanity: enforce "git checkout commithash" actually pulls commit
If there is a collision between a branch name and a commit hash, git
will choose the branch, even if the full 40-hex-long commit hash is
given. GitHub disallows branches/tags with such a name but git itself
does not. By adding the `^{commit}` syntax sugar after a ref name,
we can tell git that we want the commit hash to be preferred,
and hence we don't need to trust GitHub (only git).

see https://security.stackexchange.com/questions/225411/
2020-06-16 19:55:17 +02:00
..
android git sanity: enforce "git checkout commithash" actually pulls commit 2020-06-16 19:55:17 +02:00
build-linux git sanity: enforce "git checkout commithash" actually pulls commit 2020-06-16 19:55:17 +02:00
build-wine git sanity: enforce "git checkout commithash" actually pulls commit 2020-06-16 19:55:17 +02:00
deterministic-build sdist build: use modern pip 2020-06-12 19:48:19 +02:00
osx win/mac binaries: rm jsonrpc* dependencies 2020-06-09 17:55:16 +02:00
requirements sdist build: use modern pip 2020-06-12 19:48:19 +02:00
udev bitbox02: add udev rules 2020-04-12 15:34:19 +02:00
build_tools_util.sh build: workaround for 'realpath' missing on macOS 2020-02-11 16:48:28 +01:00
freeze_packages.sh sdist build: use modern pip 2020-06-12 19:48:19 +02:00
make_download load version module in make_download 2019-07-11 16:54:47 +02:00
make_libsecp256k1.sh git sanity: enforce "git checkout commithash" actually pulls commit 2020-06-16 19:55:17 +02:00
make_packages attempt at reproducible tarballs (sdist) 2020-06-12 19:48:15 +02:00
pull_locale separate push and pull locale 2019-07-03 16:19:26 +02:00
push_locale chmod push_locale 2019-07-03 16:20:40 +02:00
sign_packages Remove unused imports. Explicitly import a few deep imports. 2017-11-13 02:28:00 -06:00
sign_version fix variable name in contrib/sign_version 2019-02-13 23:25:58 +01:00
upload pass host to upload script 2019-07-11 16:34:33 +02:00