Sébastien Le Roux venit, vidit, dixit 2026-06-15 18:11:26: > Le 15/06/2026 à 17:04, Michael J Gruber a écrit : > > Alexander Ploumistos venit, vidit, dixit 2026-06-15 13:28:39: > >> Hello everyone, > >> > >> The problem is that when one tries to add the newest builds in the > >> unpushed updates or in a new one, they do not appear. I noticed that > >> there are no signed packages for these two builds; is the signing > >> supposed to happen after building or after creating an update? > > How do you "try to add the newest builds in a new one"? > > > > The following should work: > > > > In your dist-git checkout: > > > > fedpkg switch-branch f44 > > fedpkg update > Thank you for the idea ! > I wasn't doing it like this, I was simply building the package (on each > branch: fedpkg build --nowait) > then browsing the bodhi website to search for updates regarding atomes, > and then, > only when the updates were found to be availalbe I was pushing them. > That is what I did up to now anyway. > I tried you way and it did work, so thank you very much and sorry for > the noise on the list.
No need to be sorry, that's what the list is for! To make sure it's clear: `fedpkg build` just builds the package. You will find it in koji, not bodhi, because there is no update yet[*]. `fedpkg update` creates an update containg the built package. This is what you'll find on bodhi. (I use koji and bodhi as terms for the website in the above; there's a service and commands behind both.) [*] For rawhide (currently f45), successfull builds are submitted as bodhi updates automatically. The same is true for "branched" for a short time (between branch and bodhi activation points). Michael -- _______________________________________________ devel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
