WebKit Bugzilla
Attachment 356796 Details for
Bug 192494
: [ews-app] Send bug id as a build property
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
0001-ews-app-Send-bug-id-as-a-build-property.patch (text/plain), 1.90 KB, created by
Aakash Jain
on 2018-12-07 03:22:27 PST
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Aakash Jain
Created:
2018-12-07 03:22:27 PST
Size:
1.90 KB
patch
obsolete
>From e5f86cc03e41680cb30ccf54c45cae6b69c382be Mon Sep 17 00:00:00 2001 >From: Aakash Jain <aakash_jain@apple.com> >Date: Fri, 7 Dec 2018 03:21:25 -0800 >Subject: [PATCH] [ews-app] Send bug id as a build property > https://bugs.webkit.org/show_bug.cgi?id=192494 > >Reviewed by NOBODY (OOPS!). > >* BuildSlaveSupport/ews-app/ews/fetcher.py: >(BugzillaPatchFetcher.fetch): >--- > Tools/BuildSlaveSupport/ews-app/ews/fetcher.py | 2 +- > Tools/ChangeLog | 10 ++++++++++ > 2 files changed, 11 insertions(+), 1 deletion(-) > >diff --git a/Tools/BuildSlaveSupport/ews-app/ews/fetcher.py b/Tools/BuildSlaveSupport/ews-app/ews/fetcher.py >index 76b16109d60..3a98fa61315 100644 >--- a/Tools/BuildSlaveSupport/ews-app/ews/fetcher.py >+++ b/Tools/BuildSlaveSupport/ews-app/ews/fetcher.py >@@ -69,7 +69,7 @@ class BugzillaPatchFetcher(): > _log.warn('Patch is obsolete, skipping') > Patch.set_obsolete(patch_id) > continue >- rc = Buildbot.send_patch_to_buildbot(bz_patch['path'], properties=['patch_id={}'.format(patch_id)]) >+ rc = Buildbot.send_patch_to_buildbot(bz_patch['path'], properties=['patch_id={}'.format(patch_id), 'bug_id={}'.format(bz_patch['bug_id'])]) > if rc == 0: > Patch.set_bug_id(patch_id, bz_patch['bug_id']) > Patch.set_sent_to_buildbot(patch_id) >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index e3aff84566f..eed1bed8475 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,13 @@ >+2018-12-07 Aakash Jain <aakash_jain@apple.com> >+ >+ [ews-app] Send bug id as a build property >+ https://bugs.webkit.org/show_bug.cgi?id=192494 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * BuildSlaveSupport/ews-app/ews/fetcher.py: >+ (BugzillaPatchFetcher.fetch): >+ > 2018-12-07 Aakash Jain <aakash_jain@apple.com> > > [ews-app] Configure logfile for ews-app logs >-- >2.17.2 (Apple Git-113) >
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
|
Formatted Diff
|
Diff
Attachments on
bug 192494
: 356796 |
356803