Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link RubotoCore platform apk version to JRuby version #259

Closed
donv opened this issue Sep 28, 2012 · 1 comment
Closed

Link RubotoCore platform apk version to JRuby version #259

donv opened this issue Sep 28, 2012 · 1 comment
Assignees
Labels
Milestone

Comments

@donv
Copy link
Member

donv commented Sep 28, 2012

This is to make it easier to see what version of JRuby is in a RubotoCore apk. RubotoCore is, currently at least, just a repackaging of JRuby. I propose using the JRuby version and append a counter:

JRuby 1.7.0 => RubotoCore 1.7.0.0, 1.7.0.1, 1.7.0.1, ...
JRuby 1.7.1 => RubotoCore 1.7.1.0, 1.7.1.1, 1.7.1.1, ...
JRuby 1.8.0 => RubotoCore 1.8.0.0, 1.8.0.1, 1.8.0.1, ...

The scheme for the versionCode is the same where we multiply each part of the version name by 100

RubotoCore 1.7.0.0 => 1070000
RubotoCore 1.7.0.1 => 1070001
RubotoCore 1.7.1.0 => 1070100
RubotoCore 1.7.1.1 => 1070101

@ruboto @rscottm What do you think?

@ghost ghost assigned donv Jun 2, 2013
@donv
Copy link
Member Author

donv commented Jun 2, 2013

Nobody cares about the RubotoCore version, I think. Rejecting.

@donv donv closed this as completed Jun 2, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant