Skip to content

Commit c8f1670

Browse files
committed
Drop remnants of rake package:apple support
Shipping the nightly puppet gem is currently failing with: bundle exec rake pl:ship_nightly_gem FOSS_ONLY=true ANSWER_OVERRIDE=false rake aborted! Could not locate a Rake task named 'cfpropertylist' to add as a dependency of 'package:apple' This was broken in commit 5e4b124 as the packaging repo can no longer load the cfpropertylist rake task from the puppet repo. The `package:apple` rake task was used to install a version of CFPropertyList to speed up plist reads/writes. However, that task has been broken since at least commit d988fe7 when the file_mapping.yaml file was deleted: bundle exec rake package:apple rake aborted! Could not load Apple file mappings from 'ext/osx/file_mapping.yaml' Since the `package:apple` rake task hasn't worked since 2021, delete the cfproperty rake task and the "pre_tasks" entry that registers the cfpropertylist task with the packaging gem.
1 parent 77c3d66 commit c8f1670

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

ext/project_data.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@ gem_rdoc_options:
66
- --main
77
- README.md
88
- --line-numbers
9-
pre_tasks:
10-
'package:apple': 'cfpropertylist'

rakelib/cfpropertylist.rake

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)