This email list is read-only.  Emails sent to this list will be discarded
----------------------------------
 bitbake-dev/lib/bb/fetch/wget.py |    1 -
 bitbake/lib/bb/fetch/wget.py     |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

New commits:
commit 4815f7bc53f8012c0ff72ffb1ccb4c61c7c8b090
Author: Richard Purdie <[EMAIL PROTECTED]>
Date:   Wed Oct 22 22:26:24 2008 +0100

    bitbake: Remove bogus test code


Diff in this email is a maximum of 400 lines.
diff --git a/bitbake-dev/lib/bb/fetch/wget.py b/bitbake-dev/lib/bb/fetch/wget.py
index c125ecb..84ea81d 100644
--- a/bitbake-dev/lib/bb/fetch/wget.py
+++ b/bitbake-dev/lib/bb/fetch/wget.py
@@ -70,7 +70,6 @@ class Wget(Fetch):
             if ftpproxy:
                 fetchcmd = "ftp_proxy=" + ftpproxy + " " + fetchcmd
             bb.msg.debug(2, bb.msg.domain.Fetcher, "executing " + fetchcmd)
-            sys.exit(1)
             ret = os.system(fetchcmd)
             if ret != 0:
                 return False
diff --git a/bitbake/lib/bb/fetch/wget.py b/bitbake/lib/bb/fetch/wget.py
index c125ecb..84ea81d 100644
--- a/bitbake/lib/bb/fetch/wget.py
+++ b/bitbake/lib/bb/fetch/wget.py
@@ -70,7 +70,6 @@ class Wget(Fetch):
             if ftpproxy:
                 fetchcmd = "ftp_proxy=" + ftpproxy + " " + fetchcmd
             bb.msg.debug(2, bb.msg.domain.Fetcher, "executing " + fetchcmd)
-            sys.exit(1)
             ret = os.system(fetchcmd)
             if ret != 0:
                 return False
_______________________________________________
Commits mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/commits

Reply via email to