Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#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 14 years ago by Ivan Raikov

Status: newaccepted

comment:2 Changed 14 years ago by Ivan Raikov

Resolution: fixed
Status: acceptedclosed

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.

comment:3 in reply to:  2 ; Changed 14 years ago by felix winkelmann

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 in reply to:  3 ; Changed 14 years ago by felix winkelmann

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 in reply to:  4 Changed 14 years ago by Ivan Raikov

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?

Note: See TracTickets for help on using tickets.