This PR adds a python script that can be setup to accept the License for us, in an approach similar to the one used by Chromium infra's puppet.
11 lines
450 B
Python
Executable File
11 lines
450 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
# Copyright (c) 2020 The Brave Authors. All rights reserved.
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
|
# You can obtain one at https://mozilla.org/MPL/2.0/.
|
|
|
|
# Version number and URL for pre-configured rust dependency package
|
|
# e.g. rust_deps_mac_0.1.0.gz
|
|
DEPS_PACKAGES_URL = "https://brave-build-deps-public.s3.brave.com"
|