#9005 20191113: Release Fedora 29 Atomic Host
Closed: Fixed 4 years ago by mohanboddu. Opened 4 years ago by mnguyen.

You should be able to do it with this command:

python push-two-week-atomic.py -k fedora-29 -r 29 --pungi-compose-id Fedora-29-updates-20191113.1


So, the push worked, but it failed to send the announcement due to some python3 issue. Now that bodhi-backend01 moved to f30, we needed to run it using python3.

I fixed the script - https://pagure.io/releng/pull-request/9007

And, here's the failure, just in case:

sent 15.61G bytes  received 5.72K bytes  56.45M bytes/sec
total size is 15.60G  speedup is 1.00
INFO:push-two-week-atomic.py:Sending fedmsg releng.atomic.twoweek.complete
INFO:push-two-week-atomic.py:Sending Two Week Atomic Host announcement email
Traceback (most recent call last):
  File "push-two-week-atomic.py", line 859, in <module>
    mail_receivers=mail_receivers)
  File "push-two-week-atomic.py", line 293, in send_atomic_announce_email
    ostree_commit_data.items()[0][1]['version']
TypeError: 'dict_items' object is not subscriptable

Metadata Update from @mohanboddu:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

4 years ago

Login to comment on this ticket.

Metadata