mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-11 12:35:26 +00:00
16 lines
461 B
Text
16 lines
461 B
Text
|
#!/usr/bin/env bash
|
||
|
# Copyright 2022 The Chromium OS Authors. All rights reserved.
|
||
|
# Use of this source code is governed by a BSD-style license that can be
|
||
|
# found in the LICENSE file.
|
||
|
|
||
|
echo "WARNING!"
|
||
|
echo ""
|
||
|
echo "Do not submit changes to this repository directly. Please submit changes upstream"
|
||
|
echo "to https://chromium.googlesource.com/crosvm/crosvm"
|
||
|
echo ""
|
||
|
echo "Use './tools/cl upload' instead of repo upload to do so."
|
||
|
echo ""
|
||
|
echo "WARNING!"
|
||
|
|
||
|
exit 1
|