mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
allow archives for rc releases to be built (closes #22484)
This commit is contained in:
parent
29001c8319
commit
efd713b82b
1 changed files with 3 additions and 2 deletions
|
|
@ -165,9 +165,10 @@ autobuild-dev:
|
|||
autobuild-html:
|
||||
make html SPHINXOPTS='-A daily=1 -A versionswitcher=1'
|
||||
|
||||
# for stable releases: only build if not in pre-release stage (alpha, beta, rc)
|
||||
# for stable releases: only build if not in pre-release stage (alpha, beta)
|
||||
# release candidate downloads are okay, since the stable tree can be in that stage
|
||||
autobuild-stable:
|
||||
@case $(DISTVERSION) in *[abc]*) \
|
||||
@case $(DISTVERSION) in *[ab]*) \
|
||||
echo "Not building; $(DISTVERSION) is not a release version."; \
|
||||
exit 1;; \
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue