summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2
AgeCommit message (Expand)Author
2021-05-04bitbake: fetch/gitsm: Fix crash when using git LFS and submodulesNiels Avonds
2021-02-11bitbake: lib/bb/fetch2/__init__.py: drop _PYTHON_SYSCONFIGDATA_NAME unsettingAlexander Kanavin
2021-02-02bitbake: fetch/git: download LFS content too during do_fetchMatt Hoosier
2020-10-17bitbake: bitbake: fetch/git: use shlex.quote() to support spaces in SRC_URI urlCharlie Davies
2020-09-25bitbake: fetch2: fix handling of `\` in file:// SRC_URILeif Middelschulte
2020-09-23bitbake: bitbake: fetch/git: add support for SRC_URI containing spaces in urlCharlie Davies
2020-08-26bitbake: fetch2: Drop globbing supprt in file:// SRC_URIsRichard Purdie
2020-08-25bitbake: lib: fix most undefined code picked up by pylintFrazer Clews
2020-08-24bitbake: fetch2/wget: Remove buffering parameterRichard Purdie
2020-07-12bitbake: fetch2: Change git fetcher not to destroy old referencesRichard Purdie
2020-06-25bitbake: perforce: add local path handling SRC_URI optionsAlexandru N. Onea
2020-06-25bitbake: perforce: add basic progress handler for perforceAlexandru N. Onea
2020-06-15bitbake: fetch2/gitsm: Make need_update() process submodulesPaul Barker
2020-06-15bitbake: fetch2/gitsm: Mark srcrev as fetched once all submodules are processedPaul Barker
2020-06-04bitbake: fetch2: Add the ability to list expanded URL dataPaul Barker
2020-06-04bitbake: git.py: Use the correct branch to check if the repository has LFS ob...Mauro Queirós
2020-06-04bitbake: git.py: LFS bitbake note should not be printed if need_lfs is not set.Mauro Queirós
2020-06-04bitbake: git.py: skip smudging if lfs=0 is setMauro Queirós
2020-05-27bitbake: fetch2/cvs: Fix CVS fetcher clean methodVyacheslav Yurkov
2020-04-24bitbake: fetch2/wget: Set User-Agent when checking status of a URLPaul Barker
2020-03-30bitbake: fetch2: Fix urldata_cache key issuesRichard Purdie
2020-03-24bitbake: Revert "fetch2: Allow ${AUTOREV} to be used when BB_SRCREV_POLICY is...Khem Raj
2020-03-11bitbake: fetch2/gitsm: Unpack shallow mirror tarballsPaul Barker
2020-03-02bitbake: fetch2: Limit shown checksums to sha256Richard Purdie
2020-02-20bitbake: fetch2/svn: Avoid UnboundLocalError exceptionRichard Purdie
2020-02-19bitbake: fetch2: svn: care for path_specJens Rehsack
2020-02-19bitbake: fetch2: Allow ${AUTOREV} to be used when BB_SRCREV_POLICY is "cache"Peter Kjellerstedt
2020-02-19bitbake: fetch2: Make fetcher_compare_revisions() workPeter Kjellerstedt
2020-01-27bitbake: fetch2: add the npmsw fetcherJean-Marie LEMETAYER
2020-01-27bitbake: fetch2/npm: refactor the npm fetcherJean-Marie LEMETAYER
2020-01-27bitbake: fetch2/wget: fix downloadfilename parameterJean-Marie LEMETAYER
2020-01-27bitbake: fetch2: allow fetchers to forward the done conditionJean-Marie LEMETAYER
2020-01-27bitbake: fetch2: allow fetchers to forward the mirrors managementJean-Marie LEMETAYER
2020-01-27bitbake: fetch2: allow fetchers to forward the donestamp managementJean-Marie LEMETAYER
2020-01-27bitbake: fetch2: add more hash functions for checksum verificationJean-Marie LEMETAYER
2020-01-27bitbake: fetch2: refactor checksum verificationJean-Marie LEMETAYER
2020-01-19bitbake: fetch2/git: _revision_key: collapse adjacent slashesChris Laplante
2020-01-19bitbake: fetch2: do not suffix srcrev cache key with PNChris Laplante
2020-01-19bitbake: lib: amend code to use proper singleton comparisons where possibleFrazer Clews
2020-01-19bitbake: lib: remove unused importsFrazer Clews
2019-12-30bitbake: lib/bb: Add BB_SIGNATURE_LOCAL_DIRS_EXCLUDE to speed-up taskhash on ...Aníbal Limón
2019-12-28bitbake: fetch2/clearcase: Fix tar command working directoryCHerzig@Gauselmann.de
2019-11-21bitbake: fetch2/clearcase: Fix warnings from python 3.8Richard Purdie
2019-11-07bitbake: fetch2/hg: Fix various runtime issuesVolker Vogelhuber
2019-11-05bitbake: fetch2: Ensure cached url data is matched to a datastoreRichard Purdie
2019-10-28bitbake: fetch2/git: fetch shallow revs when neededChristopher Larson
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