#148 closed defect (fixed)
build release snapshots from tag
Reported by: | felix winkelmann | Owned by: | Ivan Raikov |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | infrastructure | Version: | 4.2.x |
Keywords: | tag snapshot | Cc: | |
Estimated difficulty: |
Description
I've started tagging versions in the git repo and it would be good if the script that builds the snapshot tarball could check and build the highest numbered tag (instead of HEAD, as soon as the version changes).
Change History (5)
comment:1 Changed 15 years ago by
Status: | new → accepted |
---|
comment:2 follow-up: 3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:3 follow-up: 4 Changed 15 years ago by
Replying to iraikov:
The development snapshot scripts now checks out the experimental branch, takes the highest numbered tag, and builds the snapshot only if the tag is greater than the version of the current snapshot.
Excellent. But should it build master
?
comment:4 follow-up: 5 Changed 15 years ago by
Replying to felix:
Replying to iraikov:
The development snapshot scripts now checks out the experimental branch, takes the highest numbered tag, and builds the snapshot only if the tag is greater than the version of the current snapshot.
Excellent. But should it build
master
?
I mean: shouldn't it build master
?
comment:5 Changed 15 years ago by
You are right, I had misunderstood the purpose of the experimental branch. I have fixed the script to build from master.
Replying to felix:
Excellent. But should it build
master
?
I mean: shouldn't it build
master
?
The development snapshot scripts now checks out the experimental branch, takes the highest numbered tag, and builds the snapshot only if the tag is greater than the version of the current snapshot.