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

Unified Diff: Tools/GardeningServer/scripts/config.js

Issue 336033002: Cleanup some garden-o-matic cruft and dead code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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
Index: Tools/GardeningServer/scripts/config.js
diff --git a/Tools/GardeningServer/scripts/config.js b/Tools/GardeningServer/scripts/config.js
index b05e11c37a8b9dc8d1ea4b534fe469fc176df6c1..c965198ebcd18e1c182f652f5cc58b30e1b47b41 100644
--- a/Tools/GardeningServer/scripts/config.js
+++ b/Tools/GardeningServer/scripts/config.js
@@ -28,14 +28,11 @@ var config = config || {};
(function() {
config = {
- kBuildNumberLimit: 20,
ojan 2014/06/14 18:42:11 This was only used in a warning, but it was wrong
kRelativeTimeUpdateFrequency: 1000 * 60,
kTreeStatusUpdateFrequency: 1000 * 30,
kUpdateFrequency: 10 * 60 * 1000,
- kBlinkSvnURL: 'svn://svn.chromium.org/blink/trunk',
kBlinkRevisionURL: 'http://src.chromium.org/viewvc/blink',
- kSvnLogURL: 'http://build.chromium.org/cgi-bin/svn-log',
ojan 2014/06/14 18:42:11 These two are unused.
kRietveldURL: 'https://codereview.chromium.org',
buildConsoleURL: 'http://build.chromium.org/p/chromium.webkit',

Powered by Google App Engine
This is Rietveld 408576698