autopkg / hansen-m-recipes

My recipes for Autopkg - https://github.com/autopkg
27 stars 49 forks source link

Depreciate Fitbit Recipes #232

Closed paul-cossey closed 1 year ago

paul-cossey commented 1 year ago

Hi, @hansen-m (@rustymyers)

This PR depreciates the Munki recipe. The Fitbit macOS application is no longer available from the vendor.

For further information please see the following community post: https://community.fitbit.com/t5/Windows-10-App/Fitbit-Connect-will-be-discontinued-on-Oct-13-2022/m-p/5193900#M19569

Thanks!

autopkg run -v /Users/paul/Documents/GitHub/hansen-m-recipes/Fitbit/Fitbit.download.recipe 
Processing /Users/paul/Documents/GitHub/hansen-m-recipes/Fitbit/Fitbit.download.recipe...
WARNING: /Users/paul/Documents/GitHub/hansen-m-recipes/Fitbit/Fitbit.download.recipe is missing trust info and FAIL_RECIPES_WITHOUT_TRUST_INFO is not set. Proceeding...
DeprecationWarning
DeprecationWarning: This recipe has been deprecated. As of October 2022 Fitbit have discontuned their macOS Application. Please remove recipe from your runs.

For further information please see the following community post:https://community.fitbit.com/t5/Windows-10-App/Fitbit-Connect-will-be-discontinued-on-Oct-13-2022/m-p/5193900#M19569
StopProcessingIf
StopProcessingIf: (TRUEPREDICATE) is True
Receipt written to /Users/paul/Library/AutoPkg/Cache/com.github.hansen-m.download.Fitbit/receipts/Fitbit.download-receipt-20221019-122448.plist

The following recipes have deprecation warnings:
    Name             Warning                                                                                                                                                                                                                                                                                                                          
    ----             -------                                                                                                                                                                                                                                                                                                                          
    Fitbit.download  This recipe has been deprecated. As of October 2022 Fitbit have discontuned their macOS Application. Please remove recipe from your runs.

For further information please see the following community post:https://community.fitbit.com/t5/Windows-10-App/Fitbit-Connect-will-be-discontinued-on-Oct-13-2022/m-p/5193900#M19569

and

autopkg run -v /Users/paul/Documents/GitHub/hansen-m-recipes/Fitbit/Fitbit.install.recipe 
Processing /Users/paul/Documents/GitHub/hansen-m-recipes/Fitbit/Fitbit.install.recipe...
WARNING: /Users/paul/Documents/GitHub/hansen-m-recipes/Fitbit/Fitbit.install.recipe is missing trust info and FAIL_RECIPES_WITHOUT_TRUST_INFO is not set. Proceeding...
DeprecationWarning
DeprecationWarning: This recipe has been deprecated. As of October 2022 Fitbit have discontuned their macOS Application. Please remove recipe from your runs.

For further information please see the following community post:https://community.fitbit.com/t5/Windows-10-App/Fitbit-Connect-will-be-discontinued-on-Oct-13-2022/m-p/5193900#M19569
StopProcessingIf
StopProcessingIf: (TRUEPREDICATE) is True
Receipt written to /Users/paul/Library/AutoPkg/Cache/com.github.hansen-m.install.Fitbit/receipts/Fitbit.install-receipt-20221019-122459.plist

The following recipes have deprecation warnings:
    Name            Warning                                                                                                                                                                                                                                                                                                                          
    ----            -------                                                                                                                                                                                                                                                                                                                          
    Fitbit.install  This recipe has been deprecated. As of October 2022 Fitbit have discontuned their macOS Application. Please remove recipe from your runs.

For further information please see the following community post:https://community.fitbit.com/t5/Windows-10-App/Fitbit-Connect-will-be-discontinued-on-Oct-13-2022/m-p/5193900#M19569
rustymyers commented 1 year ago

Thank you!