Thu, 09 May 2024 05:01:31 UTC | login

Information for build copr-dist-git-0.42-1.fc29

ID70286
Package Namecopr-dist-git
Version0.42
Release1.fc29
Epoch
SummaryCopr services for Dist Git server
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 Copr services for Dist Git server.
Built bydavidlt
State complete
Volume DEFAULT
StartedSun, 12 Aug 2018 21:08:47 UTC
CompletedSun, 12 Aug 2018 21:08:47 UTC
Tags
f29
f30
f31
RPMs
src
copr-dist-git-0.42-1.fc29.src.rpm (info) (download)
noarch
copr-dist-git-0.42-1.fc29.noarch.rpm (info) (download)
Changelog * Mon Aug 06 2018 clime <clime@redhat.com> 0.42-1 - manual byte-code compilation - for py3 use unittest.mock, otherwise mock from python2-mock * Fri May 18 2018 clime <clime@redhat.com> 0.41-1 - switch to python3 - rpkg deployment into COPR - containers + releng continuation * Fri Feb 23 2018 clime <clime@redhat.com> 0.40-1 - remove Group tag * Mon Feb 19 2018 clime <clime@redhat.com> 0.39-1 - Shebangs cleanup - fix spec for rhel8 - escapes in changelogs * Sun Feb 18 2018 clime <clime@redhat.com> 0.38-1 - remove old conditional in spec - fix python requires, also trim deps down - add source_status field for Builds - remove no longer needed CAP_SYS_CHROOT cap * Thu Sep 07 2017 clime <clime@redhat.com> 0.37-1 - most of the logic moved to copr-rpmbuild * Fri Aug 25 2017 clime <clime@redhat.com> 0.36-1 - run spec parsing in an isolated manner - Spelling fixes * Fri Aug 04 2017 clime <clime@redhat.com> 0.35-1 - fix cvs-data ignore regular expression * Mon Jul 31 2017 clime <clime@redhat.com> 0.34-1 - remove --global for git config in tests so that it does not modify ~/.gitconfig - fix #106 Renaming a spec file in a newer version causes the build to fail - make get_package_name more robust - add DistGitProvider with support for multiple distgits * Wed Jul 19 2017 clime <clime@redhat.com> 0.33-1 - remove ExclusiveArch directive - add support for SCM Subdirectory parameter - remove docker related stuff - fix variable name - add missing import in providers.py - auto-differentiate between downstream and upstream repo in SCMProvider - do not include dist information in displayed version - remove unused exceptions - get_package_name from spec_path is now a separate method - do not modify spec for MockScm method - use python's tarfile instead of tar shell cmd * Fri Jul 14 2017 clime <clime@redhat.com> 0.32-1 - srpms are now not being built on dist-git - MockSCM and Tito methods unified into single source * Fri Jul 07 2017 clime <clime@redhat.com> 0.31-1 - remove no longer required condition for a scm import to run - .spec build implemented - fedora:25 image offers the needed en_US.UTF-8 locale now - Dockerfile with less layers * Fri Jun 09 2017 clime <clime@redhat.com> 0.30-1 - import build task only once - remove unsupported --depth from git svn command - add dep on git-svn - better exception handling in MockScmProvider - fix 'git svn clone' and add exception handling for clone part in MockScm provider * Thu Jun 01 2017 clime <clime@redhat.com> 0.29-1 - Bug 1457888 - Mock SCM method fails to build a package - increase depth for git clone so that required tags that tito needs are downloaded * Wed May 31 2017 clime <clime@redhat.com> 0.28-1 - add --depth 1 for git clone in GitProvider - add missing 'which' for tito && git-annex builds - arbitrary dist-git branching support - use MockScmProvider without mock-scm to solve performance problems - add "powerpc64le" into list of archs to allow building for * Mon May 15 2017 clime <clime@redhat.com> 0.27-1 - Bug 1447102 - fedpkg build fail during import phase * Wed Apr 12 2017 clime <clime@redhat.com> 0.26-1 - follow docker ExclusiveArches spec directive - replace leftover username in lograte config - fix README * Mon Apr 10 2017 clime <clime@redhat.com> 0.25-1 - compatibility fixes for the latest dist-git (upstream) - improved error logging and exception handling of external commands - improve repo creation & srpm import logging and exception handling - replace copr-service user by copr-dist-git and useradd the user - Bug 1426033 - git-annex missing, cannot use tito.builder.GitAnnexBuilder - replace fedorahosted links - error logging of pyrpkg upload into lookaside - update langpack hack in dist-git Dockerfile * Thu Jan 26 2017 clime <clime@redhat.com> 0.24-1 - install mock-scm in docker image from official fedora repos - upgrade docker image to f25 - Fixes for building COPR Backend and Dist-git on EL7 - fix copy hack for new internal pyrpkg API * Thu Dec 01 2016 clime <clime@redhat.com> 0.23-1 - use other than epel chroot for scm building - use newest mock - run mock-scm inside of docker - add README information about how docker image is built - stripped down impl of building from dist-git - fixed unittests - refactor VM.run method - remove exited containers - add possibility to run dist-git in single thread - refactor lookaside my_upload slightly - Bug 1377780 - Multiple failed tasks with: Importing SRPM into Dist Git failed. * Mon Sep 19 2016 clime <clime@redhat.com> 0.22-1 - fix Git&Tito subdirectory use-case * Mon Sep 19 2016 clime <clime@redhat.com> 0.21-1 - Git&Tito, pyp2rpm, gem2rpm now run in docker * Mon Aug 15 2016 clime <clime@redhat.com> 0.20-1 - try to obtain multiple tasks at once - Add python2-psutil requirement - inform frontend about terminated task - log when starting and finishing workers - log timeout value from worker - run mock with --uniqueext - implement timeout-based terminating - parallelization by pool of workers