Daniel Jacques
							
						 
						
							 
							
							
							
								
							
								cc27ecb005 
								
							
								 
							
						 
						
							
							
								
								Revert "[tryserver] Remove unused methods."  
							
							 
							
							... 
							
							
							
							This reverts commit 133ac1ab8d .
Reason for revert: Turns out these are used by internal recipes.
Original change's description:
> [tryserver] Remove unused methods.
> 
> R=agable@chromium.org, dnj@chromium.org, hinoka@chromium.org 
> 
> Bug:
> Change-Id: I82a11f31c8c1c4c4a2b461090e5aee637f8821c2
> Reviewed-on: https://chromium-review.googlesource.com/569019 
> Reviewed-by: Nodir Turakulov <nodir@chromium.org>
> Reviewed-by: Aaron Gable <agable@chromium.org>
> Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
TBR=iannucci@chromium.org,hinoka@chromium.org,agable@chromium.org,dnj@chromium.org,nodir@chromium.org
Change-Id: Ib1d4192520a36f649f1f9b31e2928027667311d4
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/570988 
Reviewed-by: Daniel Jacques <dnj@chromium.org>
Commit-Queue: Daniel Jacques <dnj@chromium.org> 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								recipe-roller
							
						 
						
							 
							
							
							
								
							
								83eb1cd51b 
								
							
								 
							
						 
						
							
							
								
								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.
recipe_engine:
  https://crrev.com/da3467b4dd873c8d9d4858b223dd7aaa64e78670  Recursively apply recipe overrides (phajdan.jr@chromium.org )
TBR=iannucci@chromium.org 
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I7349f2256f4d9b47bf5a4d6063d22e0b837cfe17
Reviewed-on: https://chromium-review.googlesource.com/569415 
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org> 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Robert Iannucci
							
						 
						
							 
							
							
							
								
							
								133ac1ab8d 
								
							
								 
							
						 
						
							
							
								
								[tryserver] Remove unused methods.  
							
							 
							
							... 
							
							
							
							R=agable@chromium.org, dnj@chromium.org, hinoka@chromium.org 
Bug:
Change-Id: I82a11f31c8c1c4c4a2b461090e5aee637f8821c2
Reviewed-on: https://chromium-review.googlesource.com/569019 
Reviewed-by: Nodir Turakulov <nodir@chromium.org>
Reviewed-by: Aaron Gable <agable@chromium.org>
Commit-Queue: Robbie Iannucci <iannucci@chromium.org> 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Dan Jacques
							
						 
						
							 
							
							
							
								
							
								209a681f9c 
								
							
								 
							
						 
						
							
							
								
								[git] Remove hard-coded "depot_tools" Git.  
							
							 
							
							... 
							
							
							
							Several tools, including the "git" recipe module, hard-code a
checkout-relative "git.bat" path. Git is a feature that is provided by
the system, both to tooling and recipes:
1) For users, "depot_tools" must be on PATH, and during setup it will
   have installed "git.bat", ensuring that Git tooling is available in
   PATH.
2) For bots, the system is responsible for providing "git.bat" on PATH.
   This is typically done at "/b/depot_tools/git.bat", which is sync'd
   through the "update_scripts" step.
By formally treating Git as a system resource, we absolve Windows bots
and users from manually installing a depot_tools-local Git, bringing
them in line with other platforms.
BUG=chromium:590806
TEST=local
Change-Id: I93e89855cdd330a2ba7a8cfb8117a1789d1ab54e
Reviewed-on: https://chromium-review.googlesource.com/568694 
Commit-Queue: Daniel Jacques <dnj@chromium.org>
Reviewed-by: Robbie Iannucci <iannucci@chromium.org> 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Michael Achenbach
							
						 
						
							 
							
							
							
								
							
								7dadf05dad 
								
							
								 
							
						 
						
							
							
								
								Query Gerrit for destination branch in bot_update  
							
							 
							
							... 
							
							
							
							This makes bot_update query Gerrit when syncing for Gerrit tryjobs.
The query will establish the actual destination branch of the CL,
which can be different from master (e.g. a feature branch).
Bot_update will ensure to use this destination branch for the repo
that corresponds to the CL's project. Both the main project or a
deps'ed project work.
Initially, this lives behind a flag that can be controlled in
downstream recipes. Eventually we'll set this to default after a
gradual roll-out.
Branches in branch-heads are not supported yet.
Bug: 740456
Change-Id: I4a0d50e2ca8fe90f8d29964a3ffab17291f7be60
Reviewed-on: https://chromium-review.googlesource.com/566824 
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								recipe-roller
							
						 
						
							 
							
							
							
								
							
								b80fac66ad 
								
							
								 
							
						 
						
							
							
								
								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.
recipe_engine:
  https://crrev.com/3d76281f54f9d0568fcbae1acbf884c86fbb29a7  [uuid] Remove unused uuid module (iannucci@chromium.org )
TBR=iannucci@chromium.org 
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I395cafcd2aca4eb02492ce90dcc412601253a39d
Reviewed-on: https://chromium-review.googlesource.com/567478 
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org> 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Paweł Hajdan, Jr
							
						 
						
							 
							
							
							
								
							
								24025d3e71 
								
							
								 
							
						 
						
							
							
								
								tryserver: add support for gerrit footers  
							
							 
							
							... 
							
							
							
							Bug: 644609
Change-Id: Ied7439d688b89f90b9705968927521b5060c5fb4
Reviewed-on: https://chromium-review.googlesource.com/565564 
Commit-Queue: Paweł Hajdan Jr. <phajdan.jr@chromium.org>
Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Michael Achenbach
							
						 
						
							 
							
							
							
								
							
								49b8147be0 
								
							
								 
							
						 
						
							
							
								
								Add support to query a CL's branch to gerrit recipe module  
							
							 
							
							... 
							
							
							
							Bug: 740456
Change-Id: Ic4f3c1f046cfa025d8e60172ee58e2b2e1b76ee6
Reviewed-on: https://chromium-review.googlesource.com/565560 
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org>
Reviewed-by: Aaron Gable <agable@chromium.org> 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								recipe-roller
							
						 
						
							 
							
							
							
								
							
								8af4646948 
								
							
								 
							
						 
						
							
							
								
								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.
recipe_engine:
  https://crrev.com/9959b0728785d9f5e7110e4db516f7cf09090bed  Remove shutil module. (iannucci@chromium.org )
TBR=iannucci@chromium.org 
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Iebb3ba8b4ae2051b33345702f6f85ed04cacc937
Reviewed-on: https://chromium-review.googlesource.com/564018 
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org> 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								recipe-roller
							
						 
						
							 
							
							
							
								
							
								b12c5256f9 
								
							
								 
							
						 
						
							
							
								
								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.
recipe_engine:
  https://crrev.com/26475d6816d9e1f79dc23d0cf5714e6fda5573aa  Add more experimental downstream trybots (phajdan.jr@chromium.org )
TBR=iannucci@chromium.org 
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ic984a8f1c8505e9a251b737d3468ef2ac2050714
Reviewed-on: https://chromium-review.googlesource.com/563997 
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org> 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								recipe-roller
							
						 
						
							 
							
							
							
								
							
								016f92e6f5 
								
							
								 
							
						 
						
							
							
								
								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.
recipe_engine:
  https://crrev.com/5c349eb803f77edd0458b36e41bfdf17ebf4eab9  [file] allow glob to handle nested patterns (iannucci@chromium.org )
TBR=iannucci@chromium.org 
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I6a01f7ed504870a2b7b25341165a5cb01027de05
Reviewed-on: https://chromium-review.googlesource.com/563859 
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org> 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								recipe-roller
							
						 
						
							 
							
							
							
								
							
								6850698593 
								
							
								 
							
						 
						
							
							
								
								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.
recipe_engine:
  https://crrev.com/12e7ca450489763234b7380edddfddc8d9e3cb8f  recipes.py test: enforce recipe expectations literally (phajdan.jr@chromium.org )
TBR=iannucci@chromium.org 
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ic2ed0099adf5d1254d077ef189087bc5390f361c
Reviewed-on: https://chromium-review.googlesource.com/563236 
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org> 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								recipe-roller
							
						 
						
							 
							
							
							
								
							
								e36a84317b 
								
							
								 
							
						 
						
							
							
								
								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.
recipe_engine:
  https://crrev.com/241ddc299faa009b8842f95d40fdd7760b81791e  [file] fix glob_paths when NO paths match, add tests. (iannucci@chromium.org )
TBR=iannucci@chromium.org 
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I706bcd7efa2ed820ca05adb8ae026c0ed734f229
Reviewed-on: https://chromium-review.googlesource.com/562241 
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org> 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								recipe-roller
							
						 
						
							 
							
							
							
								
							
								a8fdab966f 
								
							
								 
							
						 
						
							
							
								
								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.
recipe_engine:
  https://crrev.com/11d7598fa760017f168aec1c53a9ced74b2fc8a6  [file] Allow placeholders in file.copy (iannucci@chromium.org )
TBR=iannucci@chromium.org 
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I0c4b2d35f805aaeb647a574aa6d62fa5caeea1ef
Reviewed-on: https://chromium-review.googlesource.com/560737 
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org> 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								recipe-roller
							
						 
						
							 
							
							
							
								
							
								6a1ab84339 
								
							
								 
							
						 
						
							
							
								
								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.
recipe_engine:
  https://crrev.com/9419a0e2ea6ab618b33a1e962ce62b36664e5234  [doc] Put all external URLs in a single section. (iannucci@chromium.org )
TBR=iannucci@chromium.org 
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I39a8a4934d27e1461379cf5be48f722cc571c103
Reviewed-on: https://chromium-review.googlesource.com/559511 
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org> 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								recipe-roller
							
						 
						
							 
							
							
							
								
							
								32f0e5d7af 
								
							
								 
							
						 
						
							
							
								
								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.
recipe_engine:
  https://crrev.com/4b6b21e529889fcb3f4b1128ddd0fb941210012a  [doc] Fix randomization of DEPS link order, give DEPS links fully qualified names (iannucci@chromium.org )
TBR=iannucci@chromium.org 
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ifb23eec7d9298dc5cd75536860e5374936fdeae8
Reviewed-on: https://chromium-review.googlesource.com/560130 
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org> 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								recipe-roller
							
						 
						
							 
							
							
							
								
							
								bc9c5ccf00 
								
							
								 
							
						 
						
							
							
								
								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.
recipe_engine:
  https://crrev.com/3ac778ec88ee4a878bd75ab8a89162c848b3d1db  [recipe_autoroller] regen docs on trivial rolls too. (iannucci@chromium.org )
TBR=iannucci@chromium.org 
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ia2ec717f995182adb820c0773c11d060405d2223
Reviewed-on: https://chromium-review.googlesource.com/558153 
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org> 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Robert Iannucci
							
						 
						
							 
							
							
							
								
							
								54adb2a31c 
								
							
								 
							
						 
						
							
							
								
								Generate initial recipes README.  
							
							 
							
							... 
							
							
							
							Tbr: dnj@chromium.org 
Bug:
Change-Id: Icc87cb23571341835e54cc80210fa23bc33fb1f0
Reviewed-on: https://chromium-review.googlesource.com/558382 
Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
Commit-Queue: Robbie Iannucci <iannucci@chromium.org> 
							
						 
						
							8 years ago