| Index: scripts/slave/recipes/sync_submodules.py
|
| diff --git a/scripts/slave/recipes/sync_submodules.py b/scripts/slave/recipes/sync_submodules.py
|
| deleted file mode 100644
|
| index f04e7a6f8abe079dfea1ba4c1fae59906ea86a01..0000000000000000000000000000000000000000
|
| --- a/scripts/slave/recipes/sync_submodules.py
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -# Copyright 2016 The Chromium Authors. All rights reserved.
|
| -# Use of this source code is governed by a BSD-style license that can be
|
| -# found in the LICENSE file.
|
| -
|
| -DEPS = [
|
| - 'sync_submodules',
|
| -]
|
| -
|
| -
|
| -def RunSteps(api):
|
| - api.sync_submodules(
|
| - 'https://chromium.googlesource.com/chromium/src',
|
| - 'https://chromium.googlesource.com/chromium/src/codesearch')
|
| - api.sync_submodules(
|
| - 'https://chromium.googlesource.com/infra/infra',
|
| - 'https://chromium.googlesource.com/infra/infra/codesearch')
|
| -
|
| -
|
| -def GenTests(api):
|
| - yield api.test('basic')
|
|
|