Comment 2 for bug 665202

Revision history for this message
Andrew Starr-Bochicchio (andrewsomething) wrote :

To make this worse, it also crashes even when you set UPLOADER_NAME, which is supposed to override DEBFULLNAME anyways.

  -n UPLOADER_NAME, --uploader-name=UPLOADER_NAME
                        Use UPLOADER_NAME as the name of the maintainer for
                        this upload instead of evaluating DEBFULLNAME.

$ syncpackage --uploader-name "Andrew Starr-Bochicchio" deluge
Traceback (most recent call last):
  File "/usr/bin/syncpackage", line 409, in <module>
    default = os.environ["DEBFULLNAME"])
  File "/usr/lib/python2.6/UserDict.py", line 22, in __getitem__
    raise KeyError(key)
KeyError: 'DEBFULLNAME'