10000
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 d6d4960 commit 22a96dfCopy full SHA for 22a96df
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 --update-shallow upstream
+git fetch --quiet 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