summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2/__init__.py
AgeCommit message (Expand)Author
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
2016-09-02fetch2: Handle multiconfig fetcher issuesRichard Purdie
2016-08-24fetch2: clean up remaining cwd saves/changesMatt Madison
2016-08-19fetch2: preserve current working directoryMatt Madison
2016-07-29fetch2: fix pickle issues while switching from master to krogothMaxin B. John
2016-07-25fetcher2/__init__: Print command in case of ExecutionError in runfetchcmdMario Domenech Goulart
2016-07-22fetch: copy files with -HEnrico Scholz
2016-07-19fetch2: implement progress supportPaul Eggleton
2016-06-16fetch2/perforce: Rework to support SRCREV and P4CONFIGAndrew Bradford
2016-06-16fetch2: fix unpacking of deb packagesStephano Cetola
2016-06-02fetch2: fix unpacking of deb packagesPaul Eggleton
2016-06-01bitbake: Convert to python 3Richard Purdie
2016-05-24bitbake: Drop futures usage since we're python 3Richard Purdie
2016-05-12fetch: Use OrderedDict for url parametersRichard Purdie
2016-05-09bitbake: Update logger.warn() -> logger.warning()Richard Purdie
2016-05-06bitbake: fetch2: Safer check for BB_ORIGENV datastoreLeonardo Sandoval
2016-04-26fetch2: export DBUS_SESSION_BUS_ADDRESS to support authentication agentsRoss Burton
2016-04-02fetch2: BB_ALLOWED_NETWORKS should not care about port numbersOlof Johansson
2016-03-30fetch2: Ensure that incorrect checksumed files are always renamedRichard Purdie
2016-03-24fetch2: Handle lockfiles for file:// urls redirected to mirrorsRichard Purdie
2016-03-23cache: Make BB_DONT_CACHE variable externalMarkus Lehtonen
2016-03-09fetch2: Make SRC_URI[md5sum] and SRC_URI[sha256sum] expand their valuesPeter Kjellerstedt
2016-03-02fetch2: Fix unpack for absolute file urlsRichard Purdie
2016-03-02fetch2: fixes copying of file://dir; subdir=foo, bug 6128 and bug 6129Alexander Shashkevich
2016-02-28fetch2/npm: Enable fetcherRichard Purdie
2016-02-28fetch2: Skip lockfiles and donestamps for local filesRichard Purdie
2016-02-28fetch2/__init__.py: Error if lockfile path invalidRichard Purdie
2016-02-28fetch2/__init__: Fix decodeurl to better handle urls without pathsRichard Purdie
2016-02-18FileChecksumCache: add get_checksums() methodMarkus Lehtonen
2016-02-18bb/cache: drop some unused argumentsMarkus Lehtonen
2016-02-04lib/bb: Add expansion parameter to getVarFlagRichard Purdie
2016-01-29fetch2: Simplify logic in verify_checksum()Peter Kjellerstedt
2016-01-22fetch2: Don't show checksum warnings if a single checksum was suppliedRichard Purdie
2016-01-05fetch2/__init__.py: Add support for 7-ZipJuro Bystricky
2015-12-17fetch: use orig localpath when calling orig methodChristopher Larson
2015-11-16fetch2: Remove crazy code in unpackRichard Purdie
2015-09-18tests/fetch.py: Fix recursion failure in url mappingMark Hatle
2015-09-18fetch2/__init__.py: uri_replace regex handlingMark Hatle
2015-09-03bb.fetch: don't remove the clone when an update failsChristopher Larson
2015-09-03bb.fetch: handle checksums consistently for mirrorsChristopher Larson
2015-08-17Fix default function parameter assignment to a listPaul Eggleton