We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the gemfile is using the old alces commander:
gem 'commander', github: 'alces-software/commander', tag: '4.4.4.alces3'
I suggest that we bring this in line with the other tools by using the openflighthpc commander package:
gem 'commander-openflighthpc', '~> 1.1.0'
A quick swap-out shows that there will be some ironing out of config needed from swapping between versions:
[root@localhost manage]# /opt/flight/bin/flexec bundle exec bin/manage list manage: #<Commander::Runner:0x00000000029d58f8>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the gemfile is using the old alces commander:
I suggest that we bring this in line with the other tools by using the openflighthpc commander package:
A quick swap-out shows that there will be some ironing out of config needed from swapping between versions:
The text was updated successfully, but these errors were encountered: