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

Unified Diff: 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: More fixes. 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
Index: recipe_modules/hacky_tryserver_detection/__init__.py
diff --git a/git-nav-upstream b/recipe_modules/hacky_tryserver_detection/__init__.py
old mode 100755
new mode 100644
similarity index 79%
copy from git-nav-upstream
copy to recipe_modules/hacky_tryserver_detection/__init__.py
index f16dc2ff463eef7ddd7cd7b81a2410df13dca752..6d9827199475defc91a0cfcc2da1d5b2e552b808
--- a/git-nav-upstream
+++ b/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',
+]

Powered by Google App Engine
This is Rietveld 408576698