summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorINADA Naoki <methane@users.noreply.github.com>2017-03-07 08:18:12 (GMT)
committerGitHub <noreply@github.com>2017-03-07 08:18:12 (GMT)
commit33d70d1721ed8a23d2744f33d5358657adccf4cd (patch)
tree8fb5cd9d56ae5450550ac9af3417e44f53fcd3f3 /PCbuild
parent284a2ba140cf11216e9804573d8cea6674ab90d9 (diff)
downloadcpython-33d70d1721ed8a23d2744f33d5358657adccf4cd.zip
cpython-33d70d1721ed8a23d2744f33d5358657adccf4cd.tar.gz
cpython-33d70d1721ed8a23d2744f33d5358657adccf4cd.tar.bz2
PCbuild: Add -q option to svn export (GH-537)
Without this option, AppVeyor log is too unreadable. (cherry picked from commit 8886d5f39286dffa7d9337857b151e7fb4af23fd)
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 98a755d8..3a2656e 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
)
)