https://bugzilla.wikimedia.org/show_bug.cgi?id=57088
--- Comment #2 from Antoine "hashar" Musso <[email protected]> --- Looking at it again, that is a serious issue :/ I use --git-root to point the script to my local repositories. make-release ends up using their current HEAD which might be severely outdated. https://gerrit.wikimedia.org/r/#/c/95825/ at least update the local repositories. Would have to clone them using --mirror to keep the remote branches in. As for the branch, the version decomposer abuse the term 'branch' when it is really a tag or major version. I would clean that up and make sure 'branch' point to some 'REL_**' or 'master'. That is not trivial though. Once we know which REL_ is being processed we can clone the extension using it. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
