[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-messenger-build/master] build_id: only include distro if using docker
commit cf9718b427b1cb30aaac4cebff7df0f2781efb4d
Author: Nicolas Vigier <boklm@xxxxxxxxxxxxxx>
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 = [];
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits