You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check out those sweet matrix labels. Rather than shitty labels like jdk0 and jdk1 wouldn't it be cool to see jdk:openjdk7 and jdk:oraclejdk7? More examples:
rvm:2.1.1
python:2.7
The text was updated successfully, but these errors were encountered:
Need to account for labels that don't have bash friendly names like env and perhaps gemfile. I think a friendlyLabel Boolean should be added to each toolchain. If friendlyLabel=true then it should make use of the rvm:1.9.3 label. If friendlyLabel=false then it should fall back to using the index like rvm0.
https://builds.apache.org/job/Mesos/
Check out those sweet matrix labels. Rather than shitty labels like
jdk0
andjdk1
wouldn't it be cool to seejdk:openjdk7
andjdk:oraclejdk7
? More examples:rvm:2.1.1
python:2.7
The text was updated successfully, but these errors were encountered: