[tor-commits] [tor-browser-build/master] Update rbm

2017-02-12 Thread boklm
commit 465a77590547aedce0f99d1fbb8e85fd411a6619 Author: Nicolas Vigier Date: Sun Feb 12 23:36:33 2017 +0100 Update rbm - Fix docker_remote_finish for docker >= 1.10.0 - If the TMPDIR env var exists, use it instead of /tmp --- rbm | 2 +- 1 file changed, 1 insertion(+), 1 delet

[tor-commits] [tor-browser-build/master] Add a README.BUILD_ERRORS file listing some common errors

2017-02-12 Thread boklm
commit 88146b2f6e947d35d672f0b82e39283a46dfe0d4 Author: Nicolas Vigier Date: Mon Feb 13 00:06:13 2017 +0100 Add a README.BUILD_ERRORS file listing some common errors --- README | 7 +++ README.BUILD_ERRORS | 44 2 files changed

[tor-commits] [rbm/master] Fix docker_remote_finish for docker >= 1.10.0

2017-02-12 Thread boklm
commit dbd2143279680104971dc2b08877f252a38a1b2c Author: Nicolas Vigier Date: Sun Feb 12 23:11:13 2017 +0100 Fix docker_remote_finish for docker >= 1.10.0 With docker >= 1.10.0, the -f flag on 'docker tag' is deprecated: https://docs.docker.com/engine/deprecated/#/f-flag-on-dock

[tor-commits] [rbm/master] If the TMPDIR env var exists, use it instead of /tmp

2017-02-12 Thread boklm
commit af970a558f122acaba080e0b015e3293f74509fb Author: Nicolas Vigier Date: Sun Feb 12 23:24:09 2017 +0100 If the TMPDIR env var exists, use it instead of /tmp --- lib/RBM/DefaultConfig.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/RBM/DefaultConfig.pm b/lib/R

[tor-commits] [stem/master] Integ tests that should only run once weren't suppressed

2017-02-12 Thread atagar
commit 402360c78745db05ea4dfeb57148bf1e689ea0cd Author: Damian Johnson Date: Sun Feb 12 11:16:16 2017 -0800 Integ tests that should only run once weren't suppressed Huh. Why did I include a 'self' reference in RAN_TESTS? Isn't needed and in fact made our conditional always eval