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