summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2
AgeCommit message (Expand)Author
2021-11-03bitbake: fetch/git: Handle github dropping git:// supportzeusRichard Purdie
2020-09-08bitbake: fetch2: Change git fetcher not to destroy old referencesRichard Purdie
2020-02-11bitbake: fetch2/git: _revision_key: collapse adjacent slashesChris Laplante
2020-02-11bitbake: fetch2: do not suffix srcrev cache key with PNChris Laplante
2020-01-11bitbake: lib/bb: Add BB_SIGNATURE_LOCAL_DIRS_EXCLUDE to speed-up taskhash on ...Aníbal Limón
2019-11-25bitbake: fetch2/clearcase: Fix warnings from python 3.8Richard Purdie
2019-11-25bitbake: fetch2/hg: Fix various runtime issuesVolker Vogelhuber
2019-11-25bitbake: fetch2/git: fetch shallow revs when neededChristopher Larson
2019-11-13bitbake: fetch2: Ensure cached url data is matched to a datastoreRichard Purdie
2019-09-27bitbake: fetch2/git: refactor check for git-lfs commandRoss Burton
2019-09-19bitbake: fetch2/git: add git-lfs toggle optionRoss Burton
2019-09-18bitbake: svn fetcher: allow "svn propget svn:externals" to failMikko Rapeli
2019-09-03bitbake: fetch2: show warning when renaming the archive with bad checksum failedMartin Jansa
2019-07-27bitbake: fetch2/wget: avoid 'maximum recursion depth' RuntimeErrors when hand...Chris Laplante via bitbake-devel
2019-07-27bitbake: fetch2/npm: Use npm pack to download node modules instead of wgetMads Andreasen
2019-07-16bitbake: fetch2/clearcase: Fix class import errorsCHerzig@Gauselmann.de
2019-05-30bitbake: fetch2: runfetchcmd(): unset _PYTHON_SYSCONFIGDATA_NAMEMatthias Schiffer
2019-05-21bitbake: bitbake: fetch2/npm: fix npw view parsingJean-Marie LEMETAYER
2019-05-21bitbake: svn.py: Stop SVN from directly pulling from an external layer w/o fe...Mark Hatle
2019-05-16bitbake: gitsm: Fix a bug where the wrong path was used for the submodule initMark Hatle
2019-05-04bitbake: bitbake: Strip old editor directives from file headersRichard Purdie
2019-05-04bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2019-04-29bitbake: bitbake: fetch2/git: git-lfs checkNaveen Saini
2019-04-01bitbake: gitsm: Add need_update method to determine when we are going to a ne...Mark Hatle
2019-03-26bitbake: fetch2: Use bb.utils.to_boolean() for BB_NO_NETWORKRobert Yang
2019-03-26bitbake: fetch2: Unify BB_FETCH_PREMIRRORONLYRobert Yang
2019-03-24bitbake: fetch2: Print SCMs list when SRCREV_FORMAT is not setRobert Yang
2019-03-24bitbake: fetch2/git: Fix clean to remove clonedirRobert Yang
2019-03-24bitbake: fetch2: runfetchcmd(): Print workdir in debug messageRobert Yang
2019-03-19bitbake: fetch2: Fix undefined variable issuesRichard Purdie
2019-03-19bitbake: fetch2/wget: Remove pointless lambda functionRichard Purdie
2019-03-19bitbake: fetch2/wget: Clean up whitespace/commentsRichard Purdie
2019-03-19bitbake: fetch2/wget: Fix typo in proxy handlingRichard Purdie
2019-03-19bitbake: fetch2/wget: Cleanup module importsRichard Purdie
2019-03-19bitbake: fetch2/wget: Fix authentication in checkstatus() of the wget fetcherStefan Klug
2019-02-12bitbake: bitbake: remove True option to getVar callsAndré Draszik
2019-01-28bitbake: gitsm: The fetcher did not process some recursive submodules properly.Mark Hatle
2019-01-24bitbake: gitsmy.py: Fix unpack of submodules of submodulesMark Hatle
2019-01-24bitbake: gitsm.py: Fix relative URLsMark Hatle
2019-01-16bitbake: gitsm.py: Refactor the functions and simplify the classMark Hatle
2019-01-16bitbake: gitsm.py: Rework the shallow fetcher and test caseMark Hatle
2019-01-16bitbake: gitsm.py: revise unpackMark Hatle
2019-01-16bitbake: gitsm.py: Optimize code and attempt to resolve locking issueMark Hatle
2019-01-16bitbake: gitsm.py: Add support for alternative URL formats from submodule filesMark Hatle
2019-01-16bitbake: gitsm.py: Fix when a submodule is defined, but not initializedMark Hatle
2019-01-16bitbake: bitbake: Fix Deprecated warnings from regexsRichard Purdie
2018-12-08bitbake: fetch2: Fix os.errno referencesRichard Purdie
2018-12-08bitbake: fetch2/wget: Fix typo in exception nameRichard Purdie
2018-12-01bitbake: fetch2/svn: Fix SVN repository concurrent update raceUlf Magnusson