blob: 1ff07096e163bd2ea4260364884f9f406b468b4c [file] [log] [blame]
# Copyright 2020 The Flutter Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""Frequently used git repository URLs."""
repos = struct(
FLUTTER_INFRA = "https://flutter.googlesource.com/infra",
FLUTTER_RECIPES = "https://flutter.googlesource.com/recipes",
COCOON =
"https://chromium.googlesource.com/external/github.com/flutter/cocoon",
PLUGINS =
"https://chromium.googlesource.com/external/github.com/flutter/plugins",
FLUTTER =
"https://chromium.googlesource.com/external/github.com/flutter/flutter",
ENGINE =
"https://chromium.googlesource.com/external/github.com/flutter/engine",
PACKAGES =
"https://chromium.googlesource.com/external/github.com/flutter/packages",
IDEVICEINSTALLER =
"https://flutter-mirrors.googlesource.com/ideviceinstaller",
LIBIMOBILEDEVICE =
"https://flutter-mirrors.googlesource.com/libimobiledevice",
LIBPLIST = "https://flutter-mirrors.googlesource.com/libplist",
USBMUXD = "https://flutter-mirrors.googlesource.com/libusbmuxd",
OPENSSL = "https://flutter-mirrors.googlesource.com/openssl",
IOS_DEPLOY = "https://flutter-mirrors.googlesource.com/ios-deploy",
LIBZIP = "https://flutter-mirrors.googlesource.com/libzip",
# Map makes it easy to look up source from .ci.yaml targets.
# TODO(chillers): Migrate all repos to map. https://github.com/flutter/flutter/issues/84998
GIT_REMOTE = {
"cocoon": "https://chromium.googlesource.com/external/github.com/flutter/cocoon",
"engine": "https://chromium.googlesource.com/external/github.com/flutter/engine",
},
)