summaryrefslogtreecommitdiff
path: root/PCbuild
diff options
context:
space:
mode:
authorINADA Naoki <methane@users.noreply.github.com>2017-03-07 15:34:38 +0900
committerGitHub <noreply@github.com>2017-03-07 15:34:38 +0900
commit8886d5f39286dffa7d9337857b151e7fb4af23fd (patch)
treea32f2e80a7d3f8414f1ada080e9023ebb4daef3b /PCbuild
parent93fac8dd358cd0e85e7b59115db226ce685d3f6f (diff)
downloadcpython-git-8886d5f39286dffa7d9337857b151e7fb4af23fd.tar.gz
PCbuild: Add -q option to svn export (GH-535)
Without this option, AppVeyor log is too unreadable.
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/get_externals.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/get_externals.bat b/PCbuild/get_externals.bat
index 98a755d870..3a2656e961 100644
--- a/PCbuild/get_externals.bat
+++ b/PCbuild/get_externals.bat
@@ -66,7 +66,7 @@ for %%e in (%libraries%) do (
echo.%%e already exists, skipping.
) else (
echo.Fetching %%e...
- svn export %SVNROOT%%%e
+ svn export -q %SVNROOT%%%e
)
)