Add Debian packaging.
This commit is contained in:
8
Rakefile
8
Rakefile
@@ -102,9 +102,13 @@ def clean(file)
|
||||
rm file if File.exists?(file)
|
||||
end
|
||||
|
||||
def distribution_files
|
||||
def distribution_files(type=nil)
|
||||
require "foreman/distribution"
|
||||
Foreman::Distribution.files
|
||||
base_files = Foreman::Distribution.files
|
||||
type_files = type ?
|
||||
Dir[File.expand_path("../dist/resources/#{type}/**/*", __FILE__)] :
|
||||
[]
|
||||
base_files.concat(type_files)
|
||||
end
|
||||
|
||||
def mkchdir(dir)
|
||||
|
||||
Reference in New Issue
Block a user