Commit 8b64ddec authored by Josip Sokcevic's avatar Josip Sokcevic Committed by LUCI CQ

Remove unused functionality in bot_update.py

.DEPS.git has been removed in 2014 and no longer supported. It was
deleted in https://codereview.chromium.org/497313003 (August 2014). Last
entry in chromium/src is from tag 44.0.2403.47 in June 2015.

Recipe-Nontrivial-Roll: build
Recipe-Nontrivial-Roll: build_limited
Recipe-Nontrivial-Roll: chrome_release
Recipe-Nontrivial-Roll: chromiumos
Recipe-Nontrivial-Roll: infra
Change-Id: I3ffb8813af867df959098c02d399c8d745894aae
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3439573Reviewed-by: 's avatarAravind Vasudevan <aravindvasudev@google.com>
Commit-Queue: Josip Sokcevic <sokcevic@google.com>
parent 1b93e14c
#!/usr/bin/env bash
while test "$PWD" != "/"; do
if test -f "$PWD/src/.gitmodules"; then
break
fi
cd ..
done
if ! test -f "$PWD/src/.gitmodules"; then
echo "Could not find the root of your checkout; aborting." 1>&2
exit 1
fi
gclient_spec="solutions=[{'name':'src','url':None,'deps_file':'.DEPS.git'}]"
kernel_name=$(uname -s)
if [ "${kernel_name:0:5}" = "MINGW" ]; then
dir="${0%\\*}"
cmd "/C ${dir}\\python3.bat ${dir}\\gclient.py runhooks --spec=$gclient_spec"
else
dir="$(dirname $0)"
PYTHONDONTWRITEBYTECODE=1 exec python3 "$dir/gclient.py" runhooks --spec="$gclient_spec"
fi
exit $?
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--revision_mapping_file", "--revision_mapping_file",
"{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}", "{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}",
"--git-cache-dir", "--git-cache-dir",
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--revision_mapping_file", "--revision_mapping_file",
"{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}", "{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}",
"--git-cache-dir", "--git-cache-dir",
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--revision_mapping_file", "--revision_mapping_file",
"{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}", "{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}",
"--git-cache-dir", "--git-cache-dir",
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--revision_mapping_file", "--revision_mapping_file",
"{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}", "{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}",
"--git-cache-dir", "--git-cache-dir",
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--revision_mapping_file", "--revision_mapping_file",
"{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}", "{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}",
"--git-cache-dir", "--git-cache-dir",
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--revision_mapping_file", "--revision_mapping_file",
"{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}", "{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}",
"--git-cache-dir", "--git-cache-dir",
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--revision_mapping_file", "--revision_mapping_file",
"{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}", "{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}",
"--git-cache-dir", "--git-cache-dir",
......
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--patch_root", "--patch_root",
"src", "src",
"--revision_mapping_file", "--revision_mapping_file",
...@@ -149,7 +149,7 @@ ...@@ -149,7 +149,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--patch_root", "--patch_root",
"src", "src",
"--revision_mapping_file", "--revision_mapping_file",
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--revision_mapping_file", "--revision_mapping_file",
"{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}", "{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}",
"--git-cache-dir", "--git-cache-dir",
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--revision_mapping_file", "--revision_mapping_file",
"{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}", "{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}",
"--git-cache-dir", "--git-cache-dir",
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--revision_mapping_file", "--revision_mapping_file",
"{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}", "{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}",
"--git-cache-dir", "--git-cache-dir",
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--revision_mapping_file", "--revision_mapping_file",
"{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}", "{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}",
"--git-cache-dir", "--git-cache-dir",
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--revision_mapping_file", "--revision_mapping_file",
"{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}", "{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}",
"--git-cache-dir", "--git-cache-dir",
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--revision_mapping_file", "--revision_mapping_file",
"{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}", "{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}",
"--git-cache-dir", "--git-cache-dir",
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--revision_mapping_file", "--revision_mapping_file",
"{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}", "{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}",
"--git-cache-dir", "--git-cache-dir",
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--revision_mapping_file", "--revision_mapping_file",
"{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}", "{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}",
"--git-cache-dir", "--git-cache-dir",
......
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--patch_root", "--patch_root",
"src/third_party/angle", "src/third_party/angle",
"--revision_mapping_file", "--revision_mapping_file",
...@@ -189,7 +189,7 @@ ...@@ -189,7 +189,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--patch_root", "--patch_root",
"src/third_party/angle", "src/third_party/angle",
"--revision_mapping_file", "--revision_mapping_file",
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--revision_mapping_file", "--revision_mapping_file",
"{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}", "{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}",
"--git-cache-dir", "--git-cache-dir",
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--revision_mapping_file", "--revision_mapping_file",
"{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}", "{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}",
"--git-cache-dir", "--git-cache-dir",
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--revision_mapping_file", "--revision_mapping_file",
"{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}", "{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}",
"--git-cache-dir", "--git-cache-dir",
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--revision_mapping_file", "--revision_mapping_file",
"{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}", "{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}",
"--git-cache-dir", "--git-cache-dir",
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--revision_mapping_file", "--revision_mapping_file",
"{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}", "{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}",
"--git-cache-dir", "--git-cache-dir",
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--revision_mapping_file", "--revision_mapping_file",
"{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}", "{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}",
"--git-cache-dir", "--git-cache-dir",
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--revision_mapping_file", "--revision_mapping_file",
"{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}", "{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}",
"--git-cache-dir", "--git-cache-dir",
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--revision_mapping_file", "--revision_mapping_file",
"{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}", "{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}",
"--git-cache-dir", "--git-cache-dir",
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--revision_mapping_file", "--revision_mapping_file",
"{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}", "{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}",
"--git-cache-dir", "--git-cache-dir",
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--revision_mapping_file", "--revision_mapping_file",
"{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}", "{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}",
"--git-cache-dir", "--git-cache-dir",
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--revision_mapping_file", "--revision_mapping_file",
"{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}", "{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}",
"--git-cache-dir", "--git-cache-dir",
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--revision_mapping_file", "--revision_mapping_file",
"{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}", "{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}",
"--git-cache-dir", "--git-cache-dir",
......
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--patch_root", "--patch_root",
"src", "src",
"--revision_mapping_file", "--revision_mapping_file",
......
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--patch_root", "--patch_root",
"src", "src",
"--revision_mapping_file", "--revision_mapping_file",
......
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--patch_root", "--patch_root",
"src", "src",
"--revision_mapping_file", "--revision_mapping_file",
......
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--patch_root", "--patch_root",
"src/third_party/angle", "src/third_party/angle",
"--revision_mapping_file", "--revision_mapping_file",
...@@ -189,7 +189,7 @@ ...@@ -189,7 +189,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--patch_root", "--patch_root",
"src/third_party/angle", "src/third_party/angle",
"--revision_mapping_file", "--revision_mapping_file",
......
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--patch_root", "--patch_root",
"src", "src",
"--revision_mapping_file", "--revision_mapping_file",
...@@ -188,7 +188,7 @@ ...@@ -188,7 +188,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--patch_root", "--patch_root",
"src", "src",
"--revision_mapping_file", "--revision_mapping_file",
......
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--patch_root", "--patch_root",
"src", "src",
"--revision_mapping_file", "--revision_mapping_file",
...@@ -188,7 +188,7 @@ ...@@ -188,7 +188,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--patch_root", "--patch_root",
"src", "src",
"--revision_mapping_file", "--revision_mapping_file",
......
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--patch_root", "--patch_root",
"src/v8", "src/v8",
"--revision_mapping_file", "--revision_mapping_file",
...@@ -189,7 +189,7 @@ ...@@ -189,7 +189,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--patch_root", "--patch_root",
"src/v8", "src/v8",
"--revision_mapping_file", "--revision_mapping_file",
......
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--patch_root", "--patch_root",
"src/third_party/webrtc", "src/third_party/webrtc",
"--revision_mapping_file", "--revision_mapping_file",
...@@ -199,7 +199,7 @@ ...@@ -199,7 +199,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--patch_root", "--patch_root",
"src/third_party/webrtc", "src/third_party/webrtc",
"--revision_mapping_file", "--revision_mapping_file",
......
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--patch_root", "--patch_root",
"src/v8", "src/v8",
"--revision_mapping_file", "--revision_mapping_file",
...@@ -189,7 +189,7 @@ ...@@ -189,7 +189,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--patch_root", "--patch_root",
"src/v8", "src/v8",
"--revision_mapping_file", "--revision_mapping_file",
......
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--patch_root", "--patch_root",
"src/v8", "src/v8",
"--revision_mapping_file", "--revision_mapping_file",
...@@ -189,7 +189,7 @@ ...@@ -189,7 +189,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--patch_root", "--patch_root",
"src/v8", "src/v8",
"--revision_mapping_file", "--revision_mapping_file",
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--revision_mapping_file", "--revision_mapping_file",
"{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}", "{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}",
"--git-cache-dir", "--git-cache-dir",
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--revision_mapping_file", "--revision_mapping_file",
"{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}", "{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}",
"--git-cache-dir", "--git-cache-dir",
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--revision_mapping_file", "--revision_mapping_file",
"{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}", "{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}",
"--git-cache-dir", "--git-cache-dir",
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
"-u", "-u",
"RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
"--spec-path", "--spec-path",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]",
"--revision_mapping_file", "--revision_mapping_file",
"{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}", "{\"got_angle_revision\": \"src/third_party/angle\", \"got_cr_revision\": \"src\", \"got_revision\": \"src\", \"got_v8_revision\": \"src/v8\"}",
"--git-cache-dir", "--git-cache-dir",
......
...@@ -719,6 +719,9 @@ def _git_checkout(sln, sln_dir, revisions, refs, no_fetch_tags, git_cache_dir, ...@@ -719,6 +719,9 @@ def _git_checkout(sln, sln_dir, revisions, refs, no_fetch_tags, git_cache_dir,
mirror_dir = git( mirror_dir = git(
'cache', 'exists', '--quiet', '--cache-dir', git_cache_dir, url).strip() 'cache', 'exists', '--quiet', '--cache-dir', git_cache_dir, url).strip()
first_try = True first_try = True
# This loop breaks on second run and raises an exception (see first_try
# usage).
while True: while True:
try: try:
# If repo deletion was aborted midway, it may have left .git in broken # If repo deletion was aborted midway, it may have left .git in broken
...@@ -865,11 +868,6 @@ def ensure_checkout(solutions, revisions, first_sln, target_os, target_os_only, ...@@ -865,11 +868,6 @@ def ensure_checkout(solutions, revisions, first_sln, target_os, target_os_only,
gerrit_reset, gerrit_reset,
gerrit_rebase_patch_ref) gerrit_rebase_patch_ref)
# Now that gclient_sync has finished, we should revert any .DEPS.git so that
# presubmit doesn't complain about it being modified.
if git('ls-files', '.DEPS.git', cwd=first_sln).strip():
git('checkout', 'HEAD', '--', '.DEPS.git', cwd=first_sln)
# Reset the deps_file point in the solutions so that hooks get run properly. # Reset the deps_file point in the solutions so that hooks get run properly.
for sln in solutions: for sln in solutions:
sln['deps_file'] = sln.get('deps_file', 'DEPS').replace('.DEPS.git', 'DEPS') sln['deps_file'] = sln.get('deps_file', 'DEPS').replace('.DEPS.git', 'DEPS')
......
...@@ -14,7 +14,7 @@ from . import api as gclient_api ...@@ -14,7 +14,7 @@ from . import api as gclient_api
def BaseConfig(USE_MIRROR=True, CACHE_DIR=None, def BaseConfig(USE_MIRROR=True, CACHE_DIR=None,
BUILDSPEC_VERSION=None, deps_file='.DEPS.git', **_kwargs): BUILDSPEC_VERSION=None, deps_file='DEPS', **_kwargs):
cache_dir = str(CACHE_DIR) if CACHE_DIR else None cache_dir = str(CACHE_DIR) if CACHE_DIR else None
return ConfigGroup( return ConfigGroup(
solutions = ConfigList( solutions = ConfigList(
...@@ -274,7 +274,6 @@ def dart(c): ...@@ -274,7 +274,6 @@ def dart(c):
soln = c.solutions.add() soln = c.solutions.add()
soln.name = 'sdk' soln.name = 'sdk'
soln.url = ('https://dart.googlesource.com/sdk.git') soln.url = ('https://dart.googlesource.com/sdk.git')
soln.deps_file = 'DEPS'
soln.managed = False soln.managed = False
@config_ctx() @config_ctx()
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"RECIPE_REPO[depot_tools]/gclient.py", "RECIPE_REPO[depot_tools]/gclient.py",
"config", "config",
"--spec", "--spec",
"cache_dir = '[CACHE]/git'\nsolutions = [{'custom_vars': {'string_var': 'string_val', 'true_var': True}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]" "cache_dir = '[CACHE]/git'\nsolutions = [{'custom_vars': {'string_var': 'string_val', 'true_var': True}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]"
], ],
"env_suffixes": { "env_suffixes": {
"PATH": [ "PATH": [
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
"RECIPE_REPO[depot_tools]/gclient.py", "RECIPE_REPO[depot_tools]/gclient.py",
"config", "config",
"--spec", "--spec",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'Angle', 'url': 'https://chromium.googlesource.com/angle/angle.git'}]" "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'Angle', 'url': 'https://chromium.googlesource.com/angle/angle.git'}]"
], ],
"cwd": "[START_DIR]/src/third_party", "cwd": "[START_DIR]/src/third_party",
"env_suffixes": { "env_suffixes": {
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"RECIPE_REPO[depot_tools]/gclient.py", "RECIPE_REPO[depot_tools]/gclient.py",
"config", "config",
"--spec", "--spec",
"cache_dir = '[CACHE]/git'\nsolutions = [{'custom_vars': {'string_var': 'string_val', 'true_var': True}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]" "cache_dir = '[CACHE]/git'\nsolutions = [{'custom_vars': {'string_var': 'string_val', 'true_var': True}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]"
], ],
"env": { "env": {
"DEPOT_TOOLS_REPORT_BUILD": "project/ci/builder/8945511751514863184" "DEPOT_TOOLS_REPORT_BUILD": "project/ci/builder/8945511751514863184"
...@@ -160,7 +160,7 @@ ...@@ -160,7 +160,7 @@
"RECIPE_REPO[depot_tools]/gclient.py", "RECIPE_REPO[depot_tools]/gclient.py",
"config", "config",
"--spec", "--spec",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'Angle', 'url': 'https://chromium.googlesource.com/angle/angle.git'}]" "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'Angle', 'url': 'https://chromium.googlesource.com/angle/angle.git'}]"
], ],
"cwd": "[START_DIR]/src/third_party", "cwd": "[START_DIR]/src/third_party",
"env": { "env": {
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"RECIPE_REPO[depot_tools]/gclient.py", "RECIPE_REPO[depot_tools]/gclient.py",
"config", "config",
"--spec", "--spec",
"cache_dir = '[CACHE]/git'\nsolutions = [{'custom_vars': {'string_var': 'string_val', 'true_var': True}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]" "cache_dir = '[CACHE]/git'\nsolutions = [{'custom_vars': {'string_var': 'string_val', 'true_var': True}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src.git'}]"
], ],
"env": { "env": {
"DEPOT_TOOLS_REPORT_BUILD": "project/try/builder/8945511751514863184" "DEPOT_TOOLS_REPORT_BUILD": "project/try/builder/8945511751514863184"
...@@ -158,7 +158,7 @@ ...@@ -158,7 +158,7 @@
"RECIPE_REPO[depot_tools]/gclient.py", "RECIPE_REPO[depot_tools]/gclient.py",
"config", "config",
"--spec", "--spec",
"cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'Angle', 'url': 'https://chromium.googlesource.com/angle/angle.git'}]" "cache_dir = '[CACHE]/git'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'Angle', 'url': 'https://chromium.googlesource.com/angle/angle.git'}]"
], ],
"cwd": "[START_DIR]/src/third_party", "cwd": "[START_DIR]/src/third_party",
"env": { "env": {
......
...@@ -990,21 +990,21 @@ class GclientTest(trial_dir.TestCase): ...@@ -990,21 +990,21 @@ class GclientTest(trial_dir.TestCase):
self._get_processed()) self._get_processed())
def testGitDeps(self): def testGitDeps(self):
"""Verifies gclient respects a .DEPS.git deps file. """Verifies gclient respects a custom deps file.
Along the way, we also test that if both DEPS and .DEPS.git are present, Along the way, we also test that if both DEPS and custom DEPS file are
that gclient does not read the DEPS file. This will reliably catch bugs present, that gclient does not read the DEPS file. This will reliably catch
where gclient is always hitting the wrong file (DEPS). bugs where gclient is always hitting the wrong file (DEPS).
""" """
write( write(
'.gclient', '.gclient',
'solutions = [\n' 'solutions = [\n'
' { "name": "foo", "url": "svn://example.com/foo",\n' ' { "name": "foo", "url": "svn://example.com/foo",\n'
' "deps_file" : ".DEPS.git",\n' ' "deps_file" : "CUSTOM_DEPS",\n'
' },\n' ' },\n'
']') ']')
write( write(
os.path.join('foo', '.DEPS.git'), os.path.join('foo', 'CUSTOM_DEPS'),
'deps = {\n' 'deps = {\n'
' "bar": "/bar",\n' ' "bar": "/bar",\n'
'}') '}')
...@@ -1030,7 +1030,7 @@ class GclientTest(trial_dir.TestCase): ...@@ -1030,7 +1030,7 @@ class GclientTest(trial_dir.TestCase):
'.gclient', '.gclient',
'solutions = [\n' 'solutions = [\n'
' { "name": "foo", "url": "svn://example.com/foo",\n' ' { "name": "foo", "url": "svn://example.com/foo",\n'
' "deps_file" : ".DEPS.git",\n' ' "deps_file" : "CUSTOM_DEPS",\n'
' },\n' ' },\n'
']') ']')
write( write(
...@@ -1055,7 +1055,7 @@ class GclientTest(trial_dir.TestCase): ...@@ -1055,7 +1055,7 @@ class GclientTest(trial_dir.TestCase):
'.gclient', '.gclient',
'solutions = [\n' 'solutions = [\n'
' { "name": "foo", "url": "https://example.com/foo",\n' ' { "name": "foo", "url": "https://example.com/foo",\n'
' "deps_file" : ".DEPS.git",\n' ' "deps_file" : "CUSTOM_DEPS",\n'
' },\n' ' },\n'
']') ']')
write( write(
...@@ -1096,7 +1096,7 @@ class GclientTest(trial_dir.TestCase): ...@@ -1096,7 +1096,7 @@ class GclientTest(trial_dir.TestCase):
'.gclient', '.gclient',
'solutions = [\n' 'solutions = [\n'
' { "name": "foo", "url": "svn://example.com/foo",\n' ' { "name": "foo", "url": "svn://example.com/foo",\n'
' "deps_file" : ".DEPS.git",\n' ' "deps_file" : "CUSTOM_DEPS",\n'
' },\n' ' },\n'
']') ']')
write( write(
...@@ -1118,11 +1118,11 @@ class GclientTest(trial_dir.TestCase): ...@@ -1118,11 +1118,11 @@ class GclientTest(trial_dir.TestCase):
'.gclient', '.gclient',
'solutions = [\n' 'solutions = [\n'
' { "name": "foo", "url": "svn://example.com/foo",\n' ' { "name": "foo", "url": "svn://example.com/foo",\n'
' "deps_file" : ".DEPS.git",\n' ' "deps_file" : "CUSTOM_DEPS",\n'
' },\n' ' },\n'
']') ']')
write( write(
os.path.join('foo', '.DEPS.git'), os.path.join('foo', 'CUSTOM_DEPS'),
'allowed_hosts = ["example.com"]\n' 'allowed_hosts = ["example.com"]\n'
'deps = {\n' 'deps = {\n'
' "bar": "svn://example.com/bar",\n' ' "bar": "svn://example.com/bar",\n'
...@@ -1141,11 +1141,11 @@ class GclientTest(trial_dir.TestCase): ...@@ -1141,11 +1141,11 @@ class GclientTest(trial_dir.TestCase):
'.gclient', '.gclient',
'solutions = [\n' 'solutions = [\n'
' { "name": "foo", "url": "svn://example.com/foo",\n' ' { "name": "foo", "url": "svn://example.com/foo",\n'
' "deps_file" : ".DEPS.git",\n' ' "deps_file" : "CUSTOM_DEPS",\n'
' },\n' ' },\n'
']') ']')
write( write(
os.path.join('foo', '.DEPS.git'), os.path.join('foo', 'CUSTOM_DEPS'),
'allowed_hosts = ["other.com"]\n' 'allowed_hosts = ["other.com"]\n'
'deps = {\n' 'deps = {\n'
' "bar": "svn://example.com/bar",\n' ' "bar": "svn://example.com/bar",\n'
...@@ -1164,7 +1164,7 @@ class GclientTest(trial_dir.TestCase): ...@@ -1164,7 +1164,7 @@ class GclientTest(trial_dir.TestCase):
'.gclient', '.gclient',
'solutions = [\n' 'solutions = [\n'
' { "name": "foo", "url": "svn://example.com/foo",\n' ' { "name": "foo", "url": "svn://example.com/foo",\n'
' "deps_file" : ".DEPS.git",\n' ' "deps_file" : "CUSTOM_DEPS",\n'
' },\n' ' },\n'
']') ']')
write( write(
...@@ -1189,7 +1189,7 @@ class GclientTest(trial_dir.TestCase): ...@@ -1189,7 +1189,7 @@ class GclientTest(trial_dir.TestCase):
'.gclient', '.gclient',
'solutions = [\n' 'solutions = [\n'
' { "name": "foo", "url": "svn://example.com/foo",\n' ' { "name": "foo", "url": "svn://example.com/foo",\n'
' "deps_file" : ".DEPS.git",\n' ' "deps_file" : "CUSTOM_DEPS",\n'
' },\n' ' },\n'
']') ']')
write( write(
...@@ -1214,7 +1214,7 @@ class GclientTest(trial_dir.TestCase): ...@@ -1214,7 +1214,7 @@ class GclientTest(trial_dir.TestCase):
'.gclient', '.gclient',
'solutions = [\n' 'solutions = [\n'
' { "name": "foo", "url": "svn://example.com/foo",\n' ' { "name": "foo", "url": "svn://example.com/foo",\n'
' "deps_file" : ".DEPS.git",\n' ' "deps_file" : "CUSTOM_DEPS",\n'
' },\n' ' },\n'
']') ']')
write( write(
...@@ -1253,7 +1253,7 @@ class GclientTest(trial_dir.TestCase): ...@@ -1253,7 +1253,7 @@ class GclientTest(trial_dir.TestCase):
'.gclient', '.gclient',
'solutions = [\n' 'solutions = [\n'
' { "name": "foo", "url": "https://example.com/foo",\n' ' { "name": "foo", "url": "https://example.com/foo",\n'
' "deps_file" : ".DEPS.git",\n' ' "deps_file" : "CUSTOM_DEPS",\n'
' },\n' ' },\n'
']') ']')
write( write(
...@@ -1375,7 +1375,7 @@ class GclientTest(trial_dir.TestCase): ...@@ -1375,7 +1375,7 @@ class GclientTest(trial_dir.TestCase):
'.gclient', '.gclient',
'solutions = [\n' 'solutions = [\n'
' { "name": "foo", "url": "https://example.com/foo.git",\n' ' { "name": "foo", "url": "https://example.com/foo.git",\n'
' "deps_file" : ".DEPS.git",\n' ' "deps_file" : "CUSTOM_DEPS",\n'
' },\n' ' },\n'
']') ']')
write( write(
...@@ -1396,7 +1396,7 @@ class GclientTest(trial_dir.TestCase): ...@@ -1396,7 +1396,7 @@ class GclientTest(trial_dir.TestCase):
'.gclient', '.gclient',
'solutions = [\n' 'solutions = [\n'
' { "name": "foo", "url": "https://example.com/foo.git",\n' ' { "name": "foo", "url": "https://example.com/foo.git",\n'
' "deps_file" : ".DEPS.git",\n' ' "deps_file" : "CUSTOM_DEPS",\n'
' },\n' ' },\n'
']') ']')
write( write(
...@@ -1417,7 +1417,7 @@ class GclientTest(trial_dir.TestCase): ...@@ -1417,7 +1417,7 @@ class GclientTest(trial_dir.TestCase):
'.gclient', '.gclient',
'solutions = [\n' 'solutions = [\n'
' { "name": "foo", "url": "https://example.com/foo",\n' ' { "name": "foo", "url": "https://example.com/foo",\n'
' "deps_file" : ".DEPS.git",\n' ' "deps_file" : "CUSTOM_DEPS",\n'
' },\n' ' },\n'
']') ']')
write( write(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment