summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/ssh.py
AgeCommit message (Expand)Author
2022-09-29bitbake: fetch2/ssh.py: fix checkstatusPascal Bach
2022-04-27bitbake: fetch2/ssh.py: decode path back for sshRobert Yang
2022-03-04bitbake: fetch2: ssh: support checkstatusDaniel Wagenknecht
2022-03-04bitbake: fetch2: ssh: fix path handlingDaniel Wagenknecht
2022-03-04bitbake: fetch2: ssh: username and password are optionalDaniel Wagenknecht
2020-08-25bitbake: lib: fix most undefined code picked up by pylintFrazer Clews
2020-01-19bitbake: lib: amend code to use proper singleton comparisons where possibleFrazer Clews
2020-01-19bitbake: lib: remove unused importsFrazer Clews
2019-05-04bitbake: bitbake: Strip old editor directives from file headersRichard Purdie
2019-05-04bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie
2019-05-04bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2017-03-01bitbake: fetch2: don't use deprecated bb.data APIsAndre McCurdy
2016-11-30bitbake: bitbake: remove True option to getVar callsJoshua Lock
2016-06-02bitbake: bitbake: Convert to python 3Richard Purdie
2015-01-14bitbake: bb/fetch2/ssh.py: Fix urldata.localpath use os.path.normpathAníbal Limón
2013-11-22bitbake: fetch2: Stop passing around the pointless url parameterRichard Purdie
2013-01-31bitbake: ssh.py: add example SRC_URIMartin Jansa
2013-01-31bitbake: ssh.py: throw ParameterError when someone tries ssh://foo; protocol=gitMartin Jansa
2013-01-31bitbake: ssh: fix fetcherMartin Jansa
2012-05-20bitbake/fetch: Spell out which fetcher backends support and recommend checksumsRichard Purdie
2011-02-11bitbake/fetch2: Add explict network access exception and handling to give use...Richard Purdie
2011-02-07fetch2: add runfetchcmd to import for fetchersSaul Wold
2011-02-07bitbake/fetch2: Use True instead of integer valuesRichard Purdie
2011-02-07bitbake/fetch2: Rename Fetch class to FetchMethodRichard Purdie
2011-02-07bitbake/fetch2: Rewrite and improve exception handling, reusing core function...Richard Purdie
2011-02-07bitbake/fetch2: Move ud.localfile setup into urldata_initRichard Purdie
2011-01-25bitbake/fetch2: Instrument fetchers when making network accessYu Ke
2011-01-25bb.fetch2: rename "go" with "download" to better reflect its functionalityYu Ke
2011-01-10bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetchYu Ke
2011-01-10bitbake: copy bb.fetch to bb.fetch2 as initial code base for fetcher overhaulYu Ke