summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/ssh.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: fetch2/ssh.py: fix checkstatusPascal Bach2022-09-291-4/+2
* bitbake: fetch2/ssh.py: decode path back for sshRobert Yang2022-04-271-2/+4
* bitbake: fetch2: ssh: support checkstatusDaniel Wagenknecht2022-03-041-0/+40
* bitbake: fetch2: ssh: fix path handlingDaniel Wagenknecht2022-03-041-0/+5
* bitbake: fetch2: ssh: username and password are optionalDaniel Wagenknecht2022-03-041-1/+1
* bitbake: lib: fix most undefined code picked up by pylintFrazer Clews2020-08-251-4/+3
* bitbake: lib: amend code to use proper singleton comparisons where possibleFrazer Clews2020-01-191-1/+1
* bitbake: lib: remove unused importsFrazer Clews2020-01-191-2/+0
* bitbake: bitbake: Strip old editor directives from file headersRichard Purdie2019-05-041-2/+0
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-05-041-12/+0
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-05-041-0/+2
* bitbake: fetch2: don't use deprecated bb.data APIsAndre McCurdy2017-03-011-1/+0
* bitbake: bitbake: remove True option to getVar callsJoshua Lock2016-11-301-2/+2
* bitbake: bitbake: Convert to python 3Richard Purdie2016-06-021-4/+2
* bitbake: bb/fetch2/ssh.py: Fix urldata.localpath use os.path.normpathAníbal Limón2015-01-141-1/+2
* bitbake: fetch2: Stop passing around the pointless url parameterRichard Purdie2013-11-221-4/+4
* bitbake: ssh.py: add example SRC_URIMartin Jansa2013-01-311-0/+6
* bitbake: ssh.py: throw ParameterError when someone tries ssh://foo; protocol=gitMartin Jansa2013-01-311-0/+5
* bitbake: ssh: fix fetcherMartin Jansa2013-01-311-14/+7
* bitbake/fetch: Spell out which fetcher backends support and recommend checksumsRichard Purdie2012-05-201-0/+3
* bitbake/fetch2: Add explict network access exception and handling to give use...Richard Purdie2011-02-111-1/+1
* fetch2: add runfetchcmd to import for fetchersSaul Wold2011-02-071-0/+2
* bitbake/fetch2: Use True instead of integer valuesRichard Purdie2011-02-071-1/+1
* bitbake/fetch2: Rename Fetch class to FetchMethodRichard Purdie2011-02-071-2/+2
* bitbake/fetch2: Rewrite and improve exception handling, reusing core function...Richard Purdie2011-02-071-4/+2
* bitbake/fetch2: Move ud.localfile setup into urldata_initRichard Purdie2011-02-071-1/+1
* bitbake/fetch2: Instrument fetchers when making network accessYu Ke2011-01-251-0/+2
* bb.fetch2: rename "go" with "download" to better reflect its functionalityYu Ke2011-01-251-1/+1
* bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetchYu Ke2011-01-101-2/+2
* bitbake: copy bb.fetch to bb.fetch2 as initial code base for fetcher overhaulYu Ke2011-01-101-0/+118