Re: Koji build failure from missing tarball

2020-02-07 Thread Ken Dreyer
On Fri, Feb 7, 2020 at 3:19 PM Kevin Fenzi wrote: > > On Fri, Feb 07, 2020 at 01:46:26PM -0700, Ken Dreyer wrote: > > I'm not sure where to report such an RFE. Is > > https://github.com/release-engineering/dist-git right? > > yep. Exactly the right place. Thanks, I opened

Re: Koji build failure from missing tarball

2020-02-07 Thread Kevin Fenzi
On Fri, Feb 07, 2020 at 01:46:26PM -0700, Ken Dreyer wrote: > On Fri, Feb 7, 2020 at 3:48 AM Lubomír Sedlář > wrote: > > It seems you accidentally uploaded the source RPM instead of the > > tarball. Simply run fedpkg new-sources on the correct file and push the > > new sources file. The build

Re: Koji build failure from missing tarball

2020-02-07 Thread Ken Dreyer
On Fri, Feb 7, 2020 at 3:48 AM Lubomír Sedlář wrote: > It seems you accidentally uploaded the source RPM instead of the > tarball. Simply run fedpkg new-sources on the correct file and push the > new sources file. The build should then work. Can we have a blacklist on the dist-git lookaside

Re: Koji build failure from missing tarball

2020-02-07 Thread Luke Hinds
Top post to say many thanks to all for the help / debug tips. I am all good now, just needed to import the right `source` I now have this documented for future prosperity! On Fri, Feb 7, 2020 at 11:39 AM Miro Hrončok wrote: > On 07. 02. 20 11:20, Luke Hinds wrote: > > When I perform 'fedpkg

Re: Koji build failure from missing tarball

2020-02-07 Thread Miro Hrončok
On 07. 02. 20 11:20, Luke Hinds wrote: When I perform 'fedpkg mockbuild' everything passes, yet 'fedpkg build' results in a build failure from not being able to find the tarball... Hello Luke. Others have already identified the cause, so let me just share a tip about how to debug such issue

Re: Koji build failure from missing tarball

2020-02-07 Thread Vít Ondruch
Dne 07. 02. 20 v 11:48 Lubomír Sedlář napsal(a): > Luke Hinds píše v Pá 07. 02. 2020 v 10:20 +: >> Hopefully the correct list, if not apologies. >> >> Just updated a package I am newly maintaining, commit diff here: >> >>

Re: Koji build failure from missing tarball

2020-02-07 Thread Lubomír Sedlář
Luke Hinds píše v Pá 07. 02. 2020 v 10:20 +: > Hopefully the correct list, if not apologies. > > Just updated a package I am newly maintaining, commit diff here: > > https://src.fedoraproject.org/rpms/keylime/c/563905a7b29096c0fecba1d4279e901c1acb95c5?branch=master > > When I perform

Re: Koji build failure from missing tarball

2020-02-07 Thread Vít Ondruch
This is the error which I get: ~~~ $ fedpkg co keylime Cloning into 'keylime'... remote: Counting objects: 16, done. remote: Compressing objects: 100% (12/12), done. remote: Total 16 (delta 2), reused 0 (delta 0) Receiving objects: 100% (16/16), done. Resolving deltas: 100% (2/2), done. $ cd

Koji build failure from missing tarball

2020-02-07 Thread Luke Hinds
Hopefully the correct list, if not apologies. Just updated a package I am newly maintaining, commit diff here: https://src.fedoraproject.org/rpms/keylime/c/563905a7b29096c0fecba1d4279e901c1acb95c5?branch=master When I perform 'fedpkg mockbuild' everything passes, yet 'fedpkg build' results in a