Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(510)

Unified Diff: WATCHLISTS

Issue 1663003003: [Release] Automatically notify mailing list on a pending merge (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Tweaked the tests Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/release/common_includes.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: WATCHLISTS
diff --git a/WATCHLISTS b/WATCHLISTS
index 29b957b0917f0034bdb2f9378f93d0d9435cc5fc..f0dde00dba0c195c74bf070954fe5c132a2c14df 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -60,6 +60,9 @@
},
'ia32': {
'filepath': '/ia32/',
+ },
+ 'merges': {
+ 'filepath': '.',
}
},
@@ -91,5 +94,9 @@
'ia32': [
'v8-x87-ports@googlegroups.com',
],
+ 'merges': [
+ # Only enabled on branches created with tools/release/create_release.py
+ # 'v8-merges@googlegroups.com',
+ ],
},
}
« no previous file with comments | « no previous file | tools/release/common_includes.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698