Bug 1433036 - FreeBSD bootstrap: add npm for linting after bug 1433036. r?Build draft
authorJan Beich <jbeich@FreeBSD.org>
Thu, 25 Jan 2018 07:02:44 +0000
changeset 727817 0922b66a0231d4d377a49a7782e306f20c4d0408
parent 727816 cc87ad81ff86109c7ea0187424fa9a8ed3b4af6c
child 727818 93dfe85249d29c313501c7d3b595225cd6cf3bc1
push id96779
push userbmo:jbeich@FreeBSD.org
push dateThu, 25 Jan 2018 07:25:41 +0000
reviewersBuild
bugs1433036
milestone60.0a1
Bug 1433036 - FreeBSD bootstrap: add npm for linting after bug 1433036. r?Build Downstream npm package already depends node package, no need to specify it explicitly. Also, node package refers to the latest NodeJS but npm package can be built against an older version. MozReview-Commit-ID: KeuSFEKeStw
python/mozboot/mozboot/freebsd.py
--- a/python/mozboot/mozboot/freebsd.py
+++ b/python/mozboot/mozboot/freebsd.py
@@ -14,17 +14,17 @@ class FreeBSDBootstrapper(BaseBootstrapp
         self.version = int(version.split('.')[0])
         self.flavor = flavor.lower()
 
         self.packages = [
             'autoconf213',
             'gmake',
             'gtar',
             'mercurial',
-            'node',
+            'npm',
             'pkgconf',
             'py%s%s-sqlite3' % sys.version_info[0:2],
             'rust',
             'watchman',
             'zip',
         ]
 
         self.browser_packages = [