aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch
AgeCommit message (Expand)Author
2009-05-11fetch/__init__.py: Set HOME environmental variable when running fetcher comma...Richard Purdie
2009-05-11fetch/git.py: Add username handling to git fetcher (from Poky)Richard Purdie
2009-05-11fetch/wget.py: Fix wget fetching of urls with parameters specified (from Poky)Richard Purdie
2009-05-11fetch/hg.py: Fix hg checkouts of specific revisions (from Poky)Richard Purdie
2009-05-11[svk] pyflakes things the go method is broken...Holger Hans Peter Freyther
2009-05-11[fetchers] Make pyflakes happy by removing these import statementsHolger Hans Peter Freyther
2009-04-17bb.fetch.go: iterate over SRC_URI, not urldata.Chris Larson
2009-04-17bb.fetch.git: make empty host pass a file uri to git.Chris Larson
2009-04-17bb.fetch: make try_mirror go through the dispatcher rather than using wget di...Chris Larson
2009-02-26Clean up by Otavio SalvadorHolger Hans Peter Freyther
2008-12-06fetch/__init__.py: export more variables to the fetcher commands to allow ssh...Richard Purdie
2008-12-06utils.py: Add clean_environment() function and call where appropriate (from P...Richard Purdie
2008-12-06git.py: Add username handling to the git fetcher (Robert Bragg from Poky)Richard Purdie
2008-12-06When SRCREV autorevisioning for a recipe is in use, don't cache the recipe (f...Richard Purdie
2008-12-06Add osc fetcher (from Joshua Lock in Poky)Richard Purdie
2008-11-03[svn] Add @rev to svn checkout commandHolger Hans Peter Freyther
2008-10-26fetch/hg.py: Properly format the command if the user URI parameter is empty.Holger Hans Peter Freyther
2008-10-13[fetch] Always add PN to the _revision_key we get from the fetcherHolger Hans Peter Freyther
2008-10-12[git] Do not run git-rev-list everytime to increase the speedHolger Hans Peter Freyther
2008-10-12[git] Optionally use git-rev-list to get a sortable revisionHolger Hans Peter Freyther
2008-10-12[git] Do not git-fetch if we already have the rev we wantHolger Hans Peter Freyther
2008-10-12[git] Disable downloading of checkouts.Holger Hans Peter Freyther
2008-10-12Allow to conditionally implement sortable revision in the fetcherHolger Hans Peter Freyther
2008-10-12Make the revision key unique by adding the PNHolger Hans Peter Freyther
2008-09-30fetch/perforce.py: Fix to use commandline options instead of being overriden ...Richard Purdie
2008-09-30fetch/hg.py: Fix hg fetcher username/password handling and fix crashRichard Purdie
2008-09-30fetch/__init__.py: Raise an exception if SRCREV == 'INVALID' (from Poky)Richard Purdie
2008-09-30utils.py: Move prunedir function to utils.py and add explode_dep_versions fu...Richard Purdie
2008-07-27[cvs] Allow to checkout by date and timeHolger Hans Peter Freyther
2008-05-12utils.py: Add md5 and sha256 checksum generation functions from Ross Burton ...Richard Purdie
2008-04-27fetchers: Tweak the new checkstatus code to handle some corner cases betterRichard Purdie
2008-04-27trunk cvs.py: Sync with 1.8 branchRichard Purdie
2008-04-27lib/bb/fetch: Add ability to fetchers to check URL validity without downloadingRichard Purdie
2008-04-08fetch/__init__.py: Improve runfetchcmd so errors are seen and various GIT var...Richard Purdie
2008-04-08fetch/cvs.py Add proxy support to CVS fetcher (patch from Cyril Chemparathy/P...Richard Purdie
2008-03-17git.py: Work around refs/HEAD issues with git over http (fixes #3410)Richard Purdie
2008-02-27fetch/__init__.py: Make fetcher timestamp updating non-fatal when permissions...Richard Purdie
2008-01-22git.py: Fix git branch tags fetchingRichard Purdie
2008-01-20(trunk) fetcher/git: remove debug output, add docstringMichael 'Mickey' Lauer
2008-01-20cvs.py: Add norecurse and fullpath options to cvs fetcher (from Poky/Marcin)Richard Purdie
2008-01-18bitbake 1.9.x: add branch support to the git fetcher -- thanks Otavio Salvador.Michael 'Mickey' Lauer
2008-01-12wget.py: Change the wget fetcher failure handling to avoid lockfile problemsRichard Purdie
2008-01-06fetchers: Properly raise errors for invalid source URI protocols (from poky)....Richard Purdie
2007-11-24Add bb.utils.lockfile() and bb.utils.unlockfile() from Poky. Use these functi...Richard Purdie
2007-11-17Fetcher SRCREV handling updates, improvements and fixes from Poky, typo fix f...Richard Purdie
2007-11-17perforce.py: Typo fix from Embedded AlleyRichard Purdie
2007-11-08git.py: Use git-fetch instead of git-pull removing any need for merges when f...Richard Purdie
2007-09-05fetch/: Add mercurial (hg) fetcher from Robert Schuster (#2913)Richard Purdie
2007-09-05bzr.py: bzr fetcher tweaks from Robert Schuster (#2913)Richard Purdie
2007-09-05fetch: Add bzr fetcherRichard Purdie