Comment 17 for bug 2054343

Revision history for this message
Mauricio Faria de Oliveira (mfo) wrote :

(comment #12)
> Apparently, cannot target gcc-9 to Jammy/Focal, not even by going to the edit status link/page manually.

Added via LP API:

$ python3 -q
>>> cachedir = "/home/mfo/.launchpadlib/cache/"
>>> from launchpadlib.launchpad import Launchpad
>>> lp = Launchpad.login_with(..., 'production', cachedir, version='devel')
>>> bug=lp.bugs[2054343]
>>> bug.addTask(target='https://api.launchpad.net/devel/ubuntu/jammy/+source/gcc-9')
<bug_task at https://api.launchpad.net/devel/ubuntu/jammy/+source/gcc-9/+bug/2054343>
>>> bug.addTask(target='https://api.launchpad.net/devel/ubuntu/focal/+source/gcc-9')
<bug_task at https://api.launchpad.net/devel/ubuntu/focal/+source/gcc-9/+bug/2054343>