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

Unified Diff: infra/recipe_modules/hacky_tryserver_detection/__init__.py

Issue 1641363002: Adds bot_update to depot_tools. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Don't delete the old files in this CL. 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 | « infra/recipe_modules/gclient/test_api.py ('k') | infra/recipe_modules/hacky_tryserver_detection/api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/recipe_modules/hacky_tryserver_detection/__init__.py
diff --git a/git-nav-upstream b/infra/recipe_modules/hacky_tryserver_detection/__init__.py
old mode 100755
new mode 100644
similarity index 79%
copy from git-nav-upstream
copy to infra/recipe_modules/hacky_tryserver_detection/__init__.py
index f16dc2ff463eef7ddd7cd7b81a2410df13dca752..6d9827199475defc91a0cfcc2da1d5b2e552b808
--- a/git-nav-upstream
+++ b/infra/recipe_modules/hacky_tryserver_detection/__init__.py
@@ -1,6 +1,7 @@
-#!/usr/bin/env bash
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-git checkout '@{u}'
+DEPS = [
+ 'recipe_engine/properties',
+]
« no previous file with comments | « infra/recipe_modules/gclient/test_api.py ('k') | infra/recipe_modules/hacky_tryserver_detection/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698