https://bz.apache.org/ooo/show_bug.cgi?id=127639
--- Comment #12 from Ash <[email protected]> --- Hi Andrea Glad to hear it's useful. I will make the changes suggested and try to get back to you before the end of the week. Regarding minor.mk it seems there is a bit of a confusion on how to set the values in the config file . Let's assume your minor.mk in 4.1.5 looks like this (based on your example below): RSCVERSION=415 RSCREVISION=415m1(Build:9789) BUILD=9789 LAST_MINOR=m1 SOURCEVERSION=AOO415 To tell the script to do the right changes you have to add in the config file explicit values to the following 4 patterns only: RSCREVISION=416m1(Build:9790) BUILD=9790 LAST_MINOR=m1 SOURCEVERSION=AOO416 RSCVERSION doesn't require an explicit value since it can easily be covered by the regular logic, so that one is only mentioned cause it needs updating. These values must be explicitly written in there as i have not yet found the best logic to automatically update. The m10 and 415 that i put in my config were just an example. To better understand what i mean, just create a config file with only the following lines : --- file: minor.mk RSCVERSION RSCREVISION=416m1(Build:9790) BUILD=9790 LAST_MINOR=m1 SOURCEVERSION=AOO416 -- You are receiving this mail because: You are the assignee for the issue.
