From 81d3c99832dd5eb2301fde9e5b202c9860bfc1aa Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Oct 24 2017 19:51:29 +0000 Subject: Merge #7098 `Explaining the warning message in bodhi-push command` --- diff --git a/docs/source/sop_pushing_updates.rst b/docs/source/sop_pushing_updates.rst index 415cc14..4187c7a 100644 --- a/docs/source/sop_pushing_updates.rst +++ b/docs/source/sop_pushing_updates.rst @@ -49,6 +49,13 @@ Get a list of packages to push $ sudo -u apache bodhi-push --releases 'f26,f25,f24,epel-7,EL-6' --username +Sometimes you see a warning "Warning: foobar-1.fcxx has unsigned builds and has been skipped" +which means those updates are currently getting signed and it can verified by listing the +tagged builds in fxx-signing-pending tag. + +:: + $ koji list-tagged fxx-signing-pending + You can say 'n' to the push at this point if you wish to sign packages (see below). Or you can keep this request open in a window while you sign the packages, then come back and say y.