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

Version Path
packaging-0.122.3 tasks/pe_deb.rake
packaging-0.122.2 tasks/pe_deb.rake
packaging-0.122.1 tasks/pe_deb.rake
packaging-0.122.0 tasks/pe_deb.rake
packaging-0.121.0 tasks/pe_deb.rake
packaging-0.120.0 tasks/pe_deb.rake
packaging-0.118.0 tasks/pe_deb.rake
packaging-0.117.0 tasks/pe_deb.rake
packaging-0.116.0 tasks/pe_deb.rake
packaging-0.115.0 tasks/pe_deb.rake
packaging-0.114.0 tasks/pe_deb.rake
packaging-0.113.0 tasks/pe_deb.rake
packaging-0.112.0 tasks/pe_deb.rake
packaging-0.111.0 tasks/pe_deb.rake
packaging-0.110.1 tasks/pe_deb.rake
packaging-0.110.0 tasks/pe_deb.rake
packaging-0.109.7 tasks/pe_deb.rake
packaging-0.109.6 tasks/pe_deb.rake
packaging-0.109.5 tasks/pe_deb.rake
packaging-0.109.4 tasks/pe_deb.rake