Class | BoxGrinder::ScientificLinuxPlugin |
In: |
lib/boxgrinder-build/plugins/os/sl/sl-plugin.rb
lib/boxgrinder-build/plugins/os/sl/sl-plugin.rb |
Parent: | RHELPlugin |
SL_REPOS | = | { "5" => { "base" => { "baseurl" => "http://ftp.scientificlinux.org/linux/scientific/#OS_VERSION#x/#BASE_ARCH#/SL/" |
SL_REPOS | = | { "5" => { "base" => { "baseurl" => "http://ftp.scientificlinux.org/linux/scientific/#OS_VERSION#x/#BASE_ARCH#/SL/" |
# File lib/boxgrinder-build/plugins/os/sl/sl-plugin.rb, line 43 43: def after_init 44: super 45: register_supported_os('sl', ['5', '6']) 46: end
# File lib/boxgrinder-build/plugins/os/sl/sl-plugin.rb, line 43 43: def after_init 44: super 45: register_supported_os('sl', ['5', '6']) 46: end
# File lib/boxgrinder-build/plugins/os/sl/sl-plugin.rb, line 48 48: def execute(appliance_definition_file) 49: build_rhel(appliance_definition_file, SL_REPOS) 50: end