summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2
Commit message (Expand)AuthorAgeFilesLines
* bitbake: fetch2: Change git fetcher not to destroy old referencesRichard Purdie2020-09-081-1/+1
* bitbake: fetch2: Ensure cached url data is matched to a datastoreRichard Purdie2019-11-131-2/+2
* bitbake: fetch2: show warning when renaming the archive with bad checksum failedMartin Jansa2019-09-061-1/+2
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-06-1916-204/+4
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-06-1918-1/+39
* bitbake: fetch2: runfetchcmd(): unset _PYTHON_SYSCONFIGDATA_NAMEMatthias Schiffer2019-06-181-0/+5
* bitbake: gitsm: Fix a bug where the wrong path was used for the submodule initMark Hatle2019-06-181-5/+7
* bitbake: bitbake: fetch2/git: git-lfs checkNaveen Saini2019-05-151-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
* bitbake: fetch/git: fix AttributeError in shallow extraction logicChristopher Larson2018-11-221-5/+8
* bitbake: fetch2/npm.py: Allow shrinkwrap resolved relative URL which startswi...Parthiban Nallathambi2018-11-211-1/+1
* bitbake: fetch: Also export GIT_SSH environment variableMike Crowe2018-11-071-0/+1
* bitbake: fetch2/gitsm.py: Fix the references when the module and path are dif...Mark Hatle2018-11-071-35/+34
* bitbake: fetch2/gitsm.py: Disable branch checking on submodulesMark Hatle2018-11-071-1/+1
* bitbake: fetch2: Avoid incorrect getVarFlag callRichard Purdie2018-10-181-1/+3
* bitbake: fetch2/git: provide information about missing sourcesUrs Fässler2018-10-181-8/+21
* bitbake: fetch2/git: explicitly show the decision logic to select the source ...Urs Fässler2018-10-181-3/+4
* bitbake: fetch2/git: prevent access to non-existing clonedirUrs Fässler2018-10-181-1/+3
* bitbake: fetch2: extract the function which ensures that a valid symlink existsUrs Fässler2018-10-181-10/+17
* bitbake: fetch2: avoid circular recursion with SRCPV in PRPeter Marko2018-10-181-1/+3
* bitbake: gitsm: Allow relative URIs when fetchingMark Hatle2018-10-041-0/+5
* bitbake: fetch2/gitsm: checkout submodules recursivelyLaurent Bonnans2018-10-041-30/+38
* bitbake: fetch2/gitsm: handle submodules nested inside subdirsLaurent Bonnans2018-10-041-6/+9