add possibility to create package
This commit is contained in:
parent
a7807f089c
commit
ed7fc9aa7f
6 changed files with 104 additions and 10 deletions
|
@ -10,6 +10,9 @@ require 'ostruct'
|
|||
|
||||
# dat execute progress
|
||||
# dat execute < default Configfile
|
||||
# dat execute --dry-run
|
||||
# Execute single command
|
||||
# dat command service zulip
|
||||
|
||||
module Execute
|
||||
def dependency(name)
|
||||
|
@ -59,6 +62,9 @@ module Execute
|
|||
end
|
||||
|
||||
def self.file(options)
|
||||
require 'make'
|
||||
puts Make.context("postgresql")
|
||||
|
||||
puts "options: #{options}"
|
||||
dsl = Object.new
|
||||
dsl.extend(Execute)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue