summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2025-12-11 16:33:49 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2025-12-11 16:45:04 -0800
commit58f9aca0ccc51a1f9c02280438518c9be8047dbd (patch)
tree2c09f48fd868f76c265acbeedde35c96a04415aa /tool
parent12bf3a99d72f5f6f0a7633863e285029aa407c57 (diff)
make-snapshot: Drop X.Y.Z-pN support
We no longer make patchlevel releases.
Diffstat (limited to 'tool')
-rwxr-xr-xtool/make-snapshot4
1 files changed, 0 insertions, 4 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot
index 8251fa6324..cdda0c5994 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -274,10 +274,6 @@ def package(vcs, rev, destdir, tmp = nil)
prerelease = true
tag = "#{$4}#{$5}"
url = vcs.tag("v#{$1}_#{$2}_#{$3}_#{$4}#{$5}")
- when /\A(.*)\.(.*)\.(.*)-p(\d+)/
- patchlevel = true
- tag = "p#{$4}"
- url = vcs.tag("v#{$1}_#{$2}_#{$3}_#{$4}")
when /\A(\d+)\.(\d+)(?:\.(\d+))?\z/
if $3 && ($1 > "2" || $1 == "2" && $2 >= "1")
patchlevel = true