summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch/svk.py
AgeCommit message (Expand)Author
2010-11-19fetch: be more pythonicBernhard Reutner-Fischer
2010-09-03Switch bitbake internals to use logging directly rather than bb.msgChris Larson
2010-02-15unify mirror support and make it independant of the fetcherJoshua Lock
2010-01-16Fix a couple copy-and-paste errors in fetcher comments.Robert P. J. Day
2009-10-23fetch/svk: Fix up breakage. Evidently nobody uses svkRichard 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
2007-01-04drop shebangs from lib/bb scriptsMarcin Juszkiewicz
2006-12-08Add proper GPLv2 headers to all BitBake filesHolger Hans Peter Freyther
2006-11-12svk.py: Remove unused variablesRichard Purdie
2006-11-12Fetchers: More cleanups, error handling fixes, fix SRCDATE handling to accoun...Richard Purdie
2006-11-12Fetchers: Add forcefetch method for handling of SRCDATE now or tag=master. Mo...Richard Purdie
2006-11-12fetchers: Only call createCopy and update_data after checking if the download...Richard Purdie
2006-11-12svn.py: Fix a references to dateRichard Purdie
2006-11-12fetchers: Cleanup more variablesRichard Purdie
2006-11-12fetchers: Remove check_for_tarball() in favour of try_mirror directlyRichard Purdie
2006-11-12fetchers: Create a urldata object which is passed between the different url m...Richard Purdie
2006-11-12fetchers: Refactor interating through urls into the fetcher core (preparing f...Richard Purdie
2006-09-09Convert fetchers to use bb.msgRichard Purdie
2006-05-31bitbake/lib/bb/fetch/*: Implement special 'now' handling for BitBakeHolger Hans Peter Freyther
2006-02-17bitbake/lib/bb/fetch/svk:Holger Hans Peter Freyther
2006-02-17bitbake/lib/bb/__init__:Holger Hans Peter Freyther