summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2
AgeCommit message (Expand)Author
2020-03-29fetch2: Fix urldata_cache key issuesRichard Purdie
2020-03-24Revert "fetch2: Allow ${AUTOREV} to be used when BB_SRCREV_POLICY is "cache""Khem Raj
2020-03-11fetch2/gitsm: Unpack shallow mirror tarballsPaul Barker
2020-03-02fetch2: Limit shown checksums to sha256Richard Purdie
2020-02-20fetch2/svn: Avoid UnboundLocalError exceptionRichard Purdie
2020-02-19fetch2: svn: care for path_specJens Rehsack
2020-02-19fetch2: Allow ${AUTOREV} to be used when BB_SRCREV_POLICY is "cache"Peter Kjellerstedt
2020-02-19fetch2: Make fetcher_compare_revisions() workPeter Kjellerstedt
2020-01-27fetch2: add the npmsw fetcherJean-Marie LEMETAYER
2020-01-27fetch2/npm: refactor the npm fetcherJean-Marie LEMETAYER
2020-01-27fetch2/wget: fix downloadfilename parameterJean-Marie LEMETAYER
2020-01-27fetch2: allow fetchers to forward the done conditionJean-Marie LEMETAYER
2020-01-27fetch2: allow fetchers to forward the mirrors managementJean-Marie LEMETAYER
2020-01-27fetch2: allow fetchers to forward the donestamp managementJean-Marie LEMETAYER
2020-01-27fetch2: add more hash functions for checksum verificationJean-Marie LEMETAYER
2020-01-27fetch2: refactor checksum verificationJean-Marie LEMETAYER
2020-01-19fetch2/git: _revision_key: collapse adjacent slashesChris Laplante
2020-01-19fetch2: do not suffix srcrev cache key with PNChris Laplante
2020-01-19lib: amend code to use proper singleton comparisons where possibleFrazer Clews
2020-01-19lib: remove unused importsFrazer Clews
2019-12-30lib/bb: Add BB_SIGNATURE_LOCAL_DIRS_EXCLUDE to speed-up taskhash on directoriesAníbal Limón
2019-12-28fetch2/clearcase: Fix tar command working directoryCHerzig@Gauselmann.de
2019-11-15fetch2/clearcase: Fix warnings from python 3.8Richard Purdie
2019-11-06fetch2/hg: Fix various runtime issuesVolker Vogelhuber
2019-11-05fetch2: Ensure cached url data is matched to a datastoreRichard Purdie
2019-10-23fetch2/git: fetch shallow revs when neededChristopher Larson
2019-09-27fetch2/git: refactor check for git-lfs commandRoss Burton
2019-09-19fetch2/git: add git-lfs toggle optionRoss Burton
2019-09-18svn fetcher: allow "svn propget svn:externals" to failMikko Rapeli
2019-09-03fetch2: show warning when renaming the archive with bad checksum failedMartin Jansa
2019-07-27fetch2/wget: avoid 'maximum recursion depth' RuntimeErrors when handling 403 ...Chris Laplante via bitbake-devel
2019-07-27fetch2/npm: Use npm pack to download node modules instead of wgetMads Andreasen
2019-07-16fetch2/clearcase: Fix class import errorsCHerzig@Gauselmann.de
2019-05-29fetch2: runfetchcmd(): unset _PYTHON_SYSCONFIGDATA_NAMEMatthias Schiffer
2019-05-20bitbake: fetch2/npm: fix npw view parsingJean-Marie LEMETAYER
2019-05-20svn.py: Stop SVN from directly pulling from an external layer w/o fetcherMark Hatle
2019-05-16gitsm: Fix a bug where the wrong path was used for the submodule initMark Hatle
2019-05-04bitbake: Strip old editor directives from file headersRichard Purdie
2019-05-04bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2019-04-29bitbake: fetch2/git: git-lfs checkNaveen Saini
2019-03-29gitsm: Add need_update method to determine when we are going to a new SRCREVMark Hatle
2019-03-25fetch2: Use bb.utils.to_boolean() for BB_NO_NETWORKRobert Yang
2019-03-25fetch2: Unify BB_FETCH_PREMIRRORONLYRobert Yang
2019-03-21fetch2: Print SCMs list when SRCREV_FORMAT is not setRobert Yang
2019-03-21fetch2/git: Fix clean to remove clonedirRobert Yang
2019-03-21fetch2: runfetchcmd(): Print workdir in debug messageRobert Yang
2019-03-19fetch2: Fix undefined variable issuesRichard Purdie
2019-03-19fetch2/wget: Remove pointless lambda functionRichard Purdie
2019-03-19fetch2/wget: Clean up whitespace/commentsRichard Purdie