On 2/24/26 17:49, Neil C Smith wrote: > On Tue, 24 Feb 2026 at 16:38, Michael Bien <[email protected]> wrote: >> the vote checks artifacts which become the release if voting succeeds. >> >> its the same bits without rebuild > And in addition, the last release candidate and actual release, are > always the same git hash *with* rebuild (to inject version). > > So commit e45e218 is tagged with both 29-rc3 and 29, > > Just while we're discussing the quirks of our release process. :-)
there are also some edge cases where it is good for a RC build to know that it is a test build. E.g you don't want a release build to import config from a test build or something like that. (sometimes even the other way around*). Would be tricky to promote a RC build to release without flipping a switch somehow, or potentially creating non-obvious annoyances during the test phase. -mbien * https://github.com/apache/netbeans/blob/master/java/maven.indexer/src/org/netbeans/modules/maven/indexer/NexusRepositoryIndexManager.java#L399 > > Best wishes, > > Neil > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
