summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2
AgeCommit message (Expand)Author
2017-06-02bitbake: fetch: support multiple mirror tarball filenamesChristopher Larson
2017-05-15bitbake: lib/bb/fetch2: fix typo in conflicting revision messagePaul Eggleton
2017-04-05bitbake: fetch/local: Drop FILESDIRRichard Purdie
2017-04-01bitbake: fetch2: Do not fail to create symbolic links if they already existPeter Kjellerstedt
2017-03-31bitbake: wget: Fix handling of urls with user/passwordRichard Purdie
2017-03-30bitbake: s3.py: Remove hardcoded awsElizabeth 'pidge' Flanagan
2017-03-29bitbake: fetch2: Ensure we don't have file downloads overwriting each otherRichard Purdie
2017-03-27bitbake: fetch2/git: prevent recursion on getting latest revisionPaul Eggleton
2017-03-22bitbake: fetch/git: fix FetchError referenceChristopher Larson
2017-03-22bitbake: fetch/git: drop pointless os.path.join, workdir=Christopher Larson
2017-03-22bitbake: fetch/git: kill pointless quotes around single % argsChristopher Larson
2017-03-22bitbake: fetch/git: use enumerate for ud.namesChristopher Larson
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: don't use deprecated bb.data APIsAndre McCurdy
2017-03-01bitbake: wget.py: match .lz tarballs as well when determining latest versionAlexander Kanavin
2017-03-01bitbake: lib/bb/fetch2: rewrite / to - in package namesAnders Darander
2017-03-01bitbake: fetch2/__init__: handle @ in package namesAnders Darander
2017-02-23bitbake: fetch2/svn: change 'rsh' parameter to 'ssh'Markus Lehtonen
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-02-07bitbake: fetch2/npm: fix handling of os fieldPaul Eggleton
2017-02-07bitbake: fetch2/npm: handle items only in optionalDependenciesPaul Eggleton
2017-01-20bitbake: fetch2: Avoid recursive errorsRichard Purdie
2017-01-17bitbake: gitsm.py: Add force flag to git checkout command in update_submodulesOla Redell
2016-12-21bitbake: fetch2/wget: fixup case with no useful netrc dataMark Asselstine
2016-12-20bitbake: fetch2/wget: add Basic Auth from netrc to checkstatus()Matthew McClintock
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-11-23bitbake: fetch2: npm: conditionally hide NPM_LOCKDOWN / NPM_SHRINKWRAP warningsPaul Eggleton
2016-09-22bitbake: fetch2: handle absolute paths in subdirRoss Burton
2016-09-15bitbake: bitbake: fetch2: Make SRCREV_FORMAT name substitution saferUlf Magnusson
2016-09-15bitbake: fetch2/npm: don't download same URL multiple timesPaul Eggleton
2016-09-08bitbake: fetch2/npm: clarify commentPaul Eggleton
2016-09-08bitbake: fetch2/npm: handle top-level shrinkwrap filePaul Eggleton
2016-09-08bitbake: fetch2/npm: support subdir= parameterPaul Eggleton
2016-09-08bitbake: fetch2/npm: fix broken fetches if more than one npm URL fetchedPaul Eggleton
2016-09-08bitbake: fetch2/npm: explicitly specify workdirPaul Eggleton
2016-09-02bitbake: bb.fetch2.svn: correctly pass workdir when fetchingChristopher Larson
2016-09-02bitbake: wget: allow basic http auth for SSTATE_MIRRORSStephano Cetola
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-08-20bitbake: git: Allow local repos to use HEADRichard Purdie
2016-08-11bitbake: fetch2/gitannex.py: use 'git annex init' instead of 'git annex sync'Terry Boese