Re: GitHub webhooks not working

2018-09-22 Thread Michal Novotny
On Thu, Sep 20, 2018 at 8:55 PM Jonathan Leroy wrote: > > Le jeu. 20 sept. 2018 à 18:22, Michal Novotny a écrit : > > The generated srpm is written to > > > > Wrote: > > /mnt/tmp/tmpktelyu3h/plexmediaplayer-fedora/SRPMS/plexmediaplayer-2.18.0-1.fc28.src.rpm > > > > But it should be written to >

Re: GitHub webhooks not working

2018-09-20 Thread Jonathan Leroy
Le jeu. 20 sept. 2018 à 18:22, Michal Novotny a écrit : > The generated srpm is written to > > Wrote: > /mnt/tmp/tmpktelyu3h/plexmediaplayer-fedora/SRPMS/plexmediaplayer-2.18.0-1.fc28.src.rpm > > But it should be written to > > $(outdir) > > /mnt/var/lib/copr-rpmbuild/results/tmpeuhha9ly in the

Re: GitHub webhooks not working

2018-09-20 Thread Michal Novotny
Hello Jonathan, if you check the end of build-live.log here: https://copr-be.cloud.fedoraproject.org/results/jleroy/PlexMediaPlayer/srpm-builds/00799659/builder-live.log There is no output from the script > Output: [] The generated srpm is written to Wrote:

Re: GitHub webhooks not working

2018-09-18 Thread Jonathan Leroy
Le dim. 16 sept. 2018 à 10:17, Michal Novotny a écrit : > Hello, the problem with make_srpm method is that useful information > in the builder-live.log is usually somewhere in the middle. Here: Thank you for your answer. Indeed the errors are in the log file, I should have checked better! I'm

Re: GitHub webhooks not working

2018-09-16 Thread Michal Novotny
On Sat, Sep 15, 2018 at 4:44 PM Jonathan Leroy wrote: > > 2018-07-01 19:42 GMT+02:00 Jonathan Leroy : > > Thank you for your very detailed answer. I will look at that. > > Michal, > > I don't known if it's related to the use of the "make_sprm" build > method (first time I use it with Copr), but I

Re: GitHub webhooks not working

2018-07-01 Thread Jonathan Leroy
Hi Michal! 2018-07-01 19:37 GMT+02:00 Michal Novotny : > The systematic fix for this will take time however so I would suggest > switching to make_sprm method. Thank you for your very detailed answer. I will look at that. Regards, -- Jonathan Leroy

Re: GitHub webhooks not working

2018-07-01 Thread Michal Novotny
Hello Jonathan! On Sun, Jul 1, 2018 at 6:56 PM Jonathan Leroy wrote: > Hi, > > I've setup a GitHub webhook according to the documentation at > https://copr.fedorainfracloud.org/coprs/jleroy/PlexMediaPlayer/webhooks/. > When a push my commits to GitHub, a POST request is sent to the > webhook

GitHub webhooks not working

2018-07-01 Thread Jonathan Leroy
Hi, I've setup a GitHub webhook according to the documentation at https://copr.fedorainfracloud.org/coprs/jleroy/PlexMediaPlayer/webhooks/. When a push my commits to GitHub, a POST request is sent to the webhook URL by GitHub and and HTTP 200 response received according to GitHub logs. But