summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bitbake: fetch/git: Replace mkdtemp with TemporaryDirectory and avoid excepti...Paulo Neves2023-02-221-4/+1
* bitbake: fetch/git: Removed unused variables in _contains_lfsPaulo Neves2023-02-221-5/+0
* bitbake: fetch2/wget: clean up netrc usageRoss Burton2023-02-171-4/+5
* bitbake: fetch2: Add NODE_EXTRA_CA_CERTS to export listGeorge Kelly2023-02-091-0/+1
* bitbake: cache/codeparser: Switch to a new BB_CACHEDIR variable for cache loc...Richard Purdie2023-01-261-1/+1
* bitbake: fetch2: kill parameters in uri_find_decodedPavel Zhukov2023-01-181-0/+1
* bitbake: fetch2/git: Clarify the meaning of namespaceMarek Vasut2022-12-211-1/+2
* bitbake: fetch2/wget.py: correctly match versioned directoriesAlexander Kanavin2022-12-111-2/+2
* bitbake: fetch2/git: Prevent git fetcher from fetching gitlab repository meta...Marek Vasut2022-12-091-2/+6
* bitbake: fetch2/wget: handle username/password in uriKasper Revsbech2022-12-091-1/+2
* bitbake: gitsm.py: process_submodules(): Set nobranch=1 for urlRobert Yang2022-11-141-0/+1
* bitbake: gitsm: Fix regression in gitsm submodule path parsingPavel Zhukov2022-11-141-1/+1
* bitbake: fetch2/git: don't set core.fsyncobjectfiles=0Ross Burton2022-10-291-1/+1
* bitbake: fetch2/ssh.py: fix checkstatusPascal Bach2022-09-291-4/+2
* bitbake: fetch2/crate fixup c212b0f3 loglevelJose Quaresma2022-09-211-1/+1
* bitbake: fetch2: Remove unneeded conditionalPaulo Neves2022-09-211-7/+6
* bitbake: fetch2: Ensure mirror tarballs don't enforce checksumRichard Purdie2022-09-071-0/+1
* bitbake: wget: Avoid bad checksum race issuesRichard Purdie2022-09-052-4/+12
* bitbake: Revert "fetch: use BPN instead"Richard Purdie2022-09-011-1/+1
* bitbake: fetch: use BPN insteadMingli Yu2022-09-011-1/+1
* bitbake: gitsm: Error out if submodule refers to parent repoPavel Zhukov2022-09-011-0/+3
* bitbake: Fix npm to use https rather than httpNeil Horman2022-09-011-1/+1
* bitbake: bitbake: Add copyright headers where missingRichard Purdie2022-08-121-0/+2
* bitbake: fetch2: Drop DL_DIR fallback for local file fetcherRichard Purdie2022-07-152-18/+6
* bitbake: fetch2: Ensure directory exists before creating symlinkRichard Purdie2022-07-151-0/+2
* bitbake: fetch: bb.fatal when trying to checksum non-existing filesPaulo Neves2022-07-151-1/+3
* bitbake: fetch2/git: show SRCREV and git repo in error message about fixed SR...Martin Jansa2022-07-081-1/+1
* bitbake: fetch2: gitsm: fix incorrect handling of git submodule relative urlsGennaro Iorio2022-07-011-1/+1
* bitbake: fetch/wget: Move files into place atomicallyRichard Purdie2022-06-081-4/+7
* bitbake: fetch2: Honour BB_FETCH_PREMIRRORONLY optionPavel Zhukov2022-06-081-4/+9
* bitbake: osc: fix DeprecationWarningMartin Jansa2022-05-221-1/+1
* bitbake: fetch2/osc: Add support to query latest revisionGunjan Gupta2022-05-211-5/+29
* bitbake: fetch2/osc: Small fixes for osc fetcherGunjan Gupta2022-05-101-6/+10
* bitbake: fetch/git : Use cat as pagerRichard Purdie2022-05-081-1/+1
* bitbake: fetch2/ssh.py: decode path back for sshRobert Yang2022-04-271-2/+4
* bitbake: fetch2/osc: Add missing parameterRichard Purdie2022-04-271-1/+1