WebKit Bugzilla
Attachment 359436 Details for
Bug 193560
: [ews-app] Send patch author as a build property
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
ews-app-owner.patch (text/plain), 1.49 KB, created by
Aakash Jain
on 2019-01-17 17:45:34 PST
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Aakash Jain
Created:
2019-01-17 17:45:34 PST
Size:
1.49 KB
patch
obsolete
>Index: Tools/ChangeLog >=================================================================== >--- Tools/ChangeLog (revision 240137) >+++ Tools/ChangeLog (working copy) >@@ -1,3 +1,13 @@ >+2019-01-17 Aakash Jain <aakash_jain@apple.com> >+ >+ [ews-app] Send patch author as a build property >+ https://bugs.webkit.org/show_bug.cgi?id=193560 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * BuildSlaveSupport/ews-app/ews/fetcher.py: >+ (BugzillaPatchFetcher.fetch): >+ > 2019-01-17 Truitt Savell <tsavell@apple.com> > > Unreviewed, rolling out r240124. >Index: Tools/BuildSlaveSupport/ews-app/ews/fetcher.py >=================================================================== >--- Tools/BuildSlaveSupport/ews-app/ews/fetcher.py (revision 240137) >+++ Tools/BuildSlaveSupport/ews-app/ews/fetcher.py (working copy) >@@ -62,7 +62,8 @@ 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), 'bug_id={}'.format(bz_patch['bug_id'])]) >+ rc = Buildbot.send_patch_to_buildbot(bz_patch['path'], >+ properties=['patch_id={}'.format(patch_id), 'bug_id={}'.format(bz_patch['bug_id']), 'owner={}'.format(bz_patch.get('creator', ''))]) > if rc == 0: > Patch.set_bug_id(patch_id, bz_patch['bug_id']) > Patch.set_sent_to_buildbot(patch_id)
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 193560
: 359436