summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-09-11 07:44:14 -0700
committerKali Kaneko <kali@leap.se>2016-04-18 16:10:28 -0400
commit748dea614050dca9d1baf8e6b36900109066b2bb (patch)
tree0302776a74994174c9f0c1b14accab9c0740891b /src
parent6843558ee9effe466b563fc5c3f380774a54d222 (diff)
[pkg] packaging hacks + update osx bundling notes
Diffstat (limited to 'src')
-rw-r--r--src/leap/bitmask/_components.py2
-rw-r--r--src/leap/bitmask/_version.py1
-rw-r--r--src/leap/bitmask/platform_init/initializers.py3
3 files changed, 4 insertions, 2 deletions
diff --git a/src/leap/bitmask/_components.py b/src/leap/bitmask/_components.py
index 9be0e6bc..9d6f3f59 100644
--- a/src/leap/bitmask/_components.py
+++ b/src/leap/bitmask/_components.py
@@ -2,5 +2,5 @@
Enabled Modules in Bitmask.
Change these values for builds of the client with only one module enabled.
"""
-HAS_EIP = True
+HAS_EIP = False
HAS_MAIL = True
diff --git a/src/leap/bitmask/_version.py b/src/leap/bitmask/_version.py
index f032a17a..d64032a7 100644
--- a/src/leap/bitmask/_version.py
+++ b/src/leap/bitmask/_version.py
@@ -1,4 +1,3 @@
-
# This file helps to compute a version number in source trees obtained from
# git-archive tarball (such as those provided by githubs download-from-tag
# feature). Distribution tarballs (built by setup.py sdist) and build
diff --git a/src/leap/bitmask/platform_init/initializers.py b/src/leap/bitmask/platform_init/initializers.py
index 193bd80a..e8d48e4a 100644
--- a/src/leap/bitmask/platform_init/initializers.py
+++ b/src/leap/bitmask/platform_init/initializers.py
@@ -368,6 +368,9 @@ def DarwinInitializer():
Raise a dialog in case that the osx tuntap driver has not been found
in the registry, asking the user for permission to install the driver
"""
+ logger.debug("Skipping darwin initialization, only-mail build")
+ return True
+
# XXX split this function into several
TUNTAP_NOTFOUND_MSG = NOTFOUND_MSG % (