summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/npm.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: fetch2: fix import error for Python 3.6.5Tzu Hsiang Lin2018-05-291-1/+0
* bitbake: fetch2/npm.py: Fix inverted condition to prevent infinite loopBöszörményi Zoltán2018-02-141-3/+5
* bitbake: fetch2/npm: add noverify parameter to skip lockdown/shrinkwrapPaul Eggleton2017-08-311-20/+21
* bitbake: npm fetcher: fix unknown variable name.Ismo Puustinen2017-06-291-1/+1
* bitbake: fetch: support multiple mirror tarball filenamesChristopher Larson2017-06-021-3/+4
* bitbake: fetch2: remove last remaining usage of deprecated bb.data APIsAndre McCurdy2017-03-041-1/+0
* bitbake: lib/bb/fetch2: rewrite / to - in package namesAnders Darander2017-03-011-2/+3
* bitbake: fetch2/npm: fix handling of os fieldPaul Eggleton2017-02-071-1/+6
* bitbake: fetch2/npm: handle items only in optionalDependenciesPaul Eggleton2017-02-071-0/+1
* bitbake: fetch2: obey BB_ALLOWED_NETWORKS when checking network accessMarkus Lehtonen2016-11-301-1/+1
* bitbake: bitbake: remove True option to getVar callsJoshua Lock2016-11-301-10/+10
* bitbake: lib/bb: Don't use deprecated bb.data.getVar/setVar APIRichard Purdie2016-11-231-1/+1
* bitbake: fetch2: npm: conditionally hide NPM_LOCKDOWN / NPM_SHRINKWRAP warningsPaul Eggleton2016-11-231-8/+14
* bitbake: fetch2/npm: don't download same URL multiple timesPaul Eggleton2016-09-151-4/+8
* bitbake: fetch2/npm: clarify commentPaul Eggleton2016-09-081-1/+1
* bitbake: fetch2/npm: handle top-level shrinkwrap filePaul Eggleton2016-09-081-2/+9
* bitbake: fetch2/npm: support subdir= parameterPaul Eggleton2016-09-081-1/+6
* bitbake: fetch2/npm: fix broken fetches if more than one npm URL fetchedPaul Eggleton2016-09-081-3/+3
* bitbake: fetch2/npm: explicitly specify workdirPaul Eggleton2016-09-081-1/+2
* bitbake: fetch2: preserve current working directoryMatt Madison2016-08-201-15/+7
* bitbake: bitbake: Convert to python 3Richard Purdie2016-06-021-3/+3
* bitbake: bitbake: Update logger.warn() -> logger.warning()Richard Purdie2016-05-111-2/+2
* bitbake: fetch2/npm: fix ud.registry so that alternative registries can be ha...Brendan Le Foll2016-03-121-1/+1
* bitbake: fetch2/npm: add missing URL argument to ParameterErrorPaul Eggleton2016-03-091-2/+2
* bitbake: fetch2/npm: properly handle npm dependenciesPaul Eggleton2016-03-091-19/+45
* bitbake: fetch2/npm: fix errors with some version specificationsPaul Eggleton2016-03-091-1/+1
* bitbake: fetch2/npm: ignore unknown headers in tarballsPaul Eggleton2016-03-071-1/+1
* bitbake: fetch2/npm: handle alternative dependency syntaxPaul Eggleton2016-03-071-1/+3
* bitbake: fetch2/npm: fix indentationPaul Eggleton2016-03-071-22/+22
* bitbake: fetch2/npm: Add missing ParameterError importBrendan Le Foll2016-03-021-0/+1
* bitbake: npm: in cases where shrinkwrap resolved a git URL, ignore it and gra...Brendan Le Foll2016-03-021-1/+1
* bitbake: fetch2/npm: Add mirroring support for npm fetcherRichard Purdie2016-02-261-1/+30
* bitbake: fetch2/npm: Add npm fetcherBrendan Le Foll2016-02-261-0/+226