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

Unified Diff: scripts/slave/recipe_modules/bot_update/resources/bot_update.py

Issue 1151423002: Move recipe engine to third_party/recipe_engine. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Copyright notices Created 5 years, 7 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: scripts/slave/recipe_modules/bot_update/resources/bot_update.py
diff --git a/scripts/slave/bot_update.py b/scripts/slave/recipe_modules/bot_update/resources/bot_update.py
similarity index 99%
copy from scripts/slave/bot_update.py
copy to scripts/slave/recipe_modules/bot_update/resources/bot_update.py
index 34cb33f3b58ab8ac46d3748a7c7f6b8c9c138a7b..8e4f124bbb76bc40bcff3abb6aae2e723eac0681 100755
--- a/scripts/slave/bot_update.py
+++ b/scripts/slave/recipe_modules/bot_update/resources/bot_update.py
@@ -37,7 +37,7 @@ SLAVE_DIR = path.dirname(BUILDER_DIR)
# Relative to this script's filesystem path.
THIS_DIR = path.dirname(path.abspath(__file__))
-SCRIPTS_DIR = path.dirname(THIS_DIR)
+SCRIPTS_DIR = path.dirname(path.dirname(path.dirname(path.dirname(THIS_DIR))))
BUILD_DIR = path.dirname(SCRIPTS_DIR)
ROOT_DIR = path.dirname(BUILD_DIR)
BUILD_INTERNAL_DIR = path.join(ROOT_DIR, 'build_internal')

Powered by Google App Engine
This is Rietveld 408576698