Commit Graph

9 Commits

Author SHA1 Message Date
Adam Williamson
e0fb303122 Bail after failed compose in nightly-modular.sh
When nightly-modular.sh was added, it wasn't set to check the
exit code from pungi-koji, as nightly.sh does. This was I guess
because it didn't do much after the compose finished at that
time, and the author thought it was OK for the few things it
*did* do to happen on both successful and failed composes.

However, it now does more stuff after compose completion, like
nightly.sh, including trying to generate changelog files and
send out a compose report email. But because the pungi-koji
exit code check is missing, it tries to do these things even
for failed composes. Changelog generation will fail when the
compose failed, and the email that gets sent out will have a
missing compose ID (because NEWCOMPOSE_ID and SHORTCOMPOSE_ID
can't be set properly and will be blank), and will be empty
because the changelog file that's supposed to be read in as the
content of the email isn't there. This is why we are getting
an empty mail with subject "Fedora Modular bikeshed compose
report:  changes" every time a compose fails.

So, let's put that check in just like nightly.sh does.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2017-12-04 14:08:15 -08:00
Tomas Mlcoch
9f318be95e Send email reports about bikeshed composes
Note: depcheck logs are ignored for now.
Details: https://pagure.io/releng/issue/7074

Signed-off-by: Tomas Mlcoch <tmlcoch@redhat.com>
2017-10-13 12:46:13 +02:00
Tomas Mlcoch
f6c66b201a Rsync bikeshed to /pub/fedora/linux/development/ in nightly-modular.sh
Part of https://pagure.io/releng/issue/7074

Signed-off-by: Tomas Mlcoch <tmlcoch@redhat.com>
2017-10-04 20:41:53 +02:00
Tomas Mlcoch
5eca04913a Rename Rawhide -> Bikeshed in nightly-modular.sh
Part of https://pagure.io/releng/issue/7074

Signed-off-by: Tomas Mlcoch <tmlcoch@redhat.com>
2017-10-04 18:32:27 +02:00
Ralph Bean
aefdf16df1 Add fedmsg events for the nightly modular compose.
See also #311.  This adds general fedmsg events for the nightly modular
compose.

Signed-off-by: Ralph Bean <rbean@redhat.com>
2017-08-09 12:04:54 -04:00
Lubomír Sedlář
4f15d62cdd Define start fedmsg json value
The nightly scripts try to send an announcement about compose starting.
As this happens before Pungi even started, the compose ID is not known
and can not be included in the message. The message about starting rsync
sent later will contain the ID correctly.

Without the json defined there is a traceback in the cron output, but
the errors are not logged anywhere else (but don't actually block
anything in the compose process).

Relates: https://pagure.io/pungi/issue/698
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2017-08-08 08:54:27 +02:00
Ralph Bean
9cb37d4107 Use Modular-Rawhide for BRANCHED name, based on feedback.
Signed-off-by: Ralph Bean <rbean@redhat.com>
2017-04-12 11:33:33 -04:00
Ralph Bean
7e50c64a0f Fix strings based on PR feedback.
Signed-off-by: Ralph Bean <rbean@redhat.com>
2017-04-12 09:24:37 -04:00
Jan Kaluza
62b8edc969 Add FedoraModular Rawhide compose
Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
2017-04-12 09:24:37 -04:00