summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2
Commit message (Expand)AuthorAgeFilesLines
* bitbake: fetch2: fix import error for Python 3.6.5Tzu Hsiang Lin2018-07-262-3/+1
* bitbake: fetch2: Do not fail to create symbolic links if they already existPeter Kjellerstedt2017-12-181-2/+13
* bitbake: Replace deprecated git branch parameter "--set-upstream"Andre Rosa2017-11-071-1/+1
* bitbake: wget: Fix handling of urls with user/passwordRichard Purdie2017-08-291-3/+2
* bitbake: fetch2: handle absolute paths in subdirRoss Burton2016-09-221-1/+7
* bitbake: bitbake: fetch2: Make SRCREV_FORMAT name substitution saferUlf Magnusson2016-09-151-1/+11
* bitbake: fetch2/npm: don't download same URL multiple timesPaul Eggleton2016-09-151-4/+8
* bitbake: fetch2/npm: clarify commentPaul Eggleton2016-09-081-1/+1
* bitbake: fetch2/npm: handle top-level shrinkwrap filePaul Eggleton2016-09-081-2/+9
* bitbake: fetch2/npm: support subdir= parameterPaul Eggleton2016-09-081-1/+6
* bitbake: fetch2/npm: fix broken fetches if more than one npm URL fetchedPaul Eggleton2016-09-081-3/+3
* bitbake: fetch2/npm: explicitly specify workdirPaul Eggleton2016-09-081-1/+2
* bitbake: bb.fetch2.svn: correctly pass workdir when fetchingChristopher Larson2016-09-021-1/+1
* bitbake: wget: allow basic http auth for SSTATE_MIRRORSStephano Cetola2016-09-021-0/+11
* bitbake: fetch2: Handle multiconfig fetcher issuesRichard Purdie2016-09-021-3/+4
* bitbake: fetch2: clean up remaining cwd saves/changesMatt Madison2016-08-251-11/+0
* bitbake: fetch2: preserve current working directoryMatt Madison2016-08-2013-137/+101
* bitbake: git: Allow local repos to use HEADRichard Purdie2016-08-201-1/+15
* bitbake: fetch2/gitannex.py: use 'git annex init' instead of 'git annex sync'Terry Boese2016-08-111-1/+1
* bitbake: fetch: Fix use of tar's --exclude option for tar >= 1.29Mariano Lopez2016-08-104-4/+4
* bitbake: fetch2: fix pickle issues while switching from master to krogothMaxin B. John2016-07-291-2/+2
* bitbake: fetcher2/__init__: Print command in case of ExecutionError in runfet...Mario Domenech Goulart2016-07-261-1/+1
* bitbake: fetch: copy files with -HEnrico Scholz2016-07-261-1/+1
* bitbake: fetch2: implement progress supportPaul Eggleton2016-07-193-8/+76
* bitbake: fetch2/wget: attempt checkstatus again if it failsRoss Burton2016-07-081-4/+8
* bitbake: fetch2/perforce: Rework to support SRCREV and P4CONFIGAndrew Bradford2016-06-162-123/+150
* bitbake: fetch2: fix unpacking of deb packagesStephano Cetola2016-06-161-1/+1
* bitbake: fetch2: fix unpacking of deb packagesPaul Eggleton2016-06-031-1/+12
* bitbake: fetch2/git.py: References must match exactlyPeter Kjellerstedt2016-06-031-3/+4
* bitbake: bitbake: Convert to python 3Richard Purdie2016-06-027-59/+51
* bitbake: bitbake: Drop futures usage since we're python 3Richard Purdie2016-06-022-3/+0
* bitbake: fetch: Use OrderedDict for url parametersRichard Purdie2016-05-131-2/+3
* bitbake: bitbake: Update logger.warn() -> logger.warning()Richard Purdie2016-05-112-20/+20
* bitbake: bitbake: fetch2: Safer check for BB_ORIGENV datastoreLeonardo Sandoval2016-05-061-1/+2
* bitbake: fetch2: export DBUS_SESSION_BUS_ADDRESS to support authentication ag...Ross Burton2016-04-291-2/+3
* bitbake: fetch2/git.py: remove .indirectiondir workaroundRobert Yang2016-04-061-17/+1
* bitbake: fetch2: BB_ALLOWED_NETWORKS should not care about port numbersOlof Johansson2016-04-031-0/+1
* bitbake: fetch2: Ensure that incorrect checksumed files are always renamedRichard Purdie2016-03-311-8/+21
* bitbake: fetch2/wget.py: _check_latest_version_by_dir fix prefix detectionAníbal Limón2016-03-281-2/+12
* bitbake: fetch2/wget.py: _check_latest_version_by_dir use group namesAníbal Limón2016-03-281-4/+4
* bitbake: fetch2: Handle lockfiles for file:// urls redirected to mirrorsRichard Purdie2016-03-261-0/+8
* bitbake: bitbake: fetch2/gitsm: Fix fetch when the repository contains nested...Derek Straka2016-03-261-5/+2
* bitbake: cache: Make BB_DONT_CACHE variable externalMarkus Lehtonen2016-03-231-1/+1
* bitbake: fetch2/npm: fix ud.registry so that alternative registries can be ha...Brendan Le Foll2016-03-121-1/+1
* bitbake: fetch2: Make SRC_URI[md5sum] and SRC_URI[sha256sum] expand their valuesPeter Kjellerstedt2016-03-091-2/+2
* bitbake: fetch2/npm: add missing URL argument to ParameterErrorPaul Eggleton2016-03-091-2/+2
* bitbake: fetch2/npm: properly handle npm dependenciesPaul Eggleton2016-03-091-19/+45
* bitbake: fetch2/npm: fix errors with some version specificationsPaul Eggleton2016-03-091-1/+1
* bitbake: fetch2/npm: ignore unknown headers in tarballsPaul Eggleton2016-03-071-1/+1
* bitbake: fetch2/npm: handle alternative dependency syntaxPaul Eggleton2016-03-071-1/+3