Bug 906177 - Added distro support for Elementary OS Luna;r?gps draft
authorArshad Khan <arshdkhn1@gmail.com>
Thu, 23 Mar 2017 16:39:40 +0530
changeset 503590 c82830b01267a499e7fbaad10b6eb8cd3d3182cf
parent 503306 7513b3f42058e9bcf9950d4acf4647d4ad2240f0
child 550485 5d2bf18cf51fbb9065745a1f712e5b3c03ec80df
push id50637
push userbmo:arshdkhn1@gmail.com
push dateThu, 23 Mar 2017 11:11:45 +0000
reviewersgps
bugs906177
milestone55.0a1
Bug 906177 - Added distro support for Elementary OS Luna;r?gps MozReview-Commit-ID: FtHmXIFtzIz
python/mozboot/mozboot/bootstrap.py
--- a/python/mozboot/mozboot/bootstrap.py
+++ b/python/mozboot/mozboot/bootstrap.py
@@ -139,16 +139,17 @@ DEBIAN_DISTROS = (
     # The difference is reported in dist_id from platform.linux_distribution.
     # But it doesn't matter since we share a bootstrapper between Debian and
     # Ubuntu.
     'Mint',
     'LinuxMint',
     'Elementary OS',
     'Elementary',
     '"elementary OS"',
+    '"elementary"'
 )
 
 
 class Bootstrapper(object):
     """Main class that performs system bootstrap."""
 
     def __init__(self, finished=FINISHED, choice=None, no_interactive=False,
                  hg_configure=False):