summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch
Commit message (Expand)AuthorAgeFilesLines
* bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie2011-11-272-19/+19
* bitbake: Sync fetch back with upstreamRichard Purdie2011-05-061-9/+6
* fetch.git: fix a remnant wrt persist + keyerrorChristopher Larson2011-05-061-4/+4
* persist_data: implement comparison, same as dictChris Larson2011-05-061-4/+2
* persist_data: raise KeyError on missing elementsChris Larson2011-05-062-16/+17
* Initial work on getting bitbake working under pypyChris Larson2011-05-061-4/+4
* Fix more incorrect usages of 'is'Chris Larson2011-03-311-3/+3
* fetch, fetch2: Get rid of DeprecationWarning noticeKhem Raj2011-03-039-10/+10
* bitbake: Remove bad commit hunk from old cvs fetcherRichard Purdie2011-02-101-11/+0
* fetch2: Correct the clean() mechanism for the fetcher2 codeSaul Wold2011-02-101-0/+11
* Export KRB5CCNAME variableJavier Martin2011-02-101-1/+1
* Fix comparison with SRCREVINACTION constantJavier Martin2011-02-101-1/+1
* bb.fetch: add fetch version to distinguish bb.fetch and bb.fetch2Yu Ke2011-01-251-0/+2
* *: use utils.remove() some moreBernhard Reutner-Fischer2011-01-122-10/+5
* Fetcher: break the "SRCREVINACTION" deadlockYu Ke2011-01-101-0/+3
* bitbake/fetch/git: Add backwards compatibility code for branch name handlingRichard Purdie2011-01-101-2/+80
* bitbake/fetch: Sync up logger/whitespace improvementsRichard Purdie2011-01-101-10/+13
* Update persist_data usage to the new APIChris Larson2011-01-051-18/+15
* Revert "persist_data: cache connection and use cursor"Chris Larson2011-01-051-5/+4
* bzr: use utils.remove instead of os.systemBernhard Reutner-Fischer2011-01-041-1/+1
* fetchers: Add parameter scmdata=keep to include .git/ and others in generated...Andreas Oberritter2011-01-046-11/+48
* Rename command events, adjust compareRevisionsChris Larson2011-01-041-1/+1
* Revert "svn fetcher: warn people to switch to SRCREV"Chris Larson2011-01-041-2/+1
* svn fetcher: warn people to switch to SRCREVBernhard Reutner-Fischer2011-01-041-1/+2
* fetch: be more pythonicBernhard Reutner-Fischer2011-01-049-64/+21
* fetch: use os.path.joinBernhard Reutner-Fischer2011-01-041-1/+1
* fetch: add common helper _strip_leading_slashes()Bernhard Reutner-Fischer2011-01-046-22/+13
* fetch: rename suppports_srcrev to supports_srcrevBernhard Reutner-Fischer2011-01-046-8/+8
* Allow mercurial fetcher to follow tipPeter Chubb2011-01-041-1/+8
* bitbake: lib/bb/fetch/hg: fix fetching from a mercurial repositoryEric BENARD2011-01-041-0/+1
* fetchers: Use tar --exclude pattern to remove SCM filesKhem Raj2011-01-045-5/+5
* Switch bitbake internals to use logging directly rather than bb.msgChris Larson2011-01-0412-76/+78
* Allow %20 in a file name in the SRC_URIC Michael Sundius2011-01-041-1/+2
* bitbake/fetch: Fix fetch errorRichard Purdie2010-12-211-3/+3
* bitbake/fetch: Only checksum downloads when they're first downloaded and a ch...Richard Purdie2010-12-211-5/+5
* bitbake/fetch: Add missing return so if a checksum isn't present, it isn't ch...Richard Purdie2010-12-201-0/+1
* bitbake/fetch: Checksum validity fixesRichard Purdie2010-12-201-11/+7
* FetchData: add SRC_URI checksumYu Ke2010-12-201-0/+49
* bitbake/fetch: Allow checking of a single url at a time (massive sstate speed...Richard Purdie2010-11-131-2/+5
* bitbake/fetch: Fix handling of mirrors when checking for url validityRichard Purdie2010-11-131-2/+4
* Revert "bitbake/fetch/local: Also check DL_DIR for files since they could alr...Richard Purdie2010-11-131-4/+0
* Revert "bitbake/fetch/local: Fix os.exists reference"Richard Purdie2010-11-131-1/+1
* bitbake/fetch/local: Fix os.exists referenceRichard Purdie2010-11-131-1/+1
* bitbake/fetch/local: Also check DL_DIR for files since they could already exi...Richard Purdie2010-11-131-0/+4
* bitbake/fetch: When fetchers return errors, ensure any partial download is cl...Richard Purdie2010-10-231-0/+9
* bitbake/fetch: Make URL checking slightly less verbose (distracting with the ...Richard Purdie2010-10-221-1/+1
* bitbake/fetch/git: Ensure fullclone repositories are fully fetchedRichard Purdie2010-10-191-1/+4
* bitbake/fetcher: Deal with a ton of different bugsRichard Purdie2010-10-192-36/+38
* bitbake/fetch/git.py: Fix git fetcher to correctly use mirror tarballsRichard Purdie2010-10-191-1/+5
* bitbake/fetch: Ensure SRCREV is still set correctly if the pn-X override has ...Richard Purdie2010-10-091-0/+2