From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: bitbake-devel <bitbake-devel@lists.openembedded.org>
Subject: [PATCH] bitbake: Drop fetch v1, v2 provides a much better codebase to build from
Date: Sat, 03 Mar 2012 20:00:55 -0800 [thread overview]
Message-ID: <1330833655.3949.3.camel@ted> (raw)
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/*]
reply other threads:[~2012-03-04 4:09 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1330833655.3949.3.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--cc=bitbake-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox