From 6441a4645be53e124ec88b8f6c59b8ca2ca4b427 Mon Sep 17 00:00:00 2001 From: Eric Boren Date: Fri, 13 Jan 2017 13:37:53 -0500 Subject: Move recipe modules to shared repo BUG=skia:6070 Change-Id: I6c487e77ddfddb6164b983981dff5ee8ae870376 Reviewed-on: https://skia-review.googlesource.com/6946 Commit-Queue: Eric Boren Reviewed-by: Ravi Mistry Reviewed-by: Stephan Altmueller --- infra/bots/recipes/swarm_housekeeper.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'infra/bots/recipes/swarm_housekeeper.py') diff --git a/infra/bots/recipes/swarm_housekeeper.py b/infra/bots/recipes/swarm_housekeeper.py index e0e779dc3a..e92708ce29 100644 --- a/infra/bots/recipes/swarm_housekeeper.py +++ b/infra/bots/recipes/swarm_housekeeper.py @@ -6,13 +6,13 @@ # Recipe for the Skia PerCommit Housekeeper. DEPS = [ - 'core', 'recipe_engine/path', 'recipe_engine/properties', 'recipe_engine/python', 'recipe_engine/step', - 'run', - 'vars', + 'skia-recipes/core', + 'skia-recipes/run', + 'skia-recipes/vars', ] -- cgit v1.2.3