Review Request: 8005794: in new infra, how do we change java -version?

2013-01-08 Thread Erik Joelsson
Adding a configure parameter --with-user-release-suffix which acts as the USER_RELEASE_SUFFIX variable used to do. If build number isn't set or is set to b00, this gets added to the full version string, overriding the default value username_timestamp. It's also possible to override this

Re: Review Request: 8005794: in new infra, how do we change java -version?

2013-01-08 Thread Tim Bell
Hi Erik Joelsson: Adding a configure parameter --with-user-release-suffix which acts as the USER_RELEASE_SUFFIX variable used to do. If build number isn't set or is set to b00, this gets added to the full version string, overriding the default value username_timestamp. It's also possible to

Re: Review Request: 8005794: in new infra, how do we change java -version?

2013-01-08 Thread Kelly O'Hair
Looks fine. -kto On Jan 8, 2013, at 3:03 AM, Erik Joelsson wrote: Adding a configure parameter --with-user-release-suffix which acts as the USER_RELEASE_SUFFIX variable used to do. If build number isn't set or is set to b00, this gets added to the full version string, overriding the