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-07-261-1/+0
* 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