Skip to content

Commit 58f9aca

Browse files
committed
make-snapshot: Drop X.Y.Z-pN support
We no longer make patchlevel releases.
1 parent 12bf3a9 commit 58f9aca

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tool/make-snapshot

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -274,10 +274,6 @@ def package(vcs, rev, destdir, tmp = nil)
274274
prerelease = true
275275
tag = "#{$4}#{$5}"
276276
url = vcs.tag("v#{$1}_#{$2}_#{$3}_#{$4}#{$5}")
277-
when /\A(.*)\.(.*)\.(.*)-p(\d+)/
278-
patchlevel = true
279-
tag = "p#{$4}"
280-
url = vcs.tag("v#{$1}_#{$2}_#{$3}_#{$4}")
281277
when /\A(\d+)\.(\d+)(?:\.(\d+))?\z/
282278
if $3 && ($1 > "2" || $1 == "2" && $2 >= "1")
283279
patchlevel = true

0 commit comments

Comments
 (0)