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 44 44: def after_init 45: super 46: register_supported_os('sl', ['5', '6']) 47: end
# File lib/boxgrinder-build/plugins/os/sl/sl-plugin.rb, line 44 44: def after_init 45: super 46: register_supported_os('sl', ['5', '6']) 47: end
# File lib/boxgrinder-build/plugins/os/sl/sl-plugin.rb, line 49 49: def execute(appliance_definition_file) 50: build_rhel(appliance_definition_file, SL_REPOS) 51: end