summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/osc.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: bitbake: Add copyright headers where missingRichard Purdie2022-08-121-0/+2
* bitbake: osc: fix DeprecationWarningMartin Jansa2022-05-221-1/+1
* bitbake: fetch2/osc: Add support to query latest revisionGunjan Gupta2022-05-211-5/+29
* bitbake: fetch2/osc: Small fixes for osc fetcherGunjan Gupta2022-05-101-6/+10
* bitbake: fetch2/osc: Add missing parameterRichard Purdie2022-04-271-1/+1
* bitbake: logging: Make bitbake logger compatible with python loggerJoshua Watt2021-02-101-3/+3
* bitbake: lib: fix most undefined code picked up by pylintFrazer Clews2020-08-251-0/+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: Add initial pass of SPDX license headers to source codeRichard Purdie2019-05-041-0/+3
* bitbake: fetch2: unify the way fetchers determine DL_DIR and FETCHCMDAndre McCurdy2018-06-151-2/+3
* bitbake: fetch2: don't use deprecated bb.data APIsAndre McCurdy2017-03-011-3/+2
* bitbake: bitbake: remove True option to getVar callsJoshua Lock2016-11-301-5/+5
* bitbake: fetch2: preserve current working directoryMatt Madison2016-08-201-6/+4
* bitbake: fetch2/osc: Clean up old variable syntaxRichard Purdie2016-02-061-5/+5
* bitbake: fetch2/osc: Remove hardcoded urlRichard Purdie2016-02-061-1/+1
* bitbake: fetch2: Stop passing around the pointless url parameterRichard Purdie2013-11-221-4/+4
* bitbake: fetch2/osc.py: Use "protocol" parameter to get the protocolAndrei Gherzan2012-07-111-1/+1
* Fix more incorrect usages of 'is'Chris Larson2011-03-311-2/+2
* fetch, fetch2: Get rid of DeprecationWarning noticeKhem Raj2011-03-031-1/+1
* bitbake/fetch2: Add explict network access exception and handling to give use...Richard Purdie2011-02-111-2/+2
* bitbake/fetch2: Make srcrev_internal_helper a normal function, doesn't belong...Richard Purdie2011-02-071-1/+1
* bitbake/fetch2: Rename Fetch class to FetchMethodRichard Purdie2011-02-071-3/+3
* bitbake/fetch2: Rewrite and improve exception handling, reusing core function...Richard Purdie2011-02-071-11/+3
* bitbake/fetch2: Define a sane localpath function and remove code duplicationRichard Purdie2011-02-071-3/+0
* bitbake/fetch2: Move ud.localfile setup into urldata_initRichard Purdie2011-02-071-1/+2
* 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-4/+4
* bitbake: copy bb.fetch to bb.fetch2 as initial code base for fetcher overhaulYu Ke2011-01-101-0/+143