Sha256: 089e27ba5089e106c1a6dcdea01ce29c41a9805d8feaf446aa324860e0174f52
Contents?: true
Size: 495 Bytes
Versions: 127
Compression:
Stored size: 495 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 Pkg::Config.build_pe namespace :pe do desc "Create a PE deb from this repo using the default cow #{Pkg::Config.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
127 entries across 127 versions & 2 rubygems