Skip to content

[Backport 7.x] Drop remnants of rake package:apple support #9374

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 29, 2024

Conversation

joshcooper
Copy link
Contributor

@joshcooper joshcooper commented May 29, 2024

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.

Backport: #9367

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.
@joshcooper joshcooper force-pushed the backport_package_apple branch from c46fe9c to f35fe98 Compare May 29, 2024 18:08
@joshcooper joshcooper added the maintenance Maintenance chores are excluded from changelogs label May 29, 2024
@joshcooper joshcooper marked this pull request as ready for review May 29, 2024 18:28
@joshcooper joshcooper requested a review from a team as a code owner May 29, 2024 18:28
@joshcooper joshcooper merged commit 0fedb08 into puppetlabs:7.x May 29, 2024
12 checks passed
@joshcooper joshcooper deleted the backport_package_apple branch May 29, 2024 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Maintenance chores are excluded from changelogs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants