summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2
AgeCommit message (Expand)Author
2021-01-31bitbake: fetch2: Fix os.errno referencesRichard Purdie
2020-09-08bitbake: fetch2: Change git fetcher not to destroy old referencesRichard Purdie
2019-11-13bitbake: fetch2: Ensure cached url data is matched to a datastoreRichard Purdie
2019-09-06bitbake: fetch2: show warning when renaming the archive with bad checksum failedMartin Jansa
2019-06-18bitbake: gitsm: Add need_update method to determine when we are going to a ne...Mark Hatle
2019-06-18bitbake: gitsm: Fix a bug where the wrong path was used for the submodule initMark Hatle
2019-03-24bitbake: gitsm: The fetcher did not process some recursive submodules properly.Mark Hatle
2019-03-24bitbake: gitsmy.py: Fix unpack of submodules of submodulesMark Hatle
2019-03-24bitbake: gitsm.py: Fix relative URLsMark Hatle
2019-03-24bitbake: gitsm.py: Refactor the functions and simplify the classMark Hatle
2019-03-24bitbake: gitsm.py: Rework the shallow fetcher and test caseMark Hatle
2019-03-24bitbake: gitsm.py: revise unpackMark Hatle
2019-03-24bitbake: gitsm.py: Optimize code and attempt to resolve locking issueMark Hatle
2019-03-24bitbake: gitsm.py: Add support for alternative URL formats from submodule filesMark Hatle
2019-03-24bitbake: gitsm.py: Fix when a submodule is defined, but not initializedMark Hatle
2019-01-08bitbake: fetch: don't use shell=True when listing ar filesRoss Burton
2018-12-06bitbake: fetch2/svn: Fix SVN repository concurrent update raceUlf Magnusson
2018-12-06bitbake: fetch2: Avoid warning about incorrect character escaping in regexRichard Purdie
2018-11-26bitbake: fetch/git: fix AttributeError in shallow extraction logicChristopher Larson
2018-11-07bitbake: fetch: Also export GIT_SSH environment variableMike Crowe
2018-11-07bitbake: fetch2/gitsm.py: Fix the references when the module and path are dif...Mark Hatle
2018-11-07bitbake: fetch2/gitsm.py: Disable branch checking on submodulesMark Hatle
2018-10-18bitbake: fetch2: Avoid incorrect getVarFlag callRichard Purdie
2018-10-18bitbake: fetch2/git: provide information about missing sourcesUrs Fässler
2018-10-18bitbake: fetch2/git: explicitly show the decision logic to select the source ...Urs Fässler
2018-10-18bitbake: fetch2/git: prevent access to non-existing clonedirUrs Fässler
2018-10-18bitbake: fetch2: extract the function which ensures that a valid symlink existsUrs Fässler
2018-10-18bitbake: fetch2: avoid circular recursion with SRCPV in PRPeter Marko
2018-10-04bitbake: gitsm: Allow relative URIs when fetchingMark Hatle
2018-10-04bitbake: fetch2/gitsm: checkout submodules recursivelyLaurent Bonnans
2018-10-04bitbake: fetch2/gitsm: handle submodules nested inside subdirsLaurent Bonnans
2018-10-04bitbake: fetch2/gitsm: fix a typoLaurent Bonnans
2018-10-04bitbake: fetch2/git: use correct check to decide if the shallow tarball shoul...Urs Fässler
2018-10-04bitbake: fetch2/git: prevent access to non-existing fullshallow tarballUrs Fässler
2018-10-04bitbake: fetch2/git: improve readability of method need_updateUrs Fässler
2018-09-26bitbake: fetch2/gitsm.py: Rework the git submodule fetcherMark Hatle
2018-08-28bitbake: fetcher: Fixed remote removal not throwing exception.Paulo Neves
2018-06-21bitbake: fetch2: Use correct check in parameter handling in uri_replace()Nikolai Merinov
2018-06-15bitbake: fetch2: unify the way fetchers determine DL_DIR and FETCHCMDAndre McCurdy
2018-06-07bitbake: fetch/gitsm: avoid live submodule fetching during unpack()Matt Hoosier
2018-05-29bitbake: fetch2: fix import error for Python 3.6.5Tzu Hsiang Lin
2018-05-22bitbake: fetch2/__init__.py: Fixed handling of uris with empty pathJakub Dębski
2018-05-22bitbake: fetch/git: make fewer calls to _contains_ref() from download()Andre McCurdy
2018-03-28bitbake: fetch2/git: log exception if ls-remote failsRoss Burton
2018-02-14bitbake: fetch2: Handle missing donestamp file when content is validNathan Rossi
2018-02-14bitbake: fetch2/npm.py: Fix inverted condition to prevent infinite loopBöszörményi Zoltán
2018-02-14bitbake: fetch/git: Use 'git-make-shallow' from bin directoryNathan Rossi
2018-01-29bitbake: fetch/git: Add pack-refs command to mirror handling codeRichard Purdie
2018-01-08bitbake: fetch2/__init__: Disable pseudo in runfetchcmd()Peter Kjellerstedt
2017-11-29bitbake: fetch2: fix unpack of .txz filesAndré Draszik