vieiro edited a comment on pull request #3423: URL: https://github.com/apache/netbeans/pull/3423#issuecomment-1006981869
Note that we're bringing _master_ into _cnd_ (`master->cnd`), not the other way around. "[cnd-asf](https://github.com/vieiro/netbeans/tree/cnd-asf)" is the other way around (i.e., `cnd -> master`), which is the "clean" commit you're looking for. The idea is: 1.- `master -> cnd` (this one). 2.- do any fine-tuning _in cnd_, in case of need (I don't think anything is required, though): - new libraries that may have been added in master during the last year and a half. - pipelines/builds/checks that may have changed (rat, for instance) 3.- `cnd -> master` (this is where we get the "clean" commit, including integration changes). The objective is avoid any possible interruption in master (broken builds, or whatever). Of course we can proceed with a `cnd->master` directly (aka [cnd-asf](https://github.com/vieiro/netbeans/tree/cnd-asf) ) and do any fine-tuning/development in master directly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- 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
