[copr] Update copr to 1.20-1 Resolves: #1049460 - print nice error when projects does not exist Resolves: #

Miroslav Suchý msuchy at fedoraproject.org
Wed Jan 8 13:49:34 UTC 2014


commit 5e658e822dbfbda7ab3de32002d6f6677741522d
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Wed Jan 8 14:49:37 2014 +0100

    Update copr to 1.20-1
    Resolves: #1049460 - print nice error when projects does not exist
    Resolves: #1049392 - require python-setuptools
    Resolves: #1048508 - fix links at projects lists
    Resolves: #1044136 - do not print TB if config in mangled
    Resolves: #1044165 - Provide login and token information in the same form as entered to
    Resolves: #1043649 - in case of Fedora use $releasever in repo file
    Resolves: #1040615 - wrap lines with long URL

 .gitignore |    1 +
 copr.spec  |   56 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 sources    |    2 +-
 3 files changed, 57 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 19828b7..16254a4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /copr-1.8.tar.gz
 /copr-1.12.tar.gz
 /copr-1.15.tar.gz
+/copr-1.20.tar.gz
diff --git a/copr.spec b/copr.spec
index f0a68ca..e60f623 100644
--- a/copr.spec
+++ b/copr.spec
@@ -6,7 +6,7 @@
 %global modulename copr
 
 Name:       copr
-Version:    1.15
+Version:    1.20
 Release:    1%{?dist}
 Summary:    Cool Other Package Repo
 
@@ -58,6 +58,7 @@ Requires:   python-bunch
 Requires:   python-daemon
 Requires:   python-lockfile
 Requires:   python-requests
+Requires:   python-setproctitle
 Requires:   logrotate
 Requires:   fedmsg
 Requires:   gawk
@@ -119,6 +120,7 @@ This package contains frontend.
 %package cli
 Summary:    Command line interface for COPR
 Requires:   python-requests
+Requires:   python-setuptools
 %if 0%{?rhel} < 7 && 0%{?rhel} > 0
 Requires:   python-argparse
 %endif
@@ -383,6 +385,58 @@ fi
 %{_mandir}/man8/%{name}-selinux-relabel.8*
 
 %changelog
+* Wed Jan 08 2014 Miroslav Suchý <msuchy at redhat.com> 1.20-1
+- [cli] no need to set const with action=store_true
+- [cli] code cleanup
+- 1049460 - print nice error when projects does not exist
+- 1049392 - require python-setuptools
+- [backend] add --verbose to log to stderr
+- [backend] handle KeyboardInterrupt without tons of tracebacks
+- 1048508 - fix links at projects lists
+- [backend] in case of error the output is in e.output
+- [selinux] allow httpd to search
+- [backend] set number of worker in name of process
+- [logrotate] rotate every week unconditionally
+- [backend] do not traceback if jobfile is mangled
+- [backend] print error messages to stderr
+- [cli] do not require additional arguments for --nowait
+- [backend] replace procname with setproctitle
+- [cli] use copr.fedoraproject.org as default url
+- [frontend] show monitor even if last build have been canceled
+- [backend] call correct function
+- [cli] print errors to stderr
+- 1044136 - do not print TB if config in mangled
+- 1044165 - Provide login and token information in the same form as entered to
+  ~/.config-copr
+- [frontend] code cleanup
+- [frontend] move rendering of .repo file to helpers
+- 1043649 - in case of Fedora use $releasever in repo file
+- [frontend] condition should be in reverse
+
+* Mon Dec 16 2013 Miroslav Suchý <msuchy at redhat.com> 1.19-1
+- [backend] log real cause if ansible crash
+- [frontend] try again if whoosh does not get lock
+- [backend] if frontend does not respond, repeat
+- print yum repos nicely
+- Bump the copr-cli release to 0.2.0 with all the changes made
+- Refer to the man page for more information about the configuration file for
+  copr-cli
+- Rework the layout of the list command
+- Fix parsing the copr_url from the configuration file
+- [backend] run createrepo as copr user
+- 1040615 - wrap lines with long URL
+
+* Wed Dec 11 2013 Miroslav Suchý <msuchy at redhat.com> 1.18-1
+- [frontend] inicialize variable
+
+* Wed Dec 11 2013 Miroslav Suchý <msuchy at redhat.com> 1.17-1
+- [frontend] fix latest build variable overwrite
+
+* Wed Dec 11 2013 Miroslav Suchý <msuchy at redhat.com> 1.16-1
+- [backend] store jobs in id-chroot.json file
+- [frontend] handle unknown build/chroot status
+- use newstyle ansible variables
+
 * Tue Dec 10 2013 Miroslav Suchý <msuchy at redhat.com> 1.15-1
 - [frontend] smarter package name parsing
 - [frontend] extend range to allow 0
diff --git a/sources b/sources
index e0287bd..7611857 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8829027e1d94c0a615109afbbf6805d3  copr-1.15.tar.gz
+61efca96f55a3739acd1382783bebb2c  copr-1.20.tar.gz


More information about the scm-commits mailing list