Skip to content

Commit 901a387

Browse files
committed
Move packaging recipe to px_dev_extras
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent e8544c9 commit 901a387

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

tools/chef/cookbooks/px_dev/recipes/setup.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,5 @@
2929
include_recipe 'px_dev::nodejs'
3030
include_recipe 'px_dev::php'
3131
include_recipe 'px_dev::python'
32-
include_recipe 'px_dev::packaging'
3332

3433
include_recipe 'px_dev::arcanist'

tools/chef/cookbooks/px_dev_extras/recipes/default.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
include_recipe 'px_dev_extras::mac_os_x'
2222
include_recipe 'px_dev_extras::gperftools'
23+
include_recipe 'px_dev_extras::packaging'
2324

2425
pkg_list = [
2526
'cmake',
File renamed without changes.

0 commit comments

Comments
 (0)