summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2
Commit message (Expand)AuthorAgeFilesLines
* bitbake: fetch2/git: _revision_key: collapse adjacent slashesChris Laplante2020-02-111-1/+3
* bitbake: fetch2: do not suffix srcrev cache key with PNChris Laplante2020-02-111-2/+1
* bitbake: lib/bb: Add BB_SIGNATURE_LOCAL_DIRS_EXCLUDE to speed-up taskhash on ...Aníbal Limón2020-01-111-2/+2
* bitbake: fetch2/clearcase: Fix warnings from python 3.8Richard Purdie2019-11-251-3/+3
* bitbake: fetch2/hg: Fix various runtime issuesVolker Vogelhuber2019-11-251-10/+17
* bitbake: fetch2/git: fetch shallow revs when neededChristopher Larson2019-11-251-7/+16
* bitbake: fetch2: Ensure cached url data is matched to a datastoreRichard Purdie2019-11-131-2/+2
* bitbake: fetch2/git: refactor check for git-lfs commandRoss Burton2019-09-271-8/+9
* bitbake: fetch2/git: add git-lfs toggle optionRoss Burton2019-09-191-7/+11
* bitbake: svn fetcher: allow "svn propget svn:externals" to failMikko Rapeli2019-09-181-1/+1
* bitbake: fetch2: show warning when renaming the archive with bad checksum failedMartin Jansa2019-09-031-1/+2
* bitbake: fetch2/wget: avoid 'maximum recursion depth' RuntimeErrors when hand...Chris Laplante via bitbake-devel2019-07-271-7/+9
* bitbake: fetch2/npm: Use npm pack to download node modules instead of wgetMads Andreasen2019-07-271-22/+23
* bitbake: fetch2/clearcase: Fix class import errorsCHerzig@Gauselmann.de2019-07-161-1/+3
* bitbake: fetch2: runfetchcmd(): unset _PYTHON_SYSCONFIGDATA_NAMEMatthias Schiffer2019-05-301-0/+5
* bitbake: bitbake: fetch2/npm: fix npw view parsingJean-Marie LEMETAYER2019-05-211-14/+5
* bitbake: svn.py: Stop SVN from directly pulling from an external layer w/o fe...Mark Hatle2019-05-211-0/+19
* bitbake: gitsm: Fix a bug where the wrong path was used for the submodule initMark Hatle2019-05-161-5/+7
* bitbake: bitbake: Strip old editor directives from file headersRichard Purdie2019-05-0417-34/+0
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-05-0416-204/+4
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-05-0418-1/+39
* bitbake: bitbake: fetch2/git: git-lfs checkNaveen Saini2019-04-291-0/+25
* bitbake: gitsm: Add need_update method to determine when we are going to a ne...Mark Hatle2019-04-011-0/+20
* bitbake: fetch2: Use bb.utils.to_boolean() for BB_NO_NETWORKRobert Yang2019-03-261-2/+2
* bitbake: fetch2: Unify BB_FETCH_PREMIRRORONLYRobert Yang2019-03-263-3/+3
* bitbake: fetch2: Print SCMs list when SRCREV_FORMAT is not setRobert Yang2019-03-241-1/+2
* bitbake: fetch2/git: Fix clean to remove clonedirRobert Yang2019-03-241-3/+11
* bitbake: fetch2: runfetchcmd(): Print workdir in debug messageRobert Yang2019-03-241-1/+4
* bitbake: fetch2: Fix undefined variable issuesRichard Purdie2019-03-191-5/+5
* bitbake: fetch2/wget: Remove pointless lambda functionRichard Purdie2019-03-191-1/+1
* bitbake: fetch2/wget: Clean up whitespace/commentsRichard Purdie2019-03-191-19/+13
* bitbake: fetch2/wget: Fix typo in proxy handlingRichard Purdie2019-03-191-1/+1
* bitbake: fetch2/wget: Cleanup module importsRichard Purdie2019-03-191-6/+5
* bitbake: fetch2/wget: Fix authentication in checkstatus() of the wget fetcherStefan Klug2019-03-191-2/+2
* bitbake: bitbake: remove True option to getVar callsAndré Draszik2019-02-121-1/+1
* bitbake: gitsm: The fetcher did not process some recursive submodules properly.Mark Hatle2019-01-281-1/+3
* bitbake: gitsmy.py: Fix unpack of submodules of submodulesMark Hatle2019-01-241-3/+6
* bitbake: gitsm.py: Fix relative URLsMark Hatle2019-01-241-5/+6
* bitbake: gitsm.py: Refactor the functions and simplify the classMark Hatle2019-01-161-144/+88
* bitbake: gitsm.py: Rework the shallow fetcher and test caseMark Hatle2019-01-161-62/+4
* bitbake: gitsm.py: revise unpackMark Hatle2019-01-161-38/+78
* bitbake: gitsm.py: Optimize code and attempt to resolve locking issueMark Hatle2019-01-161-14/+0
* bitbake: gitsm.py: Add support for alternative URL formats from submodule filesMark Hatle2019-01-161-2/+15
* bitbake: gitsm.py: Fix when a submodule is defined, but not initializedMark Hatle2019-01-161-4/+28
* bitbake: bitbake: Fix Deprecated warnings from regexsRichard Purdie2019-01-162-14/+14
* bitbake: fetch2: Fix os.errno referencesRichard Purdie2018-12-081-2/+2
* bitbake: fetch2/wget: Fix typo in exception nameRichard Purdie2018-12-081-1/+1
* bitbake: fetch2/svn: Fix SVN repository concurrent update raceUlf Magnusson2018-12-011-28/+36
* bitbake: fetch2: Avoid warning about incorrect character escaping in regexRichard Purdie2018-11-271-1/+1
* bitbake: fetch: don't use shell=True when listing ar filesRoss Burton2018-11-231-1/+1