[tor-messenger-build/master] build_id: only include distro if using docker

30 Oct
2014
30 Oct
'14
11:40 p.m.
commit cf9718b427b1cb30aaac4cebff7df0f2781efb4d Author: Nicolas Vigier <boklm@torproject.org> Date: Fri Oct 31 00:20:46 2014 +0100 build_id: only include distro if using docker --- rbm.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rbm.conf b/rbm.conf index 5b41fd2..483fe58 100644 --- a/rbm.conf +++ b/rbm.conf @@ -11,9 +11,11 @@ var: build_id_txt: | [% c("version") %] [% IF c("git_hash"); GET c("abbrev"); END; %] + [% IF c("remote_docker") -%] [% c("lsb_release/id") %] [% c("lsb_release/release") %] [% c("lsb_release/codename") %] + [% END -%] input_files: [% files = [];
3873
Age (days ago)
3873
Last active (days ago)
0 comments
1 participants
participants (1)
-
boklm@torproject.org