Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 684215 Details for
Bug 902299
[RFE] Remove 'EMBARGOED ' from bug summary
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch removing EMBARGOED
0001-beaker-wizard-remove-EMBARGOED-from-bug-summary.patch (text/plain), 1.14 KB, created by
Martin Kyral
on 2013-01-21 10:30:37 UTC
(
hide
)
Description:
patch removing EMBARGOED
Filename:
MIME Type:
Creator:
Martin Kyral
Created:
2013-01-21 10:30:37 UTC
Size:
1.14 KB
patch
obsolete
>From 731b5c1b89dfa79a5fd1a22a8cf1664283255c1e Mon Sep 17 00:00:00 2001 >From: Martin Kyral <mkyral@redhat.com> >Date: Mon, 21 Jan 2013 11:16:42 +0100 >Subject: [PATCH] beaker-wizard: remove EMBARGOED from bug summary > >--- > Client/src/bkr/client/wizard.py | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > >diff --git a/Client/src/bkr/client/wizard.py b/Client/src/bkr/client/wizard.py >index 43fdba5..76b622a 100755 >--- a/Client/src/bkr/client/wizard.py >+++ b/Client/src/bkr/client/wizard.py >@@ -566,6 +566,9 @@ def addToGit(path): > % (" ".join(GitCommand), GitCommand[0])) > sys.exit(1) > >+def removeEmbargo(summary): >+ return summary.replace('EMBARGOED ', '') >+ > > class Preferences: > """ Test's author preferences """ >@@ -1779,7 +1782,7 @@ def fetchBugDetails(self): > def getSummary(self): > """ Return short summary fetched from bugzilla """ > if self.bug: >- return re.sub("CVE-\d{4}-\d{4}\s*", "", self.bug.summary) >+ return re.sub("CVE-\d{4}-\d{4}\s*", "", removeEmbargo(self.bug.summary)) > > def getComponent(self): > """ Return bug component fetched from bugzilla """ >-- >1.8.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 902299
: 684215