* [PATCH] bitbake: Drop fetch v1, v2 provides a much better codebase to build from
@ 2012-03-04 4:00 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2012-03-04 4:00 UTC (permalink / raw)
To: bitbake-devel
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
lib/bb/__init__.py | 5 +-
lib/bb/fetch/__init__.py | 832 ----------------------------------------------
lib/bb/fetch/bzr.py | 148 --------
lib/bb/fetch/cvs.py | 172 ----------
lib/bb/fetch/git.py | 339 -------------------
lib/bb/fetch/hg.py | 180 ----------
lib/bb/fetch/local.py | 73 ----
lib/bb/fetch/osc.py | 143 --------
lib/bb/fetch/perforce.py | 206 ------------
lib/bb/fetch/repo.py | 98 ------
lib/bb/fetch/ssh.py | 118 -------
lib/bb/fetch/svk.py | 104 ------
lib/bb/fetch/svn.py | 204 -----------
lib/bb/fetch/wget.py | 93 -----
14 files changed, 2 insertions(+), 2713 deletions(-)
delete mode 100644 lib/bb/fetch/__init__.py
delete mode 100644 lib/bb/fetch/bzr.py
delete mode 100644 lib/bb/fetch/cvs.py
delete mode 100644 lib/bb/fetch/git.py
delete mode 100644 lib/bb/fetch/hg.py
delete mode 100644 lib/bb/fetch/local.py
delete mode 100644 lib/bb/fetch/osc.py
delete mode 100644 lib/bb/fetch/perforce.py
delete mode 100644 lib/bb/fetch/repo.py
delete mode 100644 lib/bb/fetch/ssh.py
delete mode 100644 lib/bb/fetch/svk.py
delete mode 100644 lib/bb/fetch/svn.py
delete mode 100644 lib/bb/fetch/wget.py
diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py
index dce5610..8d579c7 100644
--- a/lib/bb/__init__.py
+++ b/lib/bb/__init__.py
@@ -79,9 +79,8 @@ if "BBDEBUG" in os.environ:
if level:
bb.msg.set_debug_level(level)
-if os.environ.get("BBFETCH2"):
- from bb import fetch2 as fetch
- sys.modules['bb.fetch'] = sys.modules['bb.fetch2']
+from bb import fetch2 as fetch
+sys.modules['bb.fetch'] = sys.modules['bb.fetch2']
# Messaging convenience functions
def plain(*args):
[Patch removes lib/bb/fetch/*]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-03-04 4:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-04 4:00 [PATCH] bitbake: Drop fetch v1, v2 provides a much better codebase to build from Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox