Sha256: 4d1867b2e4d4c18022fac25f430d058910328c9ef0ee6d32adf4da386d4840a1

Contents?: true

Size: 445 Bytes

Versions: 15

Compression:

Stored size: 445 Bytes

Contents

# 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.

from recipe_engine import recipe_api


class InfraPathsApi(recipe_api.RecipeApi):
  def initialize(self):
    # TODO(phajdan.jr): remove dupes from the engine and delete infra_ prefix.
    self.m.path.set_config(
        'infra_' + self.m.properties.get('path_config', 'buildbot'))

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
libv8-5.3.332.38.5 vendor/depot_tools/recipe_modules/infra_paths/api.py
libv8-5.3.332.38.4 vendor/depot_tools/recipe_modules/infra_paths/api.py
libv8-5.3.332.38.3 vendor/depot_tools/recipe_modules/infra_paths/api.py
libv8-5.3.332.38.2 vendor/depot_tools/recipe_modules/infra_paths/api.py
libv8-5.3.332.38.1 vendor/depot_tools/recipe_modules/infra_paths/api.py
libv8-5.3.332.38.0 vendor/depot_tools/recipe_modules/infra_paths/api.py
libv8-5.3.332.38.0beta2 vendor/depot_tools/recipe_modules/infra_paths/api.py
libv8-5.2.361.43.1 vendor/depot_tools/recipe_modules/infra_paths/api.py
libv8-5.2.361.43.0 vendor/depot_tools/recipe_modules/infra_paths/api.py
libv8-5.1.281.59.1 vendor/depot_tools/recipe_modules/infra_paths/api.py
libv8-5.1.281.59.0 vendor/depot_tools/recipe_modules/infra_paths/api.py
libv8-5.1.281.59.0beta3 vendor/depot_tools/recipe_modules/infra_paths/api.py
libv8-5.0.71.48.3 vendor/depot_tools/recipe_modules/infra_paths/api.py
libv8-5.0.71.48.2 vendor/depot_tools/recipe_modules/infra_paths/api.py
libv8-5.0.71.48.0beta2 vendor/depot_tools/recipe_modules/infra_paths/api.py