[oe-commits] Holger Hans Peter Freyther : oe_audit.py: Document a bug which was uncovered on chat

git version control git at git.openembedded.org
Thu Mar 18 12:58:15 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 1d85542eb64ec28aae9b70694b4f8b7680b42c0d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1d85542eb64ec28aae9b70694b4f8b7680b42c0d

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Thu Mar 18 13:51:10 2010 +0100

oe_audit.py: Document a bug which was uncovered on chat

---

 contrib/qa/oe_audit.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/contrib/qa/oe_audit.py b/contrib/qa/oe_audit.py
index 6a820cd..7e04480 100755
--- a/contrib/qa/oe_audit.py
+++ b/contrib/qa/oe_audit.py
@@ -169,7 +169,7 @@ def create_infos(line):
         break
 
     if is_not_in_oe(name):
-        print "Not in oe %s" % name
+        #print "Not in oe %s" % name
         return []
 
     link = split[1]
@@ -213,6 +213,7 @@ def strip_bsd_version(bsd_version):
     """
     FreeBSD is adding ,1 for revisions.. remove that
     """
+    # FIXME return a tuple with a revision...
     split = bsd_version.rsplit(',', 1)
     split = split[0]
     split = split.rsplit('_', 1)





More information about the Openembedded-commits mailing list