[copr-backend] Update copr-backend to 1.37-1 Resolves: #1102788 - Increase number of file descriptors on the build

Miroslav Suchý msuchy at fedoraproject.org
Tue Jul 15 11:54:11 UTC 2014


commit eb4710da6b6bd96532e34e69aca90b182ede90a4
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Tue Jul 15 13:54:31 2014 +0200

    Update copr-backend to 1.37-1
    Resolves: #1102788 - Increase number of file descriptors on the build machine

 .gitignore        |    1 +
 copr-backend.spec |   52 ++++++++++++++++++++++++++++++++++++++++++++++++----
 sources           |    2 +-
 3 files changed, 50 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c3cbf62..43b7e0d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /copr-backend-1.32.tar.gz
+/copr-backend-1.37.tar.gz
diff --git a/copr-backend.spec b/copr-backend.spec
index c0f8ae8..f91d74b 100644
--- a/copr-backend.spec
+++ b/copr-backend.spec
@@ -3,8 +3,8 @@
 %endif
 
 Name:       copr-backend
-Version:    1.32
-Release:    2%{?dist}
+Version:    1.37
+Release:    1%{?dist}
 Summary:    Backend for Copr
 
 Group:      Applications/Productivity
@@ -44,6 +44,8 @@ Requires:   python-daemon
 Requires:   python-lockfile
 Requires:   python-requests
 Requires:   python-setproctitle
+Requires:   python-retask
+Requires:   redis
 Requires:   logrotate
 Requires:   fedmsg
 Requires:   gawk
@@ -170,8 +172,50 @@ useradd -r -g copr -G lighttpd -s /bin/bash -c "COPR user" copr
 %exclude %{_pkgdocdir}/playbooks
 
 %changelog
-* Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.32-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+* Tue Jul 15 2014 Miroslav Suchý <msuchy at redhat.com> 1.37-1
+- [backend] shell command uses pipes.quote
+- Return the chroot that finished when sending build.end
+- better and safer deleting of builds
+- [backend] separate playbooks for each architecture
+- [backend] built pkgs - include subpackages
+- [backend] skipped status and package details implemented
+- document vm_name option
+
+* Thu Jun 19 2014 Miroslav Suchý <msuchy at redhat.com> 1.36-1
+- backend: migrate to nova ansible module
+- backend: make sure that exit() exit whole script not just sub-shell
+- backend: allow passing additional info to playbooks
+- handle {spawn,terminate}_instance equally
+- backend: stop if you could not change to directory
+- W:310, 8: Attribute 'abort' defined outside __init__ (attribute-defined-
+  outside-init)
+- W:139, 0: Dangerous default value [] as argument (dangerous-default-value)
+  W:139, 0: Dangerous default value [0] as argument (dangerous-default-value)
+  W:139, 0: Dangerous default value ['stdout', 'stderr'] as argument
+  (dangerous-default-value)
+- W:543, 4: Dangerous default value DEF_MACROS ({}) as argument (dangerous-
+  default-value)
+- W:543, 4: Dangerous default value DEF_REPOS ([]) as argument (dangerous-
+  default-value)
+- W:677,24: Unused variable 'out' (unused-variable) W:677,20: Unused variable
+  'rc' (unused-variable)
+- W:297,12: Unused variable 'hn' (unused-variable)
+- C:116, 0: Unnecessary parens after 'print' keyword (superfluous-parens)
+- W: 72,28: Unused variable 'out' (unused-variable) W: 72,24: Unused variable
+  'rc' (unused-variable)
+- fix typo in exception message printing
+- 1102788 - Increase number of file descriptors on the build machine
+
+* Fri May 30 2014 Miroslav Suchý <msuchy at redhat.com> 1.35-1
+- follow selinux packaging draft
+- [backend] epel 5 repo fix (sha256 -> sha)
+
+* Thu Apr 24 2014 Miroslav Suchý <msuchy at redhat.com> 1.34-1
+- if directory does not exist, do not try to delete it
+
+* Tue Apr 15 2014 Miroslav Suchý <miroslav at suchy.cz> 1.33-1
+- do not publish copr.worker messages
+- better count workers
 
 * Thu Apr 10 2014 Miroslav Suchý <msuchy at redhat.com> 1.32-1
 - include ec2rc in service unit file
diff --git a/sources b/sources
index d672d2b..7468a84 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-af2cdc5268e8cb55c85e60a8b892187b  copr-backend-1.32.tar.gz
+c8e1068738d83537bae5ca40b0447822  copr-backend-1.37.tar.gz


More information about the scm-commits mailing list