#6494 make bodhi call pungi with arg for waiting for ostree commits to be signed
Closed: Fixed 6 years ago Opened 6 years ago by dustymabe.

In our nightly pungi runs we ensure the ostree commits get signed before we move forward with a compose. We'd like to have the same thing in our calls to pungi from bodhi.

Here is a patch to make that happen:

diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2
index 1629e2d..4871e0d 100644
--- a/roles/bodhi2/base/templates/production.ini.j2
+++ b/roles/bodhi2/base/templates/production.ini.j2
@@ -121,7 +121,7 @@ pungi.basepath = /etc/bodhi
 pungi.conf.rpm = pungi.rpm.conf.j2
 pungi.conf.module = pungi.module.conf.j2
 pungi.labeltype = Update
-pungi.extracmdline = --notification-script=/usr/bin/pungi-fedmsg-notification
+pungi.extracmdline = --notification-script=/usr/bin/pungi-fedmsg-notification --notification-script=pungi-wait-for-signed-ostree-handler

 ## Our periodic jobs
 #jobs = clean_repo nagmail fix_bug_titles cache_release_data approve_testing_updates

This copies what is in the nightly.sh: https://pagure.io/pungi-fedora/blob/f27/f/nightly.sh#_61
Let's do this after freeze for 27 is over.


Metadata Update from @kevin:
- Issue tagged with: unfreeze

6 years ago

Applied. Todays push is already going, but will restart things so it starts tomorrow...

:ghost:

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

6 years ago

Login to comment on this ticket.

Metadata