summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2
AgeCommit message (Expand)Author
2017-03-03fetch2: pass --no-same-owner when extracting tar files compressed with 7-ZipAndre McCurdy
2017-03-03fetch2: remove last remaining usage of deprecated bb.data APIsAndre McCurdy
2017-03-03fetch2: add initial Amazon AWS S3 fetcherAndre McCurdy
2017-03-03fetch2: Allow whitespace only mirror entriesRichard Purdie
2017-02-28fetch2: don't use deprecated bb.data APIsAndre McCurdy
2017-02-24wget.py: match .lz tarballs as well when determining latest versionAlexander Kanavin
2017-02-24lib/bb/fetch2: rewrite / to - in package namesAnders Darander
2017-02-24fetch2/__init__: handle @ in package namesAnders Darander
2017-02-19fetch2/svn: change 'rsh' parameter to 'ssh'Markus Lehtonen
2017-02-19fetch2: Add NFS Stale file exception handlingKhem Raj
2017-02-19fetch2: Rename "setup_revisons" to "setup_revisions"Robert P. J. Day
2017-02-19fetch2: Correct two examples of typo "revsion."Robert P. J. Day
2017-02-07fetch2/npm: fix handling of os fieldPaul Eggleton
2017-02-07fetch2/npm: handle items only in optionalDependenciesPaul Eggleton
2017-01-19fetch2: Avoid recursive errorsRichard Purdie
2017-01-12gitsm.py: Add force flag to git checkout command in update_submodulesOla Redell
2016-12-21fetch2/wget: fixup case with no useful netrc dataMark Asselstine
2016-12-16fetch2/wget: add Basic Auth from netrc to checkstatus()Matthew McClintock
2016-11-30fetch2: obey BB_ALLOWED_NETWORKS when checking network accessMarkus Lehtonen
2016-11-30bitbake: remove True option to getVarFlag callsJoshua Lock
2016-11-30bitbake: remove True option to getVar callsJoshua Lock
2016-11-23lib/bb: Don't use deprecated bb.data.getVar/setVar APIRichard Purdie
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