aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/__init__.py
AgeCommit message (Expand)Author
2018-07-02bitbake: fetch2/__init__: Disable pseudo in runfetchcmd()Peter Kjellerstedt
2017-06-27bitbake: fetch: fix handling of files with incorrect checksums from a premirrorJoshua Lock
2017-04-01bitbake: fetch2: Do not fail to create symbolic links if they already existPeter Kjellerstedt
2017-03-29bitbake: fetch2: Ensure we don't have file downloads overwriting each otherRichard Purdie
2017-03-04bitbake: fetch2: pass --no-same-owner when extracting tar files compressed wi...Andre McCurdy
2017-03-04bitbake: fetch2: remove last remaining usage of deprecated bb.data APIsAndre McCurdy
2017-03-03bitbake: fetch2: add initial Amazon AWS S3 fetcherAndre McCurdy
2017-03-03bitbake: fetch2: Allow whitespace only mirror entriesRichard Purdie
2017-03-01bitbake: fetch2/__init__: handle @ in package namesAnders Darander
2017-02-19bitbake: fetch2: Add NFS Stale file exception handlingKhem Raj
2017-02-19bitbake: fetch2: Rename "setup_revisons" to "setup_revisions"Robert P. J. Day
2017-02-19bitbake: fetch2: Correct two examples of typo "revsion."Robert P. J. Day
2017-01-20bitbake: fetch2: Avoid recursive errorsRichard Purdie
2016-11-30bitbake: fetch2: obey BB_ALLOWED_NETWORKS when checking network accessMarkus Lehtonen
2016-11-30bitbake: bitbake: remove True option to getVarFlag callsJoshua Lock
2016-11-30bitbake: bitbake: remove True option to getVar callsJoshua Lock
2016-11-23bitbake: lib/bb: Don't use deprecated bb.data.getVar/setVar APIRichard Purdie
2016-09-22bitbake: fetch2: handle absolute paths in subdirRoss Burton
2016-09-15bitbake: bitbake: fetch2: Make SRCREV_FORMAT name substitution saferUlf Magnusson
2016-09-02bitbake: fetch2: Handle multiconfig fetcher issuesRichard Purdie
2016-08-25bitbake: fetch2: clean up remaining cwd saves/changesMatt Madison
2016-08-20bitbake: fetch2: preserve current working directoryMatt Madison
2016-07-29bitbake: fetch2: fix pickle issues while switching from master to krogothMaxin B. John
2016-07-26bitbake: fetcher2/__init__: Print command in case of ExecutionError in runfet...Mario Domenech Goulart
2016-07-26bitbake: fetch: copy files with -HEnrico Scholz
2016-07-19bitbake: fetch2: implement progress supportPaul Eggleton
2016-06-16bitbake: fetch2/perforce: Rework to support SRCREV and P4CONFIGAndrew Bradford
2016-06-16bitbake: fetch2: fix unpacking of deb packagesStephano Cetola
2016-06-03bitbake: fetch2: fix unpacking of deb packagesPaul Eggleton
2016-06-02bitbake: bitbake: Convert to python 3Richard Purdie
2016-06-02bitbake: bitbake: Drop futures usage since we're python 3Richard Purdie
2016-05-13bitbake: fetch: Use OrderedDict for url parametersRichard Purdie
2016-05-11bitbake: bitbake: Update logger.warn() -> logger.warning()Richard Purdie
2016-05-06bitbake: bitbake: fetch2: Safer check for BB_ORIGENV datastoreLeonardo Sandoval
2016-04-29bitbake: fetch2: export DBUS_SESSION_BUS_ADDRESS to support authentication ag...Ross Burton
2016-04-03bitbake: fetch2: BB_ALLOWED_NETWORKS should not care about port numbersOlof Johansson
2016-03-31bitbake: fetch2: Ensure that incorrect checksumed files are always renamedRichard Purdie
2016-03-26bitbake: fetch2: Handle lockfiles for file:// urls redirected to mirrorsRichard Purdie
2016-03-23bitbake: cache: Make BB_DONT_CACHE variable externalMarkus Lehtonen
2016-03-09bitbake: fetch2: Make SRC_URI[md5sum] and SRC_URI[sha256sum] expand their valuesPeter Kjellerstedt
2016-03-02bitbake: fetch2: Fix unpack for absolute file urlsRichard Purdie
2016-03-02bitbake: fetch2: fixes copying of file://dir; subdir=foo, bug 6128 and bug 6129Alexander Shashkevich
2016-02-28bitbake: fetch2/npm: Enable fetcherRichard Purdie
2016-02-28bitbake: fetch2: Skip lockfiles and donestamps for local filesRichard Purdie
2016-02-28bitbake: fetch2/__init__.py: Error if lockfile path invalidRichard Purdie
2016-02-28bitbake: fetch2/__init__: Fix decodeurl to better handle urls without pathsRichard Purdie
2016-02-18bitbake: FileChecksumCache: add get_checksums() methodMarkus Lehtonen
2016-02-18bitbake: bb/cache: drop some unused argumentsMarkus Lehtonen
2016-02-04bitbake: lib/bb: Add expansion parameter to getVarFlagRichard Purdie
2016-01-30bitbake: fetch2: Simplify logic in verify_checksum()Peter Kjellerstedt