Re: no rpm generated on successful builds (aarmv7 and aarch64)?

2020-04-01 Thread Dominik Turecek
No problem, I'm glad it works now.

Dominik


On Wed, Apr 1, 2020 at 8:07 PM Paul Dufresne  wrote:

> Le 20-04-01 à 13 h 00, Dominik Turecek a écrit :
> > Hi Paul,
> >
> > I'm not sure what you mean, I see rpms in both of the builds
> > you mentioned:
>
> Oh! Yes indeed they are there ... now. I guess they where not showing
> just after the build was reported successful.
>
> Sorry for the disturbance.
>
>
>
>
___
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://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/copr-devel@lists.fedorahosted.org


Re: Request is not in JSON format, there is probably a bug in the API code.

2020-04-01 Thread Dominik Turecek
Hi Paul,

this is a bug in Copr, we have an issue opened for this here:
https://pagure.io/copr/copr/issue/1228

I was able to reproduce the problem today, however, I wasn't
able to solve it. For any future update, you can follow the issue.

Thanks for the report,
Dominik

On Sun, Mar 29, 2020 at 9:14 PM Paul Dufresne  wrote:

> Sometime (about 1 on 2) I get this:
> [paul@localhost rpkg1]$ rpkg build pauld/7kaa
> Wrote: /tmp/rpkg/7kaa-3-3s2ohmxc/7kaa.spec
> setting SOURCE_DATE_EPOCH=158544
> Écrit : /tmp/rpkg/7kaa-3-3s2ohmxc/7kaa-2.15.3-105.src.rpm
> Uploading package /tmp/rpkg/7kaa-3-3s2ohmxc/7kaa-2.15.3-105.src.rpm
>  || 46.9 MB 251.8 kB/s eta
> 0:00:00Request is not in JSON format, there is probably a bug in the
> API code.
>
> Failed to execute command.
> [paul@localhost rpkg1]$
>
> It seems to be quite random... could redo the same command without
> changing anything and expect it to run fine this time.
> ___
> 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://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedorahosted.org/archives/list/copr-devel@lists.fedorahosted.org
>
___
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://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/copr-devel@lists.fedorahosted.org


Armhfp chroots added to Copr

2019-11-28 Thread Dominik Turecek
Hello,
we've enabled emulated armhfp chroots for F31 and rawhide
in Copr.

Note that the chroots are emulated on x86_64 builders using
forcearch [1], so expect that builds might behave differently
especially when you're doing some low-level coding.
Depending on how CPU intensive they are, they might
take up to ten times longer (and in some cases even more)
to finish than normal.

We're planning to enable more armhfp chroots later on based
the performance of the first two.

[1]: https://github.com/rpm-software-management/mock/wiki/Feature-forcearch

Dominik Tureček
___
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://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/copr-devel@lists.fedorahosted.org


Highlights from the latest Copr release

2019-09-04 Thread Dominik Turecek
Hello.

Today, we have released a new version of Copr. Here is a list of changes in
this release.

New features:
- This release added discussion panels in Copr projects. You can now
discuss individual projects on their project pages or browse all
discussions here: https://discussion.fedoraproject.org/c/projects-in-copr
- Build detail now show how long ago a build started and finished. (issue
860)
- You can set how many builds are shown per page in copr/builds and task
queue tabs. (issue 709)

Fixes:
- When a project is deleted, it is removed from pinned projects
automatically. (issue 895)
- Task queue can now be sorted by project name. (issue 901).
- Monitor page no longer shows builds from PRs. (issue 807)
- Task queue no longer shows 300+ tasks when there are exactly 300. (issue
940)
- Public database dumps should now work properly after importing. (issue
912)
- Projects that are not listed on the homepage are no longer shown in the
RSS feed.

Performance optimizations
- Generating a list of pending jobs and iterating over build queue was
optimized. (issue 902)
- Deleting multiple builds in the same project is now done as a part of a
single action on the backend. (issue 688)
- Previously, the front page was slow. This was caused by "recent builds"
box. The query for showing recently finished builds has been optimized. The
recent build tab now shows builds from the last 2 days by everyone and
user's builds from the last 30 days. (issue 937)

Dominik
___
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://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/copr-devel@lists.fedorahosted.org


Re: New release

2018-04-30 Thread Dominik Turecek
Hi,

we have released new versions of copr-cli and python-copr.
https://bodhi.fedoraproject.org/updates/FEDORA-2018-33e3bea3d3

Enjoy
COPR team

On Fri, Apr 27, 2018 at 7:40 AM, Michal Novotny <cl...@redhat.com> wrote:

> I am sorry there was a delay in the deployment process due to my human
> factor.
>
> We will need to optimize our release procedure.
>
> Note that builders are now also using the new rpkg-util package*,
> which brings some new functionality into SCM building.
>
> * https://bodhi.fedoraproject.org/updates/FEDORA-2018-85a4ea93f7
>
> clime
>
> On Fri, Apr 27, 2018 at 7:30 AM, Michal Novotny <cl...@redhat.com> wrote:
>
>> On Thu, Apr 26, 2018 at 9:39 PM, Dominik Turecek <
>> dture...@fedoraproject.org> wrote:
>>
>>> Hello,
>>>
>>> we have released new versions of backend, frontend, and rpmbuild.
>>> The release contains mostly fixes and unbundling of static libraries in
>>> frontend,
>>> as well as the addition of rpkg to COPR.
>>>
>>> We expect the packages to be deployed later today.
>>>
>>> Regards
>>> COPR team
>>>
>>> Updates:
>>> backend - https://bodhi.fedoraproject.org/updates/FEDORA-2018-7a486914e2
>>> frontend - https://bodhi.fedoraproject.org/updates/FEDORA-2018-5c6e60b4
>>> e7
>>> rpmbuild - https://bodhi.fedoraproject.org/updates/FEDORA-2018-212a96cf
>>> f2
>>
>>
>>
>> The deployment of those has been finished.
>>
>> COPR team
>>
>>
>>>
>>> ___
>>> copr-devel mailing list -- copr-devel@lists.fedorahosted.org
>>> To unsubscribe send an email to copr-devel-le...@lists.fedorahosted.org
>>>
>>
>>
>
> ___
> copr-devel mailing list -- copr-devel@lists.fedorahosted.org
> To unsubscribe send an email to copr-devel-le...@lists.fedorahosted.org
>
>
___
copr-devel mailing list -- copr-devel@lists.fedorahosted.org
To unsubscribe send an email to copr-devel-le...@lists.fedorahosted.org


New release

2018-04-26 Thread Dominik Turecek
Hello,

we have released new versions of backend, frontend, and rpmbuild.
The release contains mostly fixes and unbundling of static libraries in 
frontend,
as well as the addition of rpkg to COPR.

We expect the packages to be deployed later today.

Regards
COPR team

Updates:
backend - https://bodhi.fedoraproject.org/updates/FEDORA-2018-7a486914e2
frontend - https://bodhi.fedoraproject.org/updates/FEDORA-2018-5c6e60b4e7
rpmbuild - https://bodhi.fedoraproject.org/updates/FEDORA-2018-212a96cff2
___
copr-devel mailing list -- copr-devel@lists.fedorahosted.org
To unsubscribe send an email to copr-devel-le...@lists.fedorahosted.org