mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 10:41:31 +00:00
Remove SVN bootstrapping and some tooling.
Remove Windows SVN bootstrapping and some SVN tooling. Since "depot_tools" is no longer sync'd to SVN, and we have been committed to Git for years now, this is obsolete. Any transition code will never reach SVN users, and any remaining code should not be used by Chromium developers. BUG=chromium:630904 TEST=unit Change-Id: Ie984e8400a748702b125eaeed8157719ef4b88cc Reviewed-on: https://chromium-review.googlesource.com/562748 Commit-Queue: Daniel Jacques <dnj@chromium.org> Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: Aaron Gable <agable@chromium.org>
This commit is contained in:
@@ -119,20 +119,4 @@ then
|
||||
cd - > /dev/null
|
||||
fi
|
||||
|
||||
# We're on POSIX. We can now safely look for svn checkout.
|
||||
if [ "X$DEPOT_TOOLS_UPDATE" != "X0" -a -e "$base_dir/.svn" ]
|
||||
then
|
||||
echo "========================"
|
||||
echo "WARNING: You have an SVN checkout of depot_tools!"
|
||||
echo
|
||||
echo "depot_tools has migrated to Git. You are"
|
||||
echo "NO LONGER RECEIVING UPDATES to depot_tools."
|
||||
echo
|
||||
echo "You must follow these instructions[1] to get a Git copy of depot_tools."
|
||||
echo
|
||||
echo "[1]: https://www.chromium.org/developers/how-tos/install-depot-tools"
|
||||
echo "========================"
|
||||
return 1
|
||||
fi
|
||||
|
||||
find "$base_dir" -iname "*.pyc" -exec rm -f {} \;
|
||||
|
||||
Reference in New Issue
Block a user