[tor-commits] [tor-messenger-build/master] Update rbm.local.conf settings

sukhbir at torproject.org sukhbir at torproject.org
Tue Aug 1 18:56:40 UTC 2017


commit 99f7055041e0ab1f5923d4c1ea9a0f667ca435f0
Author: Sukhbir Singh <sukhbir at torproject.org>
Date:   Tue Aug 1 14:52:27 2017 -0400

    Update rbm.local.conf settings
    
    Before running `make clean-old', copy the rbm.local.conf.example to
    rbm.local.conf and edit it as necessary.
---
 .gitignore             | 1 +
 rbm.local.conf         | 9 ---------
 rbm.local.conf.example | 1 +
 3 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/.gitignore b/.gitignore
index a320f8d..aa6acb5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ git_clones
 hg_clones
 out
 release
+rbm.local.conf
diff --git a/rbm.local.conf b/rbm.local.conf
deleted file mode 100644
index 39fff92..0000000
--- a/rbm.local.conf
+++ /dev/null
@@ -1,9 +0,0 @@
-var:
-  local_conf: 1
-
-  clean:
-    master:
-      - project: release
-        target:
-          - release
-          - tormessenger-all
diff --git a/rbm.local.conf.example b/rbm.local.conf.example
new file mode 120000
index 0000000..c4cad5d
--- /dev/null
+++ b/rbm.local.conf.example
@@ -0,0 +1 @@
+tor-browser-build/rbm.local.conf.example
\ No newline at end of file



More information about the tor-commits mailing list