Comment 0 for bug 1984113

Revision history for this message
Dan Streetman (ddstreet) wrote :

ubuntu-build assumes the lpapicache Launchpad will default to login(), but it now defaults to anonymous login, which breaks ubuntu-build operation.

ubuntu-build --batch --retry openimageio
Traceback (most recent call last):
    File "/usr/bin/ubuntu-build", line 282, in <module>
      main()
    File "/usr/bin/ubuntu-build", line 260, in main
     can_retry = options.retry and me.canUploadPackage(ubuntu_archive,
AttributeError: 'NoneType' object has no attribute 'canUploadPackage'