Skip to content

Commit 093c4ea

Browse files
committed
Merge remote-tracking branch 'upstream/1.5.x'
2 parents 78e2db7 + d3d73f6 commit 093c4ea

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Rakefile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
require 'packaging'
22
Pkg::Util::RakeUtils.load_packaging_tasks
3+
4+
namespace :package do
5+
# desc "Bootstrap packaging automation, e.g. clone into packaging repo"
6+
task :bootstrap do
7+
puts "package:bootstrap is no longer needed, using packaging as a gem."
8+
end
9+
# desc "Remove all cloned packaging automation"
10+
task :implode do
11+
puts "package:implode is no longer needed, using packaging as a gem."
12+
end
13+
end

0 commit comments

Comments
 (0)