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

boklm at torproject.org boklm at torproject.org
Thu Oct 30 23:40:11 UTC 2014


commit cf9718b427b1cb30aaac4cebff7df0f2781efb4d
Author: Nicolas Vigier <boklm at 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 = [];





More information about the tor-commits mailing list