recipe-roller
5ef2ca1b0f
Roll recipe dependencies (trivial).
...
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).
More info is at https://goo.gl/zkKdpD . Use https://goo.gl/noib3a to file a bug
(or complain)
recipe_engine:
https://crrev.com/01dfcf4635e3182d31e5de98f18c079bdc90de1d fetch: fix fetching using gitiles (do not recreate existing dirs) (phajdan.jr@chromium.org )
R=phajdan.jr@chromium.org
BUG=chromium:459840
TBR=martiniss@chromium.org,phajdan.jr@chromium.org
Review-Url: https://codereview.chromium.org/2171433002
9 years ago
phajdan.jr
6a33f25283
git: apply a 5 minutes timeout to "ensure git tooling on windows" step
...
This covers 99% of successful runs on all builders based on event_mon
data.
BUG=629025
Review-Url: https://codereview.chromium.org/2162143004
9 years ago
techtonik
2e24812dd3
map-branches: Fix crash with --show-subject when branch name matches files
...
Traceback (most recent call last):
...
File "...\\git_map_branches.py", line 303, in main
mapper.start()
File "...\\git_map_branches.py", line 169, in start
self.__append_branch(root)
File "...\\git_map_branches.py", line 272, in __append_branch
self.__append_branch(child, depth=depth + 1)
File "...\\git_map_branches.py", line 267, in __append_branch
line.append(run('log', '-n1', '--format=%s', branch))
File "...\git_common.py", line 599, in run
return run_with_stderr(*cmd, **kwargs)[0]
File "...\git_common.py", line 668, in run_with_stderr
raise subprocess2.CalledProcessError(retcode, cmd, os.getcwd(), ret, err)
subprocess2.CalledProcessError: Command '...\\git.bat -c color.ui=never log -n1 --format=%s readme' returned non-zero exit status 128 in ...
fatal: ambiguous argument 'readme': both revision and filename
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
BUG=
Review-Url: https://codereview.chromium.org/2153803002
9 years ago
sdefresne
263e92872f
Add new parameter --project_root to cpplint.py.
...
Chrome on iOS downstream repository tracks Chromium via DEPS and wants
to use cpplint canned presubmit check but the cpplint.py errors due at
the include guard as it stops at the inner most git repository.
Add a new parameter --project_root to cpplint.py. If set, it overrides
the automatic detection of the project root that searches the root of
the version control repository.
The --root parameter cannot be used as it is used after the automatic
resolution is performed (and allow chopping the head of the relative
path while the need is to expend the path to include ios_internal/).
BUG=598090
Review-Url: https://codereview.chromium.org/2036773002
9 years ago
asanka
97f3949a4d
[git-map-branches] Show CL status verbatim.
...
git-map-branches -v -v -v currently indicates the status of the CL using
a color. This change adds the status string alongside the CL to match
the output of 'git-cl status'.
$ git map-branches -v -v -v
Before:
A 354ccf6 [ ahead 1 ] https://codereview ...
B e701150 [ ahead 1 ] https://codereview ...
C * 094cedd [ ahead 1 ] https://codereview ...
After:
A 354ccf6 [ ahead 1 ] https://codereview ... (commit)
B e701150 [ ahead 1 ] https://codereview ... (lgtm)
C * 094cedd [ ahead 1 ] https://codereview ... (waiting)
R=dpranke@chromium.org
BUG=none
Review-Url: https://codereview.chromium.org/2138703003
9 years ago
smut
ae7ea3167e
Revert "Remove all safesync_url functionality from gclient"
...
This reverts commit 99a7f80578
.
This reverts commit 2697cd19a7
.
This reverts commit 8c51b6f148
.
This reverts commit d4aedc811b
.
Reason for revert:
Breaks iOS release branch builds.
BUG=623762
TBR=agable,maruel
Review URL: https://codereview.chromium.org/2162583004 .
9 years ago
recipe-roller
e29cf7cb78
Roll recipe dependencies (trivial).
...
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).
More info is at https://goo.gl/zkKdpD . Use https://goo.gl/noib3a to file a bug
(or complain)
recipe_engine:
https://crrev.com/1f4e7683113215117af63084dfef12ef06ac2896 Assert using realpath when confirming "env". (dnj@chromium.org )
R=dnj@chromium.org
BUG=chromium:628770
TBR=martiniss@chromium.org,phajdan.jr@chromium.org
Review-Url: https://codereview.chromium.org/2159553002
9 years ago
recipe-roller
c7f09d9098
Roll recipe dependencies (trivial).
...
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).
More info is at https://goo.gl/zkKdpD . Use https://goo.gl/noib3a to file a bug
(or complain)
recipe_engine:
https://crrev.com/aaa126975449a79bd150191e0f52f1194fe66167 Rework vendoring, imports, packages, protobuf. (dnj@chromium.org )
R=dnj@chromium.org
BUG=chromium:628770
TBR=martiniss@chromium.org,phajdan.jr@chromium.org
Review-Url: https://codereview.chromium.org/2152403002
9 years ago
dtu
944b60530e
Fix per-file owners check for deleted files.
...
Previously if you deleted a file that you had per-file owners on, it would fail
the owners check. This fixes that.
Originally, owners.Database used glob to enumerate the directory and added all
the matching files in the directory to some dicts holding the owners
information. If a CL deleted a file, it'd no longer be on the filesystem, so it
wouldn't be in these dicts. There'd be no per-file owners information for it.
With this patch, the Database no longer enumerates individual files. It instead
keeps track of the glob patterns and checks the CL's files against the patterns
at lookup time.
BUG=622381
TEST=tests/owners_unittest.py && tests/owners_finder_test.py # Unit test included.
Review-Url: https://codereview.chromium.org/2148153002
9 years ago
mbjorge
f2d73522b8
Fix relative file: paths in OWNERS with roots other than '/'
...
If an OWNERS file used the file: directive with a relative file
path, but was using a root other than '/' (e.g.
'/path/to/my/real/root'), then the include resolver would incorrectly
leave a leading '/' on the include path. When os_path.join was then
called, the leading '/' meant the path was treated as an absolute path
and the join did not behave as expected.
Review-Url: https://codereview.chromium.org/2148683003
9 years ago
hinoka
9a0de0b9f1
Add cipd binary support to cit.py
...
BUG=
Review-Url: https://codereview.chromium.org/2117943002
9 years ago
recipe-roller
a543853d41
Roll recipe dependencies (trivial).
...
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).
More info is at https://goo.gl/zkKdpD . Use https://goo.gl/noib3a to file a bug
(or complain)
recipe_engine:
https://crrev.com/b088fe54ff42ce40f6ccb0fbb51aa12a8f831491 Implement "refs" command for easy lookup of recipe module references (phajdan.jr@chromium.org )
R=phajdan.jr@chromium.org
BUG=none
TBR=martiniss@chromium.org,phajdan.jr@chromium.org
Review-Url: https://codereview.chromium.org/2151873003
9 years ago
recipe-roller
15c0b36e4e
Roll recipe dependencies (trivial).
...
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).
More info is at https://goo.gl/zkKdpD . Use https://goo.gl/noib3a to file a bug
(or complain)
recipe_engine:
https://crrev.com/c445d9dcff82a1cbe10102384b360bd9a5f3688c shtuil.remove: get rid of the flag_smart_tree. (tandrii@chromium.org )
R=phajdan.jr@chromium.org,martiniss@chromium.org,tandrii@chromium.org
BUG=584783
TBR=martiniss@chromium.org,phajdan.jr@chromium.org
Review-Url: https://codereview.chromium.org/2143923003
9 years ago
lhchavez
2d1b6dae5a
Support C++11 types in build/include_what_you_use
...
This is a cherry-pick of https://github.com/google/styleguide/pull/159
(plus some code that it depends on).
BUG=627514
TEST=cpplint_unittest.py
Review-Url: https://codereview.chromium.org/2146553003
9 years ago
lhchavez
9b2173c419
Make build/include_what_you_use more consistent
...
This is a cherry-pick of https://github.com/google/styleguide/pull/158/
BUG=627202
TEST=cpplint_unittest.py
Review-Url: https://codereview.chromium.org/2147593002
9 years ago
recipe-roller
d5c7b7adbd
Roll recipe dependencies (trivial).
...
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).
More info is at https://goo.gl/zkKdpD . Use https://goo.gl/noib3a to file a bug
(or complain)
recipe_engine:
https://crrev.com/3de962bcccb8eac10810d7247618c5c9089b8fe7 shutil.rmtree: transition everything to new implementation. (tandrii@chromium.org )
R=phajdan.jr@chromium.org,martiniss@chromium.org,tandrii@chromium.org
BUG=584783
TBR=martiniss@chromium.org,phajdan.jr@chromium.org
Review-Url: https://codereview.chromium.org/2148793002
9 years ago
tandrii
9de9ec66b3
git cl try: Trigger CQ Dry Run by default.
...
If bots are specified manually on command line OR in PRESUBMIT.py,
then old behavior remains, namely triggering just those bots.
Otherwise, git cl try will now trigger CQ Dry Run. This is a good
default and also resolves several bugs:
* https://crbug.com/581150 where git cl try used to load cq.cfg
from infra/config, but that's not always correct for all projects.
* https://crbug.com/625697 where even if cq.cfg is in default location.
it might be outdated.
* https://crbug.com/585237 where git cl try would ignore special
in CL description CQ_INCLUDE_TRYBOTS, which is processed by CQ,
but not git cl try.
BUG=625697,585237,581150
R=sergiyb@chromium.org,emso@chromium.org
Review-Url: https://codereview.chromium.org/2147563003
9 years ago
tandrii
d9e5ce518a
Fix git cl set-commit --clear.
...
aka sergiyb@ was right.
R=sergiyb@chromium.org
BUG=
Review-Url: https://codereview.chromium.org/2141283002
9 years ago
recipe-roller
83e4442768
Roll recipe dependencies (trivial).
...
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).
More info is at https://goo.gl/zkKdpD . Use https://goo.gl/noib3a to file a bug
(or complain)
recipe_engine:
https://crrev.com/6bf9ca763de94c641328900358642ec44cf3932e Set proper result (purple/red) for "Uncaught Exception" and "Failure reason" steps (phajdan.jr@chromium.org )
R=phajdan.jr@chromium.org
BUG=none
TBR=martiniss@chromium.org,phajdan.jr@chromium.org
Review-Url: https://codereview.chromium.org/2143373002
9 years ago
recipe-roller
25f1dc3036
Roll recipe dependencies (trivial).
...
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).
More info is at https://goo.gl/zkKdpD . Use https://goo.gl/noib3a to file a bug
(or complain)
recipe_engine:
https://crrev.com/2b31483ac5f58781c138af391a35ccf3a3f63245 shutil recipe_module: port chromium_utils rmtree implementation. (tandrii@chromium.org )
R=martiniss@chromium.org,tandrii@chromium.org
BUG=584783
TBR=martiniss@chromium.org,phajdan.jr@chromium.org
Review-Url: https://codereview.chromium.org/2135383006
9 years ago
recipe-roller
c290ab04d4
Roll recipe dependencies (trivial).
...
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).
More info is at https://goo.gl/zkKdpD . Use https://goo.gl/noib3a to file a bug
(or complain)
recipe_engine:
https://crrev.com/c3683107b331a0f9f0392c0a376ecf8143b1e2ac Revert of shutil recipe_module: port chromium_utils rmtree implementation. (patchset #2 id:20001 of https://codereview.chromium.org/2146523003/ ) (tandrii@chromium.org )
R=martiniss@chromium.org,tandrii@chromium.org
BUG=584783
TBR=martiniss@chromium.org,phajdan.jr@chromium.org
Review-Url: https://codereview.chromium.org/2147703002
9 years ago
recipe-roller
4b9967207b
Roll recipe dependencies (trivial).
...
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).
More info is at https://goo.gl/zkKdpD . Use https://goo.gl/noib3a to file a bug
(or complain)
recipe_engine:
https://crrev.com/774c69370e740a8a5c85dce90f88a2bbd11911f5 shutil recipe_module: port chromium_utils rmtree implementation. (tandrii@chromium.org )
R=martiniss@chromium.org,tandrii@chromium.org
BUG=584783
TBR=martiniss@chromium.org,phajdan.jr@chromium.org
Review-Url: https://codereview.chromium.org/2148493002
9 years ago
tandrii
6b410ec471
Gerrit CQ will not allow customization of CQ label values.
...
R=andybons@chromium.org
BUG=
Review-Url: https://codereview.chromium.org/2135313005
9 years ago
recipe-roller
a406fc8802
Roll recipe dependencies (trivial).
...
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).
More info is at https://goo.gl/zkKdpD . Use https://goo.gl/noib3a to file a bug
(or complain)
recipe_engine:
https://crrev.com/d6ce1c413a63efd635af9cac02d21f52228c97bd Make Step API support type long in commands (borenet@chromium.org )
R=borenet@chromium.org
BUG=
TBR=martiniss@chromium.org,phajdan.jr@chromium.org
Review-Url: https://codereview.chromium.org/2147623003
9 years ago
tandrii
2bdadf1e0d
git cl upload: remove no longer aplicable message.
...
R=andybons@chromium.org
BUG=
Review-Url: https://codereview.chromium.org/2143693002
9 years ago
tandrii
45f10aecb5
Fix CQ.cfg for Gerrit.
...
Follow up of https://codereview.chromium.org/2144723002 .
BUG=627540
TBR=andybons@chromium.org
Review-Url: https://codereview.chromium.org/2139603004
9 years ago
tandrii
875a01234f
Enable Gerrit CQ on depot_tools project.
...
TBR=andybons@chromium.org
BUG=
Review-Url: https://codereview.chromium.org/2144723002
9 years ago
phajdan.jr
27726869d2
tryserver: make it possible to override cwd for get_files_affected_by_patch
...
BUG=584079, 593999
Review-Url: https://codereview.chromium.org/2144473003
9 years ago
recipe-roller
00c2cdbf30
Roll recipe dependencies (trivial).
...
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).
More info is at https://goo.gl/zkKdpD . Use https://goo.gl/noib3a to file a bug
(or complain)
recipe_engine:
https://crrev.com/ce485a8a394dcc1561b5ecdd337a85002083de5b Fix bootstrap on windows (martiniss@chromium.org )
https://crrev.com/ba76686b6729174d9b7c7900ada4946ea5329632 Revert of Fix bootstrap on windows (patchset #2 id:20001 of https://codereview.chromium.org/2136303002/ ) (martiniss@chromium.org )
R=dnj@chromium.org,martiniss@chromium.org
BUG=
TBR=martiniss@chromium.org,phajdan.jr@chromium.org
Review-Url: https://codereview.chromium.org/2138293002
9 years ago
recipe-roller
8cd13991b7
Roll recipe dependencies (trivial).
...
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).
More info is at https://goo.gl/zkKdpD . Use https://goo.gl/noib3a to file a bug
(or complain)
recipe_engine:
https://crrev.com/0a6ab680699355151bf3387074f4656c48698d72 Fix bootstrap cwd (martiniss@chromium.org )
R=martiniss@chromium.org
BUG=
TBR=martiniss@chromium.org,phajdan.jr@chromium.org
Review-Url: https://codereview.chromium.org/2137253002
9 years ago
phajdan.jr
b2580abf45
Manually roll recipes.cfg recipe_engine 2c5509f:9d78ba3
...
TBR=estaab, iannucci, martiniss
BUG=chromium:593999
Review-Url: https://codereview.chromium.org/2132363002
9 years ago
recipe-roller
dee56dd717
Roll recipe dependencies (trivial).
...
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).
More info is at https://goo.gl/zkKdpD . Use https://goo.gl/noib3a to file a bug
(or complain)
recipe_engine:
https://crrev.com/2c5509f0c2cd87af90844ed597d9aaa108194943 Fix pylint warnings (phajdan.jr@chromium.org )
R=phajdan.jr@chromium.org
BUG=none
TBR=martiniss@chromium.org,phajdan.jr@chromium.org
Review-Url: https://codereview.chromium.org/2131183002
9 years ago
phajdan.jr
90b9f5f404
update recipe bootstrap script (2c5509f)
...
BUG=chromium:618127
Review-Url: https://codereview.chromium.org/2131153002
9 years ago
recipe-roller
6874ac10da
Roll recipe dependencies (trivial).
...
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).
More info is at https://goo.gl/zkKdpD . Use https://goo.gl/noib3a to file a bug
(or complain)
recipe_engine:
https://crrev.com/02034be07bc11acb23994feb2ce3a40d94782d5d Retry all errors in recipe bootstrap script (phajdan.jr@chromium.org )
R=phajdan.jr@chromium.org
BUG=chromium:618127
TBR=martiniss@chromium.org,phajdan.jr@chromium.org
Review-Url: https://codereview.chromium.org/2136483002
9 years ago
recipe-roller
d914e91a22
Roll recipe dependencies (trivial).
...
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).
More info is at https://goo.gl/zkKdpD . Use https://goo.gl/noib3a to file a bug
(or complain)
recipe_engine:
https://crrev.com/ab4c628b8432cb3d3dbcee32a539f486115a329b Retry errors during fetch (phajdan.jr@chromium.org )
R=phajdan.jr@chromium.org
BUG=chromium:618127
TBR=martiniss@chromium.org,phajdan.jr@chromium.org
Review-Url: https://codereview.chromium.org/2135563002
9 years ago
zengster
bf47014c1a
Added '.m' pattern to git cl format files to be covered.
...
BUG=
Review-Url: https://codereview.chromium.org/2123283005
9 years ago
recipe-roller
c55ba20c62
Roll recipe dependencies (trivial).
...
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).
More info is at https://goo.gl/zkKdpD . Use https://goo.gl/noib3a to file a bug
(or complain)
recipe_engine:
https://crrev.com/5f18b96cc381e6c9df75bab13cdb99004e8b6779 Add recipe developer workflow doc. (martiniss@chromium.org )
R=martiniss@chromium.org
BUG=584182
TBR=martiniss@chromium.org,phajdan.jr@chromium.org
Review-Url: https://codereview.chromium.org/2131443002
9 years ago
tandrii
4d0545a439
Implement git cl upload --dry-run or --use-commit-queue for Gerrit.
...
Previously, it only worked for Rietveld.
BUG=622828
R=emso@chromium.org,machenbach@chromium.org
Review-Url: https://codereview.chromium.org/2117183004
9 years ago
tandrii
4b233bdb48
Implement git cl set-commit --dry-run for Rietveld.
...
BUG=622828
R=emso@chromium.org,machenbach@chromium.org
Review-Url: https://codereview.chromium.org/2127633003
9 years ago
sergiyb
f8a3b38c36
Report keyboard interrupt as abnormal (infra) failure
...
R=tandrii@chromium.org
BUG=579589
Review-Url: https://codereview.chromium.org/2125713002
9 years ago
phajdan.jr
7dba71bfbc
remove blink_or_chromium gclient config
...
It's not needed after blink merge.
TBR=emso, sergiyb, tandrii
BUG=none
Review-Url: https://codereview.chromium.org/2117063002
9 years ago
tandrii
f9aefb774c
Implement git cl upload -b BUG --bug=BUG.
...
CC=friedman@chromium.org
R=sergiyb@chromium.org
BUG=500658
Review-Url: https://codereview.chromium.org/2117483002
9 years ago
recipe-roller
70c04847b5
Roll recipe dependencies (trivial).
...
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).
More info is at https://goo.gl/zkKdpD . Use https://goo.gl/noib3a to file a bug
(or complain)
recipe_engine:
https://crrev.com/97de2622765bdf58b51b827f9e9ba07b19e0a1e2 Fix raw_io input placeholders not using unicode. (martiniss@chromium.org )
R=martiniss@chromium.org
BUG=
TBR=martiniss@chromium.org,phajdan.jr@chromium.org
Review-Url: https://codereview.chromium.org/2115603003
9 years ago
recipe-roller
44118b1127
Roll recipe dependencies (trivial).
...
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).
More info is at https://goo.gl/zkKdpD . Use https://goo.gl/noib3a to file a bug
(or complain)
recipe_engine:
https://crrev.com/52e644c188ec824afb9ca763ffd6c11d2ff9db60 Add expanduser to path recipe module. (bpastene@chromium.org )
R=bpastene@chromium.org
BUG=624502
TBR=martiniss@chromium.org,phajdan.jr@chromium.org
Review-Url: https://codereview.chromium.org/2112883003
9 years ago
martiniss
6eda05f9e6
Allow git_cl to be called when no default server is given
...
Review-Url: https://codereview.chromium.org/2109253002
9 years ago
tandrii
d0b10a0b31
Remove old compatibility for git_cl_upload branches.
...
R=machenbach@chromium.org
BUG=
Review-Url: https://codereview.chromium.org/2116493002
9 years ago
sergiyb
2546dcc080
Do not remove issue from branch after it is landed manually
...
This is consistent with the way CQ works. Also git-cl-archive won't work if
branch looses info about its matching CL.
R=tandrii@chromium.org
Review-Url: https://codereview.chromium.org/2111543002
9 years ago
recipe-roller
ced6ad9364
Roll recipe dependencies (trivial).
...
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).
More info is at https://goo.gl/zkKdpD . Use https://goo.gl/noib3a to file a bug
(or complain)
recipe_engine:
https://crrev.com/7efa94d613f430f85af7f8c8364f85319ee9fa94 Make it possible to use 'cwd' in api.step.context (phajdan.jr@chromium.org )
R=phajdan.jr@chromium.org
BUG=chromium:593999,chromium:585401
TBR=martiniss@chromium.org,phajdan.jr@chromium.org
Review-Url: https://codereview.chromium.org/2112533002
9 years ago
phajdan.jr
4f00aa0b49
infra_paths: keep cache paths super short to avoid long path issues (attempt #2 )
...
This is a reland of https://codereview.chromium.org/2102613002/ .
See https://goto.google.com/ljfzu (Google-internal) for more context. Summary:
- the only builders with chromium checkout affected by this are on chromium.fyi
- we can't clean up old cache directories before switching to new ones
Also see https://goto.google.com/oyxwm why so short directory names are OK.
Similarly https://codereview.chromium.org/2061213002 .
BUG=623575
Review-Url: https://codereview.chromium.org/2102403002
9 years ago
martiniss
575e6766f2
bot_update: Allow patch_oauth2 to work in kitchen
...
site config is not present on builders which use kitchen, so we need to use credentials provided by puppet in the /creds directory.
BUG=624212
TBR=hinoka
Review-Url: https://codereview.chromium.org/2108073002
9 years ago