aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2/__init__.py
AgeCommit message (Expand)Author
2024-03-21fetch2: Fix misleading "no output" msgViswanath Kraleti
2024-03-21fetch2: handle URIs with single-valued query parametersRoss Burton
2024-02-28fetch/git: Avoid clean upon failureRichard Purdie
2024-02-09support temporary AWS credentialsToni Lammi
2024-01-10fetch/checkstatus(): do not print the URI twice in FetchError exceptionAlexander Kanavin
2023-11-23fetch2/aws: forward env-vars used in gitlab-ci K8sFelix Moessbauer
2023-10-15fetch2: Add API for upstream source tracingAlberto Pianon
2023-09-26fetch2: Adds vscode devcontainer supportMatthias Schnelte
2023-08-24fetch2: Add new srcrev fetcher APIRichard Purdie
2023-08-11fetch2: add Google Cloud Platform (GCP) fetcherEmil Ekmečić
2023-08-04fetch2: Check if path is 'None' before calculating checksumsBELOUARGA Mohamed
2023-07-27fetch2: Set maxsplit to match expected variablesDit Kozmaj
2023-05-25fetch2: Clarify different localpaths functionsRichard Purdie
2023-04-03fetch2: Display all missing checksum at onceFrederic Martinsons
2023-03-23fetch2: Add checksum capability for crate fetcherFrederic Martinsons
2023-03-21fetch2: Add autorev warning when it is set too lateRichard Purdie
2023-03-21fetch2: Rename __BBSEENSRCREV -> __BBSRCREV_SEENRichard Purdie
2023-02-24fetch2: Add GIT_CACHE_PATH and SSL_CERT_DIR into FETCH_EXPORT_VARSCaner Altinbasak
2023-02-09fetch2: Add NODE_EXTRA_CA_CERTS to export listGeorge Kelly
2023-01-26cache/codeparser: Switch to a new BB_CACHEDIR variable for cache locationRichard Purdie
2023-01-18fetch2: kill parameters in uri_find_decodedPavel Zhukov
2022-09-07fetch2: Ensure mirror tarballs don't enforce checksumRichard Purdie
2022-09-03wget: Avoid bad checksum race issuesRichard Purdie
2022-09-01Revert "fetch: use BPN instead"Richard Purdie
2022-08-31fetch: use BPN insteadMingli Yu
2022-07-15fetch2: Drop DL_DIR fallback for local file fetcherRichard Purdie
2022-07-15fetch2: Ensure directory exists before creating symlinkRichard Purdie
2022-07-15fetch: bb.fatal when trying to checksum non-existing filesPaulo Neves
2022-04-14fetch2: Add GIT_SSH_COMMAND to the list of exportsPavel Zhukov
2022-02-21lib: Replace remaining "blacklist"/"whitelist" usageScott Murray
2022-02-20fetch2: Abstract fetcher environment to a functionRichard Purdie
2022-02-20fetch2: Fix typo "conform" and "processed"Zygmunt Krynicki
2022-02-17fetch2/cooker: Fix source revision handling with floating upstreamsRichard Purdie
2022-02-05fetch2: Correct handling of replacing the basename in URIsPeter Kjellerstedt
2022-01-19fetch2: Add crate fetcherRichard Purdie
2021-11-26fetch2: Add striplevel support to unpackStefan Herbrechtsmeier
2021-11-26fetch2: Unify tar command in unpackStefan Herbrechtsmeier
2021-11-19fetch2: Fix url remap issue and add testcaseRichard Purdie
2021-11-03fetch: Handle mirror user/password replacements correctlyRichard Purdie
2021-11-03lib/bb: Fix string concatination potential performance issuesRichard Purdie
2021-11-03lib/bb: Clean up use of len()Richard Purdie
2021-11-01fetch2: fix downloadfilename issue with premirrorChen Qi
2021-10-14fetch2: Do not attempt to verify donestamp if download is not completeCaner Altinbasak
2021-10-14fetch2: document checkstatus APIRoss Burton
2021-10-08fetch2: clarify the command-no-found error messageRoss Burton
2021-09-17fetch2/s3: allow to switch profile from environment variableValentin Danaila
2021-09-11fetch2: Add recursion guardRichard Purdie
2021-09-06bitbake: fetch2: fix premirror URI when downloadfilename definedScott Weaver
2021-08-12fetch2: expose environment variable names that need to be exportedRoss Burton
2021-08-06fetch/tests/toaster: Override conversion fixupsRichard Purdie