We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03760a7 commit 3d70874Copy full SHA for 3d70874
scripts/push/renew-catalog-template
@@ -5,7 +5,7 @@ set -eux
5
cd "${BASEDIR}"/cpython-doc-catalog
6
git remote add upstream https://github.com/python/cpython.git
7
git remote -v
8
-git fetch --quiet upstream
+git fetch --update-shallow upstream
9
git merge --no-ff upstream/${CPYTHON_BRANCH} -m "Merge remote-tracking branch 'upstream/${CPYTHON_BRANCH}' into ${CATALOG_BRANCH} by Autobuild bot on TravisCI"
10
11
# generate catalog
0 commit comments