aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2/__init__.py
AgeCommit message (Expand)Author
2019-11-13fetch2: Ensure cached url data is matched to a datastoreRichard Purdie
2019-09-06fetch2: show warning when renaming the archive with bad checksum failedMartin Jansa
2019-06-19bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-06-19bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2019-06-18fetch2: runfetchcmd(): unset _PYTHON_SYSCONFIGDATA_NAMEMatthias Schiffer
2019-03-25fetch2: Use bb.utils.to_boolean() for BB_NO_NETWORKRobert Yang
2019-03-25fetch2: Unify BB_FETCH_PREMIRRORONLYRobert Yang
2019-03-21fetch2: Print SCMs list when SRCREV_FORMAT is not setRobert Yang
2019-03-21fetch2: runfetchcmd(): Print workdir in debug messageRobert Yang
2019-03-19fetch2: Fix undefined variable issuesRichard Purdie
2018-12-07fetch2: Fix os.errno referencesRichard Purdie
2018-11-27fetch2: Avoid warning about incorrect character escaping in regexRichard Purdie
2018-11-23fetch: don't use shell=True when listing ar filesRoss Burton
2018-11-02fetch: Also export GIT_SSH environment variableMike Crowe
2018-10-17fetch2: Avoid incorrect getVarFlag callRichard Purdie
2018-10-17fetch2: extract the function which ensures that a valid symlink existsUrs Fässler
2018-10-17fetch2: avoid circular recursion with SRCPV in PRPeter Marko
2018-06-19fetch2: Use correct check in parameter handling in uri_replace()Nikolai Merinov
2018-05-14fetch2/__init__.py: Fixed handling of uris with empty pathJakub Dębski
2018-02-09fetch2: Handle missing donestamp file when content is validNathan Rossi
2018-01-07fetch2/__init__: Disable pseudo in runfetchcmd()Peter Kjellerstedt
2017-11-29fetch2: fix unpack of .txz filesAndré Draszik
2017-09-07fetch2: add stub latest_versionstring to FetchMethodRoss Burton
2017-08-23fetch2: don't mandate path element in encodeurl()Paul Eggleton
2017-07-30fetch2: fix checkstatus fallback to MIRRORSRoss Burton
2017-07-27lib/fetch2/__init__.py: Fix unpack commentMark Hatle
2017-07-25fetch2/__init__.py: replace stray logger.warn() with logger.warning()Andre McCurdy
2017-07-21fetch2: fire an event when there are missing checksumsPaul Eggleton
2017-07-21fetch2: allow hiding checksum warningPaul Eggleton
2017-07-18fetch2: fix indentationPaul Eggleton
2017-06-16fetch: fix handling of files with incorrect checksums from a premirrorJoshua Lock
2017-05-26fetch: support multiple mirror tarball filenamesChristopher Larson
2017-05-15lib/bb/fetch2: fix typo in conflicting revision messagePaul Eggleton
2017-04-01fetch2: Do not fail to create symbolic links if they already existPeter Kjellerstedt
2017-03-28fetch2: Ensure we don't have file downloads overwriting each otherRichard Purdie
2017-03-03fetch2: pass --no-same-owner when extracting tar files compressed with 7-ZipAndre McCurdy
2017-03-03fetch2: remove last remaining usage of deprecated bb.data APIsAndre McCurdy
2017-03-03fetch2: add initial Amazon AWS S3 fetcherAndre McCurdy
2017-03-03fetch2: Allow whitespace only mirror entriesRichard Purdie
2017-02-24fetch2/__init__: handle @ in package namesAnders Darander
2017-02-19fetch2: Add NFS Stale file exception handlingKhem Raj
2017-02-19fetch2: Rename "setup_revisons" to "setup_revisions"Robert P. J. Day
2017-02-19fetch2: Correct two examples of typo "revsion."Robert P. J. Day
2017-01-19fetch2: Avoid recursive errorsRichard Purdie
2016-11-30fetch2: obey BB_ALLOWED_NETWORKS when checking network accessMarkus Lehtonen
2016-11-30bitbake: remove True option to getVarFlag callsJoshua Lock
2016-11-30bitbake: remove True option to getVar callsJoshua Lock
2016-11-23lib/bb: Don't use deprecated bb.data.getVar/setVar APIRichard Purdie
2016-09-21fetch2: handle absolute paths in subdirRoss Burton
2016-09-14bitbake: fetch2: Make SRCREV_FORMAT name substitution saferUlf Magnusson