summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2
Commit message (Expand)AuthorAgeFilesLines
* bitbake: fetch2/git.py: fix a corner case in try_premirrorChen Qi2024-02-191-0/+6
* bitbake: fetch2/git.py: Fetch mirror into HEADPavel Zhukov2024-02-191-1/+5
* bitbake: fetch/git2: support git's safe.bareRepositoryAndré Draszik2024-02-191-2/+2
* bitbake: wget.py: always use the custom user agentThomas Perrot2024-02-101-3/+4
* bitbake: support temporary AWS credentialsToni Lammi2024-02-091-0/+1
* bitbake: fetch/wget/checkstatus(): include the URL in debugging output about ...Alexander Kanavin2024-01-101-1/+1
* bitbake: fetch/checkstatus(): do not print the URI twice in FetchError exceptionAlexander Kanavin2024-01-101-1/+1
* bitbake: fetch2: Ensure GCP fetcher checks if file exists before download.Charlie Johnston2023-12-021-2/+5
* bitbake: fetch2/aws: forward env-vars used in gitlab-ci K8sFelix Moessbauer2023-11-231-0/+2
* bitbake: fetch2: git: add missing destsuffix and subpath parameters in docstr...Julien Stephan2023-11-231-0/+8
* bitbake: bitbake: fetch2: git: Update Git-LFS download and testsDesone Burns2023-11-231-2/+12
* bitbake: fetch2/git: fix lfs fetch with destsuffix paramRagesh Nair2023-10-231-2/+2
* bitbake: fetch2: Add API for upstream source tracingAlberto Pianon2023-10-157-0/+91
* bitbake: fetch2: Adds vscode devcontainer supportMatthias Schnelte2023-09-261-0/+1
* bitbake: fetch2: git: Use path_is_descendant() instead of path for repo checkJoshua Watt2023-09-141-9/+6
* bitbake: fetch2: git: Remove useless try..else clauseJoshua Watt2023-09-021-4/+4
* bitbake: fetch2: git: Check if clone directory is a git repoJoshua Watt2023-08-301-1/+29
* bitbake: gitsm: tolerate git-lfs in submodulesRandolph Sapp2023-08-301-4/+7
* bitbake: fetch2: Add new srcrev fetcher APIRichard Purdie2023-08-241-5/+24
* bitbake: fetch2: add Google Cloud Platform (GCP) fetcherEmil Ekmečić2023-08-112-1/+101
* bitbake: fetch2: Check if path is 'None' before calculating checksumsBELOUARGA Mohamed2023-08-041-0/+3
* bitbake: bitbake: fetch2/npmsw: Check if there are dependencies before trying...BELOUARGA Mohamed2023-08-041-7/+9
* bitbake: fetch2/gitsm: Document that we won't support propagating user parameterYoann Congal2023-07-291-0/+6
* bitbake: fetch2: Set maxsplit to match expected variablesDit Kozmaj2023-07-271-1/+1
* bitbake: fetch2/npmsw: Support old and new shrinkwrap formatsRichard Purdie2023-06-301-9/+26
* bitbake: fetch2/npm: Remove special caracters that causes recipe tool to failBELOUARGA Mohamed2023-06-291-3/+6
* bitbake: fetch2/npmsw: Don't fetch dev dependencies when they are not demandedBELOUARGA Mohamed2023-06-291-0/+2
* bitbake: fetch2/npmsw: Add support for the new format of the shrinkwrap fileBELOUARGA Mohamed2023-06-291-16/+9
* bitbake: fetch2/npm: evaluate PATH before patching HOMEArno Baumfalk2023-05-251-0/+1
* bitbake: fetch2/local: Add debug to include chosen pathRichard Purdie2023-05-251-0/+2
* bitbake: fetch2: Clarify different localpaths functionsRichard Purdie2023-05-252-3/+3
* bitbake: fetch2/crate: Correct unpack for a crate that matches the recipe namePeter Kjellerstedt2023-05-251-2/+2
* bitbake: fetch2/crate: Simplify extraction of crate names and versions from URIsPeter Kjellerstedt2023-05-251-3/+3
* bitbake: npmsw fetcher: Avoid instantiating Fetch class if url list is emptySvend Meyland Nicolaisen2023-04-201-1/+3
* bitbake: fetch2/crate: create versioned 'name' entriesEnrico Scholz2023-04-061-1/+1
* bitbake: fetch2: Display all missing checksum at onceFrederic Martinsons2023-04-041-8/+10
* bitbake: fetch2/local: Mention the value of localpath in failure messageRichard Purdie2023-03-301-1/+1
* bitbake: fetch/git: Fix local clone url to make it work with repoRobert Yang2023-03-301-2/+6
* bitbake: crate.py: make checksum verification mandatoryFrederic Martinsons2023-03-301-1/+1
* bitbake: fetch2: Add checksum capability for crate fetcherFrederic Martinsons2023-03-301-6/+6
* bitbake: fetch2/sftp: Fix fetching URIs with spacesDaniel Ammann2023-03-231-1/+1
* bitbake: fetch2: Add autorev warning when it is set too lateRichard Purdie2023-03-222-3/+7
* bitbake: fetch2: Rename __BBSEENSRCREV -> __BBSRCREV_SEENRichard Purdie2023-03-222-2/+2
* bitbake: crate.py: authorize crate url with parametersFrederic Martinsons2023-03-171-3/+6
* bitbake: wget.py: Combine urlopener exceptionsMark Hatle2023-03-111-17/+1
* bitbake: wget.py: Add catch TimeoutError exceptionMark Hatle2023-03-111-0/+8
* bitbake: fetch/npmsw: add more short forms for git operationsMark Asselstine2023-02-261-7/+19
* bitbake: gitsm: Fix path construction for relative submodule URIMike Crowe2023-02-261-1/+1
* bitbake: fetch2/wget: Drop unused importRichard Purdie2023-02-261-1/+0
* bitbake: fetch2: Add GIT_CACHE_PATH and SSL_CERT_DIR into FETCH_EXPORT_VARSCaner Altinbasak2023-02-261-1/+3