[rbm/master] Suppress unneeded output in docker_remote_get

16 Feb
2017
16 Feb
'17
1:06 p.m.
commit b3ca063713f0d25a66f76c829d750ac977a25207 Author: Nicolas Vigier <boklm@torproject.org> Date: Thu Feb 16 14:02:53 2017 +0100 Suppress unneeded output in docker_remote_get --- lib/RBM/DefaultConfig.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/RBM/DefaultConfig.pm b/lib/RBM/DefaultConfig.pm index ec03ff0..2f6264e 100644 --- a/lib/RBM/DefaultConfig.pm +++ b/lib/RBM/DefaultConfig.pm @@ -497,7 +497,7 @@ tmpdir=\$(mktemp -d) %] cd \$tmpdir tar -cf - . | tar -C [% dst %] --no-same-owner -xf - -cd - +cd - > /dev/null rm -Rf \$tmpdir OPT_END ####
3018
Age (days ago)
3018
Last active (days ago)
0 comments
1 participants
participants (1)
-
boklm@torproject.org