aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch/__init__.py
AgeCommit message (Expand)Author
2010-02-15if PREMIRRORS set test for local file in FetchData.setup_localpathJoshua Lock
2010-02-15Enhance the fetchers' support for local mirrorsJoshua Lock
2010-02-15unify mirror support and make it independant of the fetcherJoshua Lock
2010-01-19fetch: Add GIT_PROXY_COMMAND to runfetchcmd functionRichard Purdie
2009-12-14fetch/__init__.py: Remove uneeded debugRichard Purdie
2009-11-22fetch/git.py: BB_GIT_CLONE_FOR_SRCREV updatesRichard Purdie
2009-11-21fetch/__init__.py: Replace _sortable_revision_valid attribute with an init ca...Richard Purdie
2009-11-21Optional LOCALCOUNT for recipeMartin Jansa
2009-11-06fetch/__init__.py: Allow SRC_URI to be overridden in fetcher go() functionRichard Purdie
2009-11-04fetch/__init__.py: Try and make the sortable_revision code mode readableRichard Purdie
2009-10-17fetch/__init__.py: Fix a bug where errors could corrupt bitbake internal stat...Richard Purdie
2009-10-17fetch/__init__.py: Remove hardcoded use of SRC_URI - OE.dev was adjusted for ...Richard Purdie
2009-10-17Add a compare-versions command which returns whether the SRCREV versions have...Richard Purdie
2009-05-11fetch/__init__.py: Set HOME environmental variable when running fetcher comma...Richard Purdie
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: make try_mirror go through the dispatcher rather than using wget di...Chris Larson
2008-12-06fetch/__init__.py: export more variables to the fetcher commands to allow ssh...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-10-13[fetch] Always add PN to the _revision_key we get from the fetcherHolger 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/__init__.py: Raise an exception if SRCREV == 'INVALID' (from Poky)Richard Purdie
2008-05-12utils.py: Add md5 and sha256 checksum generation functions from Ross Burton ...Richard 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-02-27fetch/__init__.py: Make fetcher timestamp updating non-fatal when permissions...Richard 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-09-05fetch/: Add mercurial (hg) fetcher from Robert Schuster (#2913)Richard Purdie
2007-09-05fetch: Add bzr fetcherRichard Purdie
2007-08-18[regression] Make SRCDATE/CVSDATE for the fetchers work again. This regressed...Holger Hans Peter Freyther
2007-08-18fetch/__init__.py: Don't create .lock files for local filesRichard Purdie
2007-08-15fetch/__init__.py: Add locking so multiple fetch processes don't compete for ...Richard Purdie
2007-08-11fetch/__init__.py: Add SRCREV_FORMAT supportRichard Purdie
2007-08-11fetch/__init__.py: Add BB_SRCREV_POLICY variable (clear or cache) to control ...Richard Purdie
2007-08-11fetch/__init__.py: Fix double newline output from fetcher commands (from poky)Richard Purdie
2007-08-11fetch/__init__.py: Reinstate global urldata cache instead of using the persis...Richard Purdie
2007-08-02fetcher updates: Add SRCREV support to git, fix svn SRCREV lockdown support, ...Richard Purdie
2007-07-31Work around fetcher recursion problems for nowRichard Purdie
2007-07-31Various fetcher bugfixesRichard Purdie
2007-07-31fetch/__init__.py: fix error in error reporting statement ;)Michael 'Mickey' Lauer
2007-07-30svn fetcher: Add SRCREV supportRichard Purdie
2007-07-28Convert fetcher to use persist_data to remove global urldata variable and cle...Richard Purdie
2007-07-26fetch/__init__.py: Start to fill out FetchDataRichard Purdie
2007-07-25fetchers: Add runfetchcmd function to handle command executionRichard Purdie
2007-01-04drop shebangs from lib/bb scriptsMarcin Juszkiewicz
2006-12-08Add proper GPLv2 headers to all BitBake filesHolger Hans Peter Freyther