aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2
AgeCommit message (Expand)Author
2016-11-23bitbake: lib/bb: Don't use deprecated bb.data.getVar/setVar APIRichard Purdie
2016-11-23bitbake: fetch2: npm: conditionally hide NPM_LOCKDOWN / NPM_SHRINKWRAP warningsPaul Eggleton
2016-09-22bitbake: fetch2: handle absolute paths in subdirRoss Burton
2016-09-15bitbake: bitbake: fetch2: Make SRCREV_FORMAT name substitution saferUlf Magnusson
2016-09-15bitbake: fetch2/npm: don't download same URL multiple timesPaul Eggleton
2016-09-08bitbake: fetch2/npm: clarify commentPaul Eggleton
2016-09-08bitbake: fetch2/npm: handle top-level shrinkwrap filePaul Eggleton
2016-09-08bitbake: fetch2/npm: support subdir= parameterPaul Eggleton
2016-09-08bitbake: fetch2/npm: fix broken fetches if more than one npm URL fetchedPaul Eggleton
2016-09-08bitbake: fetch2/npm: explicitly specify workdirPaul Eggleton
2016-09-02bitbake: bb.fetch2.svn: correctly pass workdir when fetchingChristopher Larson
2016-09-02bitbake: wget: allow basic http auth for SSTATE_MIRRORSStephano Cetola
2016-09-02bitbake: fetch2: Handle multiconfig fetcher issuesRichard Purdie
2016-08-25bitbake: fetch2: clean up remaining cwd saves/changesMatt Madison
2016-08-20bitbake: fetch2: preserve current working directoryMatt Madison
2016-08-20bitbake: git: Allow local repos to use HEADRichard Purdie
2016-08-11bitbake: fetch2/gitannex.py: use 'git annex init' instead of 'git annex sync'Terry Boese
2016-08-10bitbake: fetch: Fix use of tar's --exclude option for tar >= 1.29Mariano Lopez
2016-07-29bitbake: fetch2: fix pickle issues while switching from master to krogothMaxin B. John
2016-07-26bitbake: fetcher2/__init__: Print command in case of ExecutionError in runfet...Mario Domenech Goulart
2016-07-26bitbake: fetch: copy files with -HEnrico Scholz
2016-07-19bitbake: fetch2: implement progress supportPaul Eggleton
2016-07-08bitbake: fetch2/wget: attempt checkstatus again if it failsRoss Burton
2016-06-16bitbake: fetch2/perforce: Rework to support SRCREV and P4CONFIGAndrew Bradford
2016-06-16bitbake: fetch2: fix unpacking of deb packagesStephano Cetola
2016-06-03bitbake: fetch2: fix unpacking of deb packagesPaul Eggleton
2016-06-03bitbake: fetch2/git.py: References must match exactlyPeter Kjellerstedt
2016-06-02bitbake: bitbake: Convert to python 3Richard Purdie
2016-06-02bitbake: bitbake: Drop futures usage since we're python 3Richard Purdie
2016-05-13bitbake: fetch: Use OrderedDict for url parametersRichard Purdie
2016-05-11bitbake: bitbake: Update logger.warn() -> logger.warning()Richard Purdie
2016-05-06bitbake: bitbake: fetch2: Safer check for BB_ORIGENV datastoreLeonardo Sandoval
2016-04-29bitbake: fetch2: export DBUS_SESSION_BUS_ADDRESS to support authentication ag...Ross Burton
2016-04-06bitbake: fetch2/git.py: remove .indirectiondir workaroundRobert Yang
2016-04-03bitbake: fetch2: BB_ALLOWED_NETWORKS should not care about port numbersOlof Johansson
2016-03-31bitbake: fetch2: Ensure that incorrect checksumed files are always renamedRichard Purdie
2016-03-28bitbake: fetch2/wget.py: _check_latest_version_by_dir fix prefix detectionAníbal Limón
2016-03-28bitbake: fetch2/wget.py: _check_latest_version_by_dir use group namesAníbal Limón
2016-03-26bitbake: fetch2: Handle lockfiles for file:// urls redirected to mirrorsRichard Purdie
2016-03-26bitbake: bitbake: fetch2/gitsm: Fix fetch when the repository contains nested...Derek Straka
2016-03-23bitbake: cache: Make BB_DONT_CACHE variable externalMarkus Lehtonen
2016-03-12bitbake: fetch2/npm: fix ud.registry so that alternative registries can be ha...Brendan Le Foll
2016-03-09bitbake: fetch2: Make SRC_URI[md5sum] and SRC_URI[sha256sum] expand their valuesPeter Kjellerstedt
2016-03-09bitbake: fetch2/npm: add missing URL argument to ParameterErrorPaul Eggleton
2016-03-09bitbake: fetch2/npm: properly handle npm dependenciesPaul Eggleton
2016-03-09bitbake: fetch2/npm: fix errors with some version specificationsPaul Eggleton
2016-03-07bitbake: fetch2/npm: ignore unknown headers in tarballsPaul Eggleton
2016-03-07bitbake: fetch2/npm: handle alternative dependency syntaxPaul Eggleton
2016-03-07bitbake: fetch2/npm: fix indentationPaul Eggleton
2016-03-02bitbake: fetch2/npm: Add missing ParameterError importBrendan Le Foll