Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

copr-backend-doc-1.165-1.fc38 RPM for noarch

From Fedora 38 for x86_64 / c

Name: copr-backend-doc Distribution: Fedora Project
Version: 1.165 Vendor: Fedora Project
Release: 1.fc38 Build date: Wed Jan 25 01:38:54 2023
Group: Unspecified Build host: buildvm-x86-29.iad2.fedoraproject.org
Size: 752453 Source RPM: copr-backend-1.165-1.fc38.src.rpm
Packager: Fedora Project
Url: https://github.com/fedora-copr/copr
Summary: Code documentation for COPR backend
COPR is lightweight build system. It allows you to create new project in WebUI,
and submit new builds and COPR will create yum repository from latests builds.

This package include documentation for COPR code. Mostly useful for developers
only.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* 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
* Thu May 13 2021 Pavel Raiskup <praiskup@redhat.com> 1.148-1
  - work with builders also over ipv6
* Sun May 02 2021 Pavel Raiskup <praiskup@redhat.com> 1.147-1
  - fix logging traceback for module builds
  - call creatrepo_c with --update if possible
  - don't do full createrpeo with --rpms-to-remove
* Fri Apr 30 2021 Pavel Raiskup <praiskup@redhat.com> 1.146-1
  - better fixes for the appstream-builder generated files
  - new helper script named /bin/copr-assure-permissions
  - do not rsync-copy permissions from the builder
  - log the partial "prunerepo" effects into resultdir
  - better, more verbose call_copr_repo logging
* Tue Apr 27 2021 Jakub Kadlcik <frostyx@email.cz> 1.145-1
  - backend: make the walk_limited test not dependend on its output order, pt2
* Tue Apr 27 2021 Jakub Kadlcik <frostyx@email.cz> 1.144-1
  - backend: make the walk_limited test not dependend on its output order
* Tue Apr 27 2021 Jakub Kadlcik <frostyx@email.cz> 1.143-1
  - backend: fix copr_prune_results logging once more
  - backend: better logging in prunerepo
  - backend: prunerepo: don't re-createrepo when no rpm is removed
  - backend: catch correct client exceptions in copr_prune_results
  - test: backend: change prunerepo logic, use get_rpms_to_remove from prunerepo
  - backend: new fixture for testing prunerepo
  - backend: use safe defaults if APIv3 result doesn't contain what it should
  - backend: migrate to APIv3
  - backend: better how-to-redirect logs comment
  - backend, frontend, keygen, distgit: keep cca 3 months of logs
  - backend: don't createrepo in srpm-builds on delete
  - backend: test walk_limited function from helpers
* Tue Mar 16 2021 Pavel Raiskup <praiskup@redhat.com> 1.142-1
  - prepare for the centos-stream-8 rename
  - add script to prune srpm-build directories
  - pruner: correctly deliver the final prunerepo stamp to frontend
  - pruner: logging through RedisLogHandler
  - pruner: better parallelization
  - pruner: re-try be-fe communication upon failures
  - require up2date modulemd-tools

Files

/usr/share/doc/copr-backend
/usr/share/doc/copr-backend/examples
/usr/share/doc/copr-backend/examples/etc
/usr/share/doc/copr-backend/examples/etc/logstash.d
/usr/share/doc/copr-backend/examples/etc/logstash.d/copr_backend.conf
/usr/share/doc/copr-backend/html
/usr/share/doc/copr-backend/html/.buildinfo
/usr/share/doc/copr-backend/html/Autodoc.html
/usr/share/doc/copr-backend/html/Backend_design.html
/usr/share/doc/copr-backend/html/Configuration.html
/usr/share/doc/copr-backend/html/INSTALL.html
/usr/share/doc/copr-backend/html/README.html
/usr/share/doc/copr-backend/html/Statistics.html
/usr/share/doc/copr-backend/html/VmManagement.html
/usr/share/doc/copr-backend/html/_sources
/usr/share/doc/copr-backend/html/_sources/Autodoc.rst.txt
/usr/share/doc/copr-backend/html/_sources/Backend_design.rst.txt
/usr/share/doc/copr-backend/html/_sources/Configuration.rst.txt
/usr/share/doc/copr-backend/html/_sources/INSTALL.rst.txt
/usr/share/doc/copr-backend/html/_sources/README.rst.txt
/usr/share/doc/copr-backend/html/_sources/Statistics.rst.txt
/usr/share/doc/copr-backend/html/_sources/VmManagement.rst.txt
/usr/share/doc/copr-backend/html/_sources/index.rst.txt
/usr/share/doc/copr-backend/html/_sources/package
/usr/share/doc/copr-backend/html/_sources/package/actions.rst.txt
/usr/share/doc/copr-backend/html/_sources/package/constants.rst.txt
/usr/share/doc/copr-backend/html/_sources/package/createrepo.rst.txt
/usr/share/doc/copr-backend/html/_sources/package/daemons
/usr/share/doc/copr-backend/html/_sources/package/daemons/backend.rst.txt
/usr/share/doc/copr-backend/html/_sources/package/daemons/dispatcher.rst.txt
/usr/share/doc/copr-backend/html/_sources/package/daemons/job_grab.rst.txt
/usr/share/doc/copr-backend/html/_sources/package/daemons/log.rst.txt
/usr/share/doc/copr-backend/html/_sources/package/daemons/vm_master.rst.txt
/usr/share/doc/copr-backend/html/_sources/package/exceptions.rst.txt
/usr/share/doc/copr-backend/html/_sources/package/frontend.rst.txt
/usr/share/doc/copr-backend/html/_sources/package/helpers.rst.txt
/usr/share/doc/copr-backend/html/_sources/package/job.rst.txt
/usr/share/doc/copr-backend/html/_sources/package/mockremote
/usr/share/doc/copr-backend/html/_sources/package/mockremote/__init__.rst.txt
/usr/share/doc/copr-backend/html/_sources/package/mockremote/builder.rst.txt
/usr/share/doc/copr-backend/html/_sources/package/sign.rst.txt
/usr/share/doc/copr-backend/html/_sources/package/vm_manage
/usr/share/doc/copr-backend/html/_sources/package/vm_manage/__init__.rst.txt
/usr/share/doc/copr-backend/html/_sources/package/vm_manage/check.rst.txt
/usr/share/doc/copr-backend/html/_sources/package/vm_manage/event_handle.rst.txt
/usr/share/doc/copr-backend/html/_sources/package/vm_manage/executor.rst.txt
/usr/share/doc/copr-backend/html/_sources/package/vm_manage/manager.rst.txt
/usr/share/doc/copr-backend/html/_sources/package/vm_manage/models.rst.txt
/usr/share/doc/copr-backend/html/_sources/package/vm_manage/spawn.rst.txt
/usr/share/doc/copr-backend/html/_sources/package/vm_manage/terminate.rst.txt
/usr/share/doc/copr-backend/html/_sources/run_scripts.rst.txt
/usr/share/doc/copr-backend/html/_static
/usr/share/doc/copr-backend/html/_static/_sphinx_javascript_frameworks_compat.js
/usr/share/doc/copr-backend/html/_static/basic.css
/usr/share/doc/copr-backend/html/_static/classic.css
/usr/share/doc/copr-backend/html/_static/default.css
/usr/share/doc/copr-backend/html/_static/doctools.js
/usr/share/doc/copr-backend/html/_static/documentation_options.js
/usr/share/doc/copr-backend/html/_static/file.png
/usr/share/doc/copr-backend/html/_static/jquery-3.6.0.js
/usr/share/doc/copr-backend/html/_static/jquery.js
/usr/share/doc/copr-backend/html/_static/language_data.js
/usr/share/doc/copr-backend/html/_static/minus.png
/usr/share/doc/copr-backend/html/_static/plus.png
/usr/share/doc/copr-backend/html/_static/pygments.css
/usr/share/doc/copr-backend/html/_static/searchtools.js
/usr/share/doc/copr-backend/html/_static/sidebar.js
/usr/share/doc/copr-backend/html/_static/sphinx_highlight.js
/usr/share/doc/copr-backend/html/_static/underscore-1.13.1.js
/usr/share/doc/copr-backend/html/_static/underscore.js
/usr/share/doc/copr-backend/html/genindex.html
/usr/share/doc/copr-backend/html/index.html
/usr/share/doc/copr-backend/html/objects.inv
/usr/share/doc/copr-backend/html/package
/usr/share/doc/copr-backend/html/package/actions.html
/usr/share/doc/copr-backend/html/package/constants.html
/usr/share/doc/copr-backend/html/package/createrepo.html
/usr/share/doc/copr-backend/html/package/daemons
/usr/share/doc/copr-backend/html/package/daemons/backend.html
/usr/share/doc/copr-backend/html/package/daemons/dispatcher.html
/usr/share/doc/copr-backend/html/package/daemons/job_grab.html
/usr/share/doc/copr-backend/html/package/daemons/log.html
/usr/share/doc/copr-backend/html/package/daemons/vm_master.html
/usr/share/doc/copr-backend/html/package/exceptions.html
/usr/share/doc/copr-backend/html/package/frontend.html
/usr/share/doc/copr-backend/html/package/helpers.html
/usr/share/doc/copr-backend/html/package/job.html
/usr/share/doc/copr-backend/html/package/mockremote
/usr/share/doc/copr-backend/html/package/mockremote/__init__.html
/usr/share/doc/copr-backend/html/package/mockremote/builder.html
/usr/share/doc/copr-backend/html/package/sign.html
/usr/share/doc/copr-backend/html/package/vm_manage
/usr/share/doc/copr-backend/html/package/vm_manage/__init__.html
/usr/share/doc/copr-backend/html/package/vm_manage/check.html
/usr/share/doc/copr-backend/html/package/vm_manage/event_handle.html
/usr/share/doc/copr-backend/html/package/vm_manage/executor.html
/usr/share/doc/copr-backend/html/package/vm_manage/manager.html
/usr/share/doc/copr-backend/html/package/vm_manage/models.html
/usr/share/doc/copr-backend/html/package/vm_manage/spawn.html
/usr/share/doc/copr-backend/html/package/vm_manage/terminate.html
/usr/share/doc/copr-backend/html/run_scripts.html
/usr/share/doc/copr-backend/html/search.html
/usr/share/doc/copr-backend/html/searchindex.js
/usr/share/licenses/copr-backend-doc
/usr/share/licenses/copr-backend-doc/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 22:26:30 2024