diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2025-12-11 16:33:49 -0800 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2025-12-11 16:45:04 -0800 |
| commit | 58f9aca0ccc51a1f9c02280438518c9be8047dbd (patch) | |
| tree | 2c09f48fd868f76c265acbeedde35c96a04415aa /tool | |
| parent | 12bf3a99d72f5f6f0a7633863e285029aa407c57 (diff) | |
make-snapshot: Drop X.Y.Z-pN support
We no longer make patchlevel releases.
Diffstat (limited to 'tool')
| -rwxr-xr-x | tool/make-snapshot | 4 |
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 |
