Skip to content

Commit

Permalink
Bootstrap OnDemand 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Nov 5, 2024
1 parent 8abf784 commit 714dcb4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions lib/ood_packaging/utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,19 @@ def template_file(filename)
end

def ondemand_repo_version
'3.1'
'4.0'
end

def ondemand_rpm_repo_baseurl
"https://yum.osc.edu/ondemand/build/#{ondemand_repo_version}/web/#{dist}/\\$basearch/"
end

def ruby_version
'3.1'
'3.3'
end

def nodejs_version
'18'
'20'
end

def ctr_scripts_dir
Expand Down
12 changes: 6 additions & 6 deletions lib/ood_packaging/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@

# Version code for OodPackaging
module OodPackaging
VERSION = '0.15.2'
VERSION = '0.16.0'
PACKAGE_VERSION = {
'ondemand-release' => {
'(ubuntu|debian)' => '3.1.2',
'default' => '3.1'
'(ubuntu|debian)' => '4.0.0',
'default' => '4.0'
},
'ondemand-release-latest' => {
'(ubuntu|debian)' => '4',
'default' => '1-8'
},
'ondemand-runtime' => '3.1.5',
'ondemand-runtime' => '4.0.0',
'scl-utils' => '2.0.3',
'passenger' => '6.0.20',
'cjose' => '0.6.1',
'mod_auth_openidc' => '2.4.14.1',
'ondemand_exporter' => '0.10.0',
'ondemand-compute' => {
'(ubuntu|debian)' => '3.1.0',
'default' => '3.1.0'
'(ubuntu|debian)' => '4.0.0',
'default' => '4.0.0'
},
'python-websockify' => '0.11.0',
'turbovnc' => '3.1.1'
Expand Down

0 comments on commit 714dcb4

Please sign in to comment.