[oe-commits] org.oe.dev oelint.bbclass, documentation.conf: update OE email address

koen commit openembedded-commits at lists.openembedded.org
Mon Oct 9 16:03:52 UTC 2006


oelint.bbclass, documentation.conf: update OE email address

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 4b73558623bbfab1759729a3f14c435cc6b440a1
ViewMTN: http://monotone.openembedded.org/revision.psp?id=4b73558623bbfab1759729a3f14c435cc6b440a1
Files:
1
classes/oelint.bbclass
conf/documentation.conf
Diffs:

#
# mt diff -r4a0f2707cd9a68c0cfb440c4ff6d6f6ced2917bf -r4b73558623bbfab1759729a3f14c435cc6b440a1
#
# 
# 
# patch "classes/oelint.bbclass"
#  from [d8893247151f3c286264f47810d1e3a8b404fab9]
#    to [b2e164761826f85b01d98b9669e2379619a455aa]
# 
# patch "conf/documentation.conf"
#  from [51b7ce2ae17c7f6a2938777f9af0a60425aa89a2]
#    to [1e00f5c300f560c761f7ac51f30c69b7f92c49ee]
# 
============================================================
--- classes/oelint.bbclass	d8893247151f3c286264f47810d1e3a8b404fab9
+++ classes/oelint.bbclass	b2e164761826f85b01d98b9669e2379619a455aa
@@ -67,7 +67,7 @@ python do_lint() {
 	# Test for valid MAINTAINER
 	#
 	s = testVar("MAINTAINER")
-	if s=="OpenEmbedded Team <oe at handhelds.org>":
+	if s=="OpenEmbedded Team <openembedded-devel at openembedded.org>":
 		bb.error("explicit MAINTAINER is missing, using default")
 	elif s and s.find("@") == -1:
 		bb.error("You forgot to put an e-mail address into MAINTAINER")
============================================================
--- conf/documentation.conf	51b7ce2ae17c7f6a2938777f9af0a60425aa89a2
+++ conf/documentation.conf	1e00f5c300f560c761f7ac51f30c69b7f92c49ee
@@ -1,6 +1,6 @@
 # this file holds documentation for known keys, possible values and
 # their meaning. Please update, correct and extend this documentation.
-# Mail your changes to oe at handhelds.org
+# Mail your changes to openembedded-devel at openembedded.org
 
 # conf/bitbake.conf
 PREFERRED_VERSION[doc] = 'Normally use it as PREFERRED_VERSION_package-name = "" to set the preferred \






More information about the Openembedded-commits mailing list