Re: Rawhide buildroot broken: GPG problem

2019-03-09 Thread Jonathan Leroy
Le sam. 9 mars 2019 à 20:22, Michal Novotny  a écrit :
> I found a problem. But it will take some time (few hours) until the
> change propagates
> to builders.
>
> Sorry for waiting

It works now, thank you!

-- 
Jonathan Leroy
___
copr-devel mailing list -- copr-devel@lists.fedorahosted.org
To unsubscribe send an email to copr-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/copr-devel@lists.fedorahosted.org


Re: Download counters unavailables

2019-01-28 Thread Jonathan Leroy
Le lun. 28 janv. 2019 à 14:59, Michal Novotny  a écrit :
> I've investigated copr-backend part and it seems to be ok there.
>
> I will need to revisit it at the end of this week because it needs more time.

FYI, everything seems to be OK since few days. See:
https://copr.fedorainfracloud.org/coprs/jleroy/PlexMediaPlayer/

-- 
Jonathan Leroy
___
copr-devel mailing list -- copr-devel@lists.fedorahosted.org
To unsubscribe send an email to copr-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/copr-devel@lists.fedorahosted.org


Download counters unavailables

2019-01-23 Thread Jonathan Leroy
Hi,

The repositories download counters (the ones in the "Architectures"
columns) seems to be stuck at zero.

Thank you.

-- 
Jonathan Leroy
___
copr-devel mailing list -- copr-devel@lists.fedorahosted.org
To unsubscribe send an email to copr-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/copr-devel@lists.fedorahosted.org


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 referenced build.

I've added to the following argument to rpmbuild to force the SRPM
output directory:
 --define "_srcrpmdir $(outdir)"

The build now succeed. Thank you!

-- 
Jonathan Leroy
___
copr-devel mailing list -- copr-devel@lists.fedorahosted.org
To unsubscribe send an email to copr-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/copr-devel@lists.fedorahosted.org


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 now calling spectool in my Makefile in order to download the
missing source file from GitHub.

The SRPM file is successfully built according to the logs, but the
build still fail and I don't see any error message in the logs located
at 
https://copr-be.cloud.fedoraproject.org/results/jleroy/PlexMediaPlayer/srpm-builds/00799659/.

However, the task log
(https://copr-dist-git.fedorainfracloud.org/per-task-logs/799659.log)
show this strange error:

Traceback (most recent call last):
  File "/usr/share/copr/dist_git/importer.py", line 75, in do_import
workdir
  File "/usr/share/copr/dist_git/helpers.py", line 173, in download_file
raise FileDownloadException(str(e))
dist_git.exceptions.FileDownloadException: Invalid URL 'None': No
schema supplied. Perhaps you meant http://None?


After looking at Copr's source code, this seems to be an issue with
dist-git's handling of srpm import?
https://pagure.io/copr/copr/blob/master/f/dist-git/dist_git/importer.py#_75

Thank you,

-- 
Jonathan Leroy
___
copr-devel mailing list -- copr-devel@lists.fedorahosted.org
To unsubscribe send an email to copr-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/copr-devel@lists.fedorahosted.org


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
___
copr-devel mailing list -- copr-devel@lists.fedorahosted.org
To unsubscribe send an email to copr-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/copr-devel@lists.fedorahosted.org/message/RCHZRA7D24QNU24X4D27JDPLUOTBAACK/


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 nothing happens on Copr's side.

However, if I trigger the build manually using the "Rebuild" button,
everything works fine.

Any idea?

-- 
Jonathan Leroy
___
copr-devel mailing list -- copr-devel@lists.fedorahosted.org
To unsubscribe send an email to copr-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/copr-devel@lists.fedorahosted.org/message/XI76WCQVKPSSLO4CRWMQJ4TJCT224FPG/


Re: "No such command: builddep." with Fedora Rawhide chroot

2017-08-21 Thread Jonathan Leroy
2017-08-21 10:14 GMT+02:00 Michal Novotny <cl...@redhat.com>:
> Hello, this might be a change in rawhide dnf-plugins-core (or dnf). Please,
> if you don't need mock bootstrap feature enabled in your project settings,
> then you can disable it. That way, host system dnf and dnf-plugins-core will
> be used. I'll look closely at what causes the problem in the rawhide
> dnf/dnf-plugins-core.

Thank you Michal, it works when use_bootstrap_container is disables.

-- 
Jonathan Leroy
___
copr-devel mailing list -- copr-devel@lists.fedorahosted.org
To unsubscribe send an email to copr-devel-le...@lists.fedorahosted.org


Re: "No such file or directory" when building SRPM

2017-06-14 Thread Jonathan Leroy
2017-06-12 11:12 GMT+02:00 Jonathan Leroy <jonat...@harrycow.fr>:
> Thank you Michal.
> I will wait for the new release.

There is a DNS resolution problem this morning :

 fatal: unable to access 'https://github.com/jleroy/conan.git/': Could
not resolve host: github.com

Full log : 
https://copr-be.cloud.fedoraproject.org/results/jleroy/PlexMediaPlayer/fedora-25-x86_64/00565167-plexmediaplayer/build.log.gz

-- 
Jonathan Leroy
___
copr-devel mailing list -- copr-devel@lists.fedorahosted.org
To unsubscribe send an email to copr-devel-le...@lists.fedorahosted.org


Re: builds failing

2017-06-10 Thread Jonathan Leroy
2017-06-10 17:53 GMT+02:00 Michal Novotny <cl...@redhat.com>:
> This should be now fixed as well.

Unfortunately, this problem persist:
https://copr-be.cloud.fedoraproject.org/results/jleroy/PlexMediaPlayer/fedora-25-x86_64/00563760-plexmediaplayer/build.log.gz

-- 
Jonathan Leroy
___
copr-devel mailing list -- copr-devel@lists.fedorahosted.org
To unsubscribe send an email to copr-devel-le...@lists.fedorahosted.org


Re: "No such file or directory" when building SRPM

2017-06-10 Thread Jonathan Leroy
2017-06-10 12:31 GMT+02:00 Michal Novotny <cl...@redhat.com>:
> Yes, there was an error in the new copr-rpmbuild script that it completely
> ignored patches (and other files apart from tarball and spec) and it also
> supported only one tarball reference in source file. I have deployed a new
> version that should solve the problems.

Thank you, the SRPM build is now working.

But I now have another error: binaries installed via pip are no longer in $PATH:

pip install --user git+https://github.com/jleroy/conan.git@gcc-71-dumpversion
Collecting git+https://github.com/jleroy/conan.git@gcc-71-dumpversion
  Cloning https://github.com/jleroy/conan.git (to gcc-71-dumpversion)
to /tmp/pip-zHt08L-build
[...]
  Running setup.py install for conan: started
Running setup.py install for conan: finished with status 'done'
Successfully installed PyJWT PyYAML astroid
backports.functools-lru-cache bottle colorama conan configparser
distro fasteners future isort lazy-object-proxy mccabe monotonic
node-semver patch pluginbase pylint requests six wrapt
You are using pip version 8.1.2, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
+ conan remote add plex https://conan.plex.tv
/var/tmp/rpm-tmp.rjbj9w: line 33: conan: command not found

Full log : 
https://copr-be.cloud.fedoraproject.org/results/jleroy/PlexMediaPlayer/fedora-25-x86_64/00563742-plexmediaplayer/build.log.gz

-- 
Jonathan Leroy
___
copr-devel mailing list -- copr-devel@lists.fedorahosted.org
To unsubscribe send an email to copr-devel-le...@lists.fedorahosted.org


"No such file or directory" when building SRPM

2017-06-09 Thread Jonathan Leroy
Hi,

I get the following error when I try to build a package by using SRPM
upload method:

Start: buildsrpm
Start: rpmbuild -bs
error: File /builddir/build/SOURCES/plexmediaplayer-qtwebengine.patch:
No such file or directory

Obviously, the file SOURCES/plexmediaplayer-qtwebengine.patch is
present in the uploaded SRPM.
Full log: 
https://copr-be.cloud.fedoraproject.org/results/jleroy/PlexMediaPlayer/fedora-25-x86_64/00563632-plexmediaplayer/builder-live.log

Thanks,

-- 
Jonathan Leroy
___
copr-devel mailing list -- copr-devel@lists.fedorahosted.org
To unsubscribe send an email to copr-devel-le...@lists.fedorahosted.org