ext/packaging/tasks/pe_remote.rake in puppet-2.7.20.rc1 vs ext/packaging/tasks/pe_remote.rake in puppet-2.7.20
- old
+ new
@@ -1,4 +1,9 @@
+# For PE, the natural default tasks are the remote tasks, rather than
+# the local ones, in reflection of which will be most ideal for PE devs.
+# e.g., pe:local_deb is the task to build a deb on the local host,
+# while pe:deb is the task for building on the remote builder host
+
if @build_pe
namespace :pe do
desc "Execute remote debian build using default cow on builder and retrieve package"
task :deb => ['pl:fetch', 'pl:load_extras'] do
ENV['PE_VER'] ||= @pe_version