Thu, 02 May 2024 23:28:10 UTC | login

Information for build copr-backend-1.171-1.fc38

ID250908
Package Namecopr-backend
Version1.171
Release1.fc38
Epoch
SummaryBackend for Copr
DescriptionCOPR is lightweight build system. It allows you to create new project in WebUI, and submit new builds and COPR will create yum repository from latest builds. This package contains backend.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 30 Jun 2023 09:05:30 UTC
CompletedFri, 30 Jun 2023 09:05:30 UTC
Tags
f38
f39
f40
RPMs
src
copr-backend-1.171-1.fc38.src.rpm (info) (download)
noarch
copr-backend-1.171-1.fc38.noarch.rpm (info) (download)
copr-backend-doc-1.171-1.fc38.noarch.rpm (info) (download)
Changelog * Tue Jun 06 2023 Pavel Raiskup <praiskup@redhat.com> 1.171-1 - copr_prune_results.py: work-around the arg_max problem * Mon Jun 05 2023 Pavel Raiskup <praiskup@redhat.com> 1.170-1 - copr_prune_results.py: don't enforce appstream-builder, ask FE - copr_prune_results.py: just one API call to FE per one repo * Tue May 23 2023 Jakub Kadlcik <frostyx@email.cz> 1.169-1 - Forking: better handle FileExistsError - Run the copr-rpmbuild command with task URL, not build ID * Wed Apr 05 2023 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 1.168-1 - Bump version for release mess * Tue Apr 04 2023 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 1.167-1 - Run createrepo without --database - Make copr_messaging optional * Wed Mar 22 2023 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 1.166-1 - Don't include package name into srpm result dir name - Remove libmodulemd1 dependency - Hardlink RPMs while doing rawhide_to_release - Make sign key domain name configurable * Wed Jan 25 2023 Jakub Kadlcik <frostyx@email.cz> 1.165-1 - Skip the test_run_prunerepo test because of Koji * Tue Jan 24 2023 Jakub Kadlcik <frostyx@email.cz> 1.164-1 - Fix chroot version parsing with new python-packaging - Fix traceback for non-existing tasks - Python: drop the unneeded marshmallow dep - Log general exceptions to find issues more easily - Proper log argument formatting instead of .format - Use spdx license * Wed Nov 30 2022 Pavel Raiskup <praiskup@redhat.com> 1.163-1 - start systemd services after the redis.service - build worker - list the built RPMs with rpm --nosignature * Sat Nov 26 2022 Jakub Kadlcik <frostyx@email.cz> 1.162-1 - use OpenPGP v4 signatures - migrate from pipes to shlex - require redis.service to be started - move to GitHub home page - add resultdir cleaner - move dispatcher and background workers to copr-common - de-prio IO for the analyze-results script - don't traceback when there are no files in the S3 storage - allow devel instance to remove access files - send non-CDN hitcounter hits in chunks - copr-backend-unknown-resalloc-tickets script - work with multiple CDN hostnames per instance - move setup_script_logger to copr-common * Mon Sep 26 2022 Pavel Raiskup <praiskup@redhat.com> 1.161-1 - sign everything EPEL-5+ with sha256 hashalgo * Tue Sep 20 2022 Jakub Kadlcik <frostyx@email.cz> 1.160-1 - aws-hitcounter: remove temporary files as soon as possible - aws-hitcounter: ignore downloaded SRPM files - aws-hitcounter: decode special characters from URLs * Tue Aug 16 2022 Pavel Raiskup <praiskup@redhat.com> 1.159-1 - count only hits from an appropriate CDN hostname - add option for infinite number of attempts to the hitcounter script - print more reasonable output from AWS hitcounter script * Tue Aug 16 2022 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 1.158-1 - log every request that is sent to frontend * Tue Jul 26 2022 Jakub Kadlcik <frostyx@email.cz> 1.157-1 - Don't use --keep-all-metadata - Search for comps.xml in chroot dir * Tue Jun 21 2022 Jakub Kadlcik <frostyx@email.cz> 1.156-1 - Consolidate the two hitcounter scripts - Dump Resalloc ticket ID and hostname to backend.log - Automatically restart services in %post - Don't count RPMs downloaded from Mock - Attempt to sign multiple times - Try multiple attempts of creating GPG keys * Mon Apr 04 2022 Pavel Raiskup <praiskup@redhat.com> 1.155-1 - fix slow priority queue filling - speedup the background-process spawner * Fri Mar 18 2022 Pavel Raiskup <praiskup@redhat.com> 1.154-1 - copr_fix_gpg: automatically refresh CDN cache - copr_fix_gpg: don't use --skip-stat for copr-repo when RPMs are re-signed - action processor: properly return failures of the fork action - sign EL8+ with sha256 hash algorithm - copr_fix_gpg: add a new --chroot option - copr_fix_gpg: skip non-chroot directories - add hitcounter script for AWS CDN - backend: tasks in concurrent sandboxes reprioritized to be more fair * Wed Feb 02 2022 Silvie Chlupova <schlupov@redhat.com> 1.153-1 - less aggressive final_prunerepo setting - analyze-results: dump data for projects' chroots - basic build tagging - better "regenerate repo" instructions - limit RubyGems and PyPI package names length - Disable coverage analysis during RPM build - python code for removing unused tarballs on dist-git server * Wed Nov 10 2021 Silvie Chlupova <schlupov@redhat.com> 1.152-1 - Fixup ACR handling - Drop the unused pid file from the specfile * Thu Sep 30 2021 Silvie Chlupova 1.151-1 - backend: use lock(timeout=5) to work-around fair-locks * Wed Aug 25 2021 Pavel Raiskup <praiskup@redhat.com> 1.150-1 - request arch_noarch resalloc tag for source RPM builds - re-try /bin/sign call upon connection timeout - drop 'check_consecutive_build_fails' script * Tue Jun 15 2021 Pavel Raiskup <praiskup@redhat.com> 1.149-1 - new weekly cron-job for analyzing storage use (graphs, statistics) - added some convenience globals into copr_backend.setup module - keep the max batch size really on the MAX_IN_BATCH limit - require up2date rpmbuild version - new action for removing CoprDirs (triggered by cron on frontend) - fix the CompsUpdate action - users now can disable appstream metadata generation themselves (without admins asistance) - handle results.json given by builder, and provide it to frontend (served as APIv3 later) - pruner: allow pruning also the finalized chroots on demand - invent FE-BE API version, so backend politely waits for an updated copr-frontend version