Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #113 Text in bugzilla has to be clear. #114

Merged
merged 1 commit into from
Mar 15, 2016

Conversation

phracek
Copy link
Contributor

@phracek phracek commented Mar 15, 2016

Signed-off-by: Petr Hracek phracek@redhat.com

Signed-off-by: Petr Hracek <phracek@redhat.com>
@ralphbean
Copy link
Contributor

👍 here

ralphbean added a commit that referenced this pull request Mar 15, 2016
Fix #113 Text in bugzilla has to be clear.
@ralphbean ralphbean merged commit 36d42a8 into fedora-infra:develop Mar 15, 2016
@@ -284,8 +284,7 @@ def _handle_anitya_update(self, upstream, package, msg):
else:
self.new_triggered_task_ids[task_id] = [bz, None, str(upstream), str(package)]
else:
note = 'Patching or scratch build for %s and version %s FAILED.\n' \
'See for details' % (package, version)
note = 'Patching or scratch build for %s and version %s FAILED.\n' % (package, version)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry but to me this English sentence is really difficult to understand. I will only like to suggest drop "and version" words from above. Also, we in general always write or say
"name-version" together and not separately.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

True there. So something instead like:

Patching or scratch build for %s-%s failed." % (...

I'll go ahead and commit that directly to the develop branch.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants