summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/cvs.py
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+1
* bitbake: bitbake: remove True option to getVar callsJoshua Lock2016-11-301-7/+7
* bitbake: fetch2: preserve current working directoryMatt Madison2016-08-201-7/+8
* bitbake: fetch: Fix use of tar's --exclude option for tar >= 1.29Mariano Lopez2016-08-101-1/+1
* bitbake: fetch2: Stop passing around the pointless url parameterRichard Purdie2013-11-221-5/+5
* bitbake: fetch2/cvs: Fix parameter spacingRichard Purdie2012-09-201-2/+2
* bitbake: fetch2/cvs: Clean up various data store referencesRichard Purdie2012-09-201-12/+8
* bitbake: fetch2/cvs: Fix localdata variable referenceRichard Purdie2012-09-201-1/+1
* bitbake: fetch2/cvs.py: Switch to use FETCHCMD_cvs and handle parameters in t...Richard Purdie2012-07-101-9/+3
* 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
* fetch2: Correct the clean() mechanism for the fetcher2 codeSaul Wold2011-02-101-0/+12
* fetch2: add runfetchcmd to import for fetchersSaul Wold2011-02-071-0/+1
* bitbake/fetch2: Update forcefetch and mirror handling to clean up, simplfy an...Richard Purdie2011-02-071-1/+3
* bitbake/fetch2: Use True instead of integer valuesRichard Purdie2011-02-071-2/+2
* 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-18/+12
* 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-1/+1
* bitbake: copy bb.fetch to bb.fetch2 as initial code base for fetcher overhaulYu Ke2011-01-101-0/+172