Opened 5 years ago
Closed 5 years ago
#59729 closed defect (fixed)
mariadb-10.2 @10.2.29: downloads head of 10.2 branch instead of desired tag
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | michaelld (Michael Dickens) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.2 |
Keywords: | Cc: | jonasjonas (Frank Hellenkamp) | |
Port: | mariadb-10.2 |
Description
The mariadb-10.2 port has had multiple stealth updates recently, and the reason appears to be that the port is downloading from the head of the 10.2 branch, rather than the intended fixed tag.
This happens because the port sets git.branch ${version_branch}
. It probably shouldn't do that. git.branch
is the variable that controls which commit/branch/tag will be downloaded. By default it is set to the third parameter of the github.setup
call.
Change History (3)
comment:1 Changed 5 years ago by jonasjonas (Frank Hellenkamp)
Cc: | jonasjonas added |
---|
comment:2 Changed 5 years ago by michaelld (Michael Dickens)
comment:3 Changed 5 years ago by michaelld (Michael Dickens)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
OK thanks! ... this explains what's going on! I clearly didn't do the transition to GitHub PG correctly. I'll figure out the right way to do this & fix it.