touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #63064
[Bug 1410470] Re: ubuntu sdk reports that email domain is too long
I did some digging in the source code to try and figure out what was
going on. The relevant section seems to begin at
clickreviews/cr_lint.py:430. It appears that the maintainer email is
linked to the package name. Consider the following example:
Name: testapp.nathan-osman
Maintainer: Nathan Osman <nathan@xxxxxxxxxxxx>
On line 443, the number of components in the email address domain is
compared to the number of components in the packege name. If the former
is greater or equal to the latter, an error is generated. Keep in mind
that the number of components is used for determining if something is
"too long" so the number of actual characters is irrelevant.
I'm still assuming this is a bug, however, since this page clearly
states that we are using the correct format for the maintainer field:
http://askubuntu.com/a/417352/5
** Package changed: ubuntu-touch-meta (Ubuntu) => click-reviewers-tools
(Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-touch-meta in
Ubuntu.
https://bugs.launchpad.net/bugs/1410470
Title:
ubuntu sdk reports that email domain is too long
Status in click-reviewers-tools package in Ubuntu:
Confirmed
Bug description:
After a clean install of the SDK, I cannot run the template
application out of the box as I receive the following error.
:-1: error: lint_maintainer_domain: (EMAIL NEEDS HUMAN REVIEW) email
domain too long 'j@g.c' for app name 'mynewapp.josharenson'
As you can see, I have reduced the length of my e-mail address as much as possible, but this error persists.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/click-reviewers-tools/+bug/1410470/+subscriptions