commit b7ebe9c02c861f0c972122a712c6b446a5462690 Author: Nicolas Vigier boklm@torproject.org Date: Thu Nov 27 23:19:22 2014 +0100
Add a no_build_id target
The no_build_id target can be useful if you want to quickly display a build template or other option but don't want to spend time to compute the various build ids. --- rbm.conf | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/rbm.conf b/rbm.conf index 3996c6a..1a92588 100644 --- a/rbm.conf +++ b/rbm.conf @@ -66,5 +66,12 @@ targets: osx: 1 osname: osx-x86_64
+ # The no_build_id target can be useful if you want to quickly display + # a build template or other option but don't want to spend time to + # compute the various build ids + no_build_id: + var: + build_id: 1 +
docker_image: '[% pc("docker-image", "docker_save_image") %]'
tor-commits@lists.torproject.org