Sha256: 2478cb94c04d74f7f8c72f0459878f7636d035c8f0329e6890f42c2abddcf92e
Contents?: true
Size: 485 Bytes
Versions: 3
Compression:
Stored size: 485 Bytes
Contents
# "Alias" tasks for PE - these just point at the standard pl: tasks. They exist # for ease of aggregation with PE-specific tasks that _are_ actually different # from their "pl" counterparts if @build.build_pe namespace :pe do desc "Create a PE deb from this repo using the default cow #{@build.default_cow}." task :deb => "pl:deb" desc "Create PE debs from this git repository using all cows specified in build_defaults yaml" task :deb_all => "pl:deb_all" end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
puppet-2.7.25 | ext/packaging/tasks/pe_deb.rake |
puppet-2.7.24 | ext/packaging/tasks/pe_deb.rake |
puppet-2.7.23 | ext/packaging/tasks/pe_deb.rake |