| Commit message (Expand) | Author | Age | Files | Lines |
* | bitbake: Remove bad commit hunk from old cvs fetcher | Richard Purdie | 2011-02-10 | 1 | -11/+0 |
* | fetch2: Correct the clean() mechanism for the fetcher2 code | Saul Wold | 2011-02-10 | 1 | -0/+11 |
* | Export KRB5CCNAME variable | Javier Martin | 2011-02-10 | 1 | -1/+1 |
* | Fix comparison with SRCREVINACTION constant | Javier Martin | 2011-02-10 | 1 | -1/+1 |
* | bb.fetch: add fetch version to distinguish bb.fetch and bb.fetch2 | Yu Ke | 2011-01-25 | 1 | -0/+2 |
* | *: use utils.remove() some more | Bernhard Reutner-Fischer | 2011-01-12 | 2 | -10/+5 |
* | Fetcher: break the "SRCREVINACTION" deadlock | Yu Ke | 2011-01-10 | 1 | -0/+3 |
* | bitbake/fetch/git: Add backwards compatibility code for branch name handling | Richard Purdie | 2011-01-10 | 1 | -2/+80 |
* | bitbake/fetch: Sync up logger/whitespace improvements | Richard Purdie | 2011-01-10 | 1 | -10/+13 |
* | Update persist_data usage to the new API | Chris Larson | 2011-01-05 | 1 | -18/+15 |
* | Revert "persist_data: cache connection and use cursor" | Chris Larson | 2011-01-05 | 1 | -5/+4 |
* | bzr: use utils.remove instead of os.system | Bernhard Reutner-Fischer | 2011-01-04 | 1 | -1/+1 |
* | fetchers: Add parameter scmdata=keep to include .git/ and others in generated... | Andreas Oberritter | 2011-01-04 | 6 | -11/+48 |
* | Rename command events, adjust compareRevisions | Chris Larson | 2011-01-04 | 1 | -1/+1 |
* | Revert "svn fetcher: warn people to switch to SRCREV" | Chris Larson | 2011-01-04 | 1 | -2/+1 |
* | svn fetcher: warn people to switch to SRCREV | Bernhard Reutner-Fischer | 2011-01-04 | 1 | -1/+2 |
* | fetch: be more pythonic | Bernhard Reutner-Fischer | 2011-01-04 | 9 | -64/+21 |
* | fetch: use os.path.join | Bernhard Reutner-Fischer | 2011-01-04 | 1 | -1/+1 |
* | fetch: add common helper _strip_leading_slashes() | Bernhard Reutner-Fischer | 2011-01-04 | 6 | -22/+13 |
* | fetch: rename suppports_srcrev to supports_srcrev | Bernhard Reutner-Fischer | 2011-01-04 | 6 | -8/+8 |
* | Allow mercurial fetcher to follow tip | Peter Chubb | 2011-01-04 | 1 | -1/+8 |
* | bitbake: lib/bb/fetch/hg: fix fetching from a mercurial repository | Eric BENARD | 2011-01-04 | 1 | -0/+1 |
* | fetchers: Use tar --exclude pattern to remove SCM files | Khem Raj | 2011-01-04 | 5 | -5/+5 |
* | Switch bitbake internals to use logging directly rather than bb.msg | Chris Larson | 2011-01-04 | 12 | -76/+78 |
* | Allow %20 in a file name in the SRC_URI | C Michael Sundius | 2011-01-04 | 1 | -1/+2 |
* | bitbake/fetch: Fix fetch error | Richard Purdie | 2010-12-21 | 1 | -3/+3 |
* | bitbake/fetch: Only checksum downloads when they're first downloaded and a ch... | Richard Purdie | 2010-12-21 | 1 | -5/+5 |
* | bitbake/fetch: Add missing return so if a checksum isn't present, it isn't ch... | Richard Purdie | 2010-12-20 | 1 | -0/+1 |
* | bitbake/fetch: Checksum validity fixes | Richard Purdie | 2010-12-20 | 1 | -11/+7 |
* | FetchData: add SRC_URI checksum | Yu Ke | 2010-12-20 | 1 | -0/+49 |
* | bitbake/fetch: Allow checking of a single url at a time (massive sstate speed... | Richard Purdie | 2010-11-13 | 1 | -2/+5 |
* | bitbake/fetch: Fix handling of mirrors when checking for url validity | Richard Purdie | 2010-11-13 | 1 | -2/+4 |
* | Revert "bitbake/fetch/local: Also check DL_DIR for files since they could alr... | Richard Purdie | 2010-11-13 | 1 | -4/+0 |
* | Revert "bitbake/fetch/local: Fix os.exists reference" | Richard Purdie | 2010-11-13 | 1 | -1/+1 |
* | bitbake/fetch/local: Fix os.exists reference | Richard Purdie | 2010-11-13 | 1 | -1/+1 |
* | bitbake/fetch/local: Also check DL_DIR for files since they could already exi... | Richard Purdie | 2010-11-13 | 1 | -0/+4 |
* | bitbake/fetch: When fetchers return errors, ensure any partial download is cl... | Richard Purdie | 2010-10-23 | 1 | -0/+9 |
* | bitbake/fetch: Make URL checking slightly less verbose (distracting with the ... | Richard Purdie | 2010-10-22 | 1 | -1/+1 |
* | bitbake/fetch/git: Ensure fullclone repositories are fully fetched | Richard Purdie | 2010-10-19 | 1 | -1/+4 |
* | bitbake/fetcher: Deal with a ton of different bugs | Richard Purdie | 2010-10-19 | 2 | -36/+38 |
* | bitbake/fetch/git.py: Fix git fetcher to correctly use mirror tarballs | Richard Purdie | 2010-10-19 | 1 | -1/+5 |
* | bitbake/fetch: Ensure SRCREV is still set correctly if the pn-X override has ... | Richard Purdie | 2010-10-09 | 1 | -0/+2 |
* | bitbake/fetch/__init__.py: Abstract mirror variable handling and enhance to a... | Richard Purdie | 2010-10-07 | 1 | -5/+8 |
* | Export ALL_PROXY for bitbake commands | Darren Hart | 2010-10-07 | 1 | -1/+4 |
* | bitbake/fetch: if mirror fetching fails, ensure exception is raised | Joshua Lock | 2010-10-05 | 1 | -1/+3 |
* | bitbake/fetch: fix logic to prevent fetches when the file already exists | Joshua Lock | 2010-09-28 | 1 | -0/+2 |
* | bitbake/fetch: ensure the go() method completes when not using premirrors | Joshua Lock | 2010-09-10 | 1 | -6/+10 |
* | bitbake: Add proxy variables to standard export list | Zhai Edwin | 2010-09-10 | 1 | -1/+1 |
* | bitbake/__init__.py: Fix named SRCREVS variable name ordering with backwards ... | Richard Purdie | 2010-09-09 | 1 | -1/+3 |
* | bitbake/fetch/git: fix try_premirror() definition .Method takes 4 parameters. | Joshua Lock | 2010-09-08 | 1 | -1/+1 |