Bug 787208 - Followup, don't set mozilla_dir. r=no-reviewer
authorJustin Wood <Callek@gmail.com>
Sun, 14 Feb 2016 10:02:53 -0500 (2016-02-14)
changeset 13755 8c7677a7cdb6e4b58579c4d64b71841a89bada86
parent 13753 b92aaf935173c8579d5542d1b509400cdad3dd72
child 13756 8ac240df7d094e4194eecb0b591677888bb0e805
child 13757 71b9ccb8abf1ebc53ac304ae45d30cc1b4ec82dd
push id9674
push userCallek@gmail.com
push dateSun, 14 Feb 2016 16:41:23 +0000 (2016-02-14)
reviewersno-reviewer
bugs787208
Bug 787208 - Followup, don't set mozilla_dir. r=no-reviewer
mozilla/thunderbird_project_branches.py
--- a/mozilla/thunderbird_project_branches.py
+++ b/mozilla/thunderbird_project_branches.py
@@ -1,15 +1,16 @@
 # Additional branches that start as identical (individual variables can be overriden here)
 PROJECT_BRANCHES = {
     ### PLEASE ADD NEW BRANCHES ALPHABETICALLY (twigs at the bottom, also alphabetically)
     #####  TWIGS aka RENTABLE BRANCHES
     # Booked for Thunderbird
     'cypress': {
-        # Full set of project branch defaults
+        # mozilla_dir is blank
+        'mozilla_dir': '',
     },
 }
 
 # All is the default
 ACTIVE_PROJECT_BRANCHES = PROJECT_BRANCHES.keys()
 
 # Load up project branches' local values
 for branch in PROJECT_BRANCHES.keys():