Skip to content
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

Recipe Map doesn't locate items in ~/Library/AutoPkg/Recipes #918

Open
MLBZ521 opened this issue Nov 27, 2023 · 2 comments
Open

Recipe Map doesn't locate items in ~/Library/AutoPkg/Recipes #918

MLBZ521 opened this issue Nov 27, 2023 · 2 comments
Assignees
Labels
beta Only for AutoPkg beta releases

Comments

@MLBZ521
Copy link
Contributor

MLBZ521 commented Nov 27, 2023

THIS IS ONLY INTENDED FOR AUTOPKG BETAS.

Describe the problem
This is similar to issues as reported in #886 and #908.

After rebuilding my AutoPkg "runner," I tried the latest RC build (3.0 RC2) and this issue is still prevalent when referencing something in ~/Library/AutoPkg/Recipes.

For example: I have a recipe in my ~/Library/AutoPkg/RecipeOverrides directory which references a shared Processor in my ~/Library/AutoPkg/Recipes directory. (I actually have multiple shared Processors in this directory...)

I have a stub recipe in the ~/Library/AutoPkg/Recipes directory, but it can't be found as nothing from this directory is found/listed in the recipe map.

I have been using this same design pattern, as discussed and recommended (by nick.mcspadden and elios) here, for over a year now without issue.

Preferences contents
Will add in separate comment.

AutoPkg output
Error:

"Looking for ExampleRecipe.recipe...
Found example.local.ExampleRecipe in recipe map overrides
**load_recipe time: 0.022479522973299026
Processing example.local.ExampleRecipe...
Receipt written to /tmp/receipts/example.local-receipt-20231121-164851.plist
The following recipes failed:
    example.local.ExampleRecipe
        Unknown processor 'example.local.SharedProcessors/ExampleProcessor'.
Nothing downloaded, packaged or imported."

(Names of the innocent have been removed or changed.)

Expected behavior
Referencing items, specifically Recipes and Processors here, within the ~/Library/AutoPkg/Recipes directory is no longer working while it used to work just fine in AutoPkg 2.x.

Version (please complete the following information):

  • OS version: 10.12 Monterey
  • AutoPkg Version: I have only tried the latest RC build (3.0 RC2) at this time.
@MLBZ521 MLBZ521 added the beta Only for AutoPkg beta releases label Nov 27, 2023
@MLBZ521
Copy link
Contributor Author

MLBZ521 commented Nov 27, 2023

Preferences contents

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>CACHE_DIR</key>
	<string>/Volumes/Storage/AutoPkg/Cache</string>
	<key>INSTALL_BUTTON_TEXT</key>
	<string>Install</string>
	<key>JSS_REPOS</key>
	<array>
		<dict>
			<key>type</key>
			<string>CDP</string>
		</dict>
	</array>
	<key>JSS_URL</key>
	<string>https://jps.server.org:8443</string>
	<key>JSS_VERIFY_SSL</key>
	<true/>
	<key>OFFLINEAPPS_DOMAIN</key>
	<string></string>
	<key>OFFLINEAPPS_INTERNAL_PATH</key>
	<string>/Jamf Pro</string>
	<key>OFFLINEAPPS_PASSWORD</key>
	<string></string>
	<key>OFFLINEAPPS_SHARE_NAME</key>
	<string>Transfer$</string>
	<key>OFFLINEAPPS_URL</key>
	<string>internal.server.org</string>
	<key>OFFLINEAPPS_USERNAME</key>
	<string></string>
	<key>PKG_ONLY</key>
	<string>False</string>
	<key>PKG_ONLY_PREDICATE</key>
	<string>%PKG_ONLY% == True</string>
	<key>POLICY_FREQUENCY</key>
	<string>Ongoing</string>
	<key>POLICY_TRIGGER_CHECKIN</key>
	<string>False</string>
	<key>POLICY_TRIGGER_ENROLLMENT</key>
	<string>false</string>
	<key>POLICY_TRIGGER_LOGIN</key>
	<string>false</string>
	<key>POLICY_TRIGGER_STARTUP</key>
	<string>false</string>
	<key>POLICY_RUN_COMMAND</key>
	<string></string>
	<key>RECIPE_OVERRIDE_DIRS</key>
	<string>/Volumes/Storage/AutoPkg/RecipeOverrides</string>
	<key>RECIPE_REPOS</key>
	<dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.aanklewicz-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/aanklewicz-recipes</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.apettinen-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/apettinen-recipes.git</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.arubdesu-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/arubdesu-recipes.git</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.asemak-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/asemak-recipes.git</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.aysiu-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/aysiu-recipes.git</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.bkerns-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/bkerns-recipes.git</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.cgerke-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/cgerke-recipes.git</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.crystalllized-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/crystalllized-recipes</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.dataJAR-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/dataJAR-recipes.git</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.davidbpirie-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/davidbpirie-recipes</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.denmoff-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/denmoff-recipes</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.foigus-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/foigus-recipes</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.gerardkok-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/gerardkok-recipes</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.grahampugh-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/grahampugh-recipes.git</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.hansen-m-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/hansen-m-recipes.git</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.hjuutilainen-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/hjuutilainen-recipes.git</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.homebysix-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/homebysix-recipes.git</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.jaharmi-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/jaharmi-recipes.git</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.jazzace-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/jazzace-recipes</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.jleggat-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/jleggat-recipes.git</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.joshua-d-miller-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/joshua-d-miller-recipes.git</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.jps3-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/jps3-recipes.git</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.jss-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/jss-recipes.git</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.justinrummel-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/justinrummel-recipes.git</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.keeleysam-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/keeleysam-recipes.git</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.killahquam-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/killahquam-recipes.git</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.mlbz521-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/mlbz521-recipes</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.moofit-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/moofit-recipes.git</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.n8felton-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/n8felton-recipes.git</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.neilmartin83-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/neilmartin83-recipes.git</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.nmcspadden-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/nmcspadden-recipes.git</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.novaksam-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/novaksam-recipes.git</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.nstrauss-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/nstrauss-recipes</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.peetinc-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/peetinc-recipes</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.precursorca-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/precursorca-recipes</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/recipes.git</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.robperc-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/robperc-recipes.git</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.rtrouton-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/rtrouton-recipes.git</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.rustymyers-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/rustymyers-recipes</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.scriptingosx-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/scriptingosx-recipes.git</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.sebtomasi-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/sebtomasi-recipes.git</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.sheagcraig-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/sheagcraig-recipes.git</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.smithjw-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/smithjw-recipes</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.tallfunnyjew-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/tallfunnyjew-recipes.git</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.tbridge-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/tbridge-recipes</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.timsutton-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/timsutton-recipes.git</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.wardsparadox-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/wardsparadox-recipes.git</string>
		</dict>
		<key>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.zentral-recipes</key>
		<dict>
			<key>URL</key>
			<string>https://github.com/autopkg/zentral-recipes</string>
		</dict>
	</dict>
	<key>RECIPE_REPO_DIR</key>
	<string>/Volumes/Storage/AutoPkg/RecipeRepos</string>
	<key>RECIPE_SEARCH_DIRS</key>
	<array>
		<string>.</string>
		<string>/Volumes/Storage/AutoPkg/Recipes</string>
		<string>/Library/AutoPkg/Recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.apettinen-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.arubdesu-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.bkerns-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.cgerke-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.dataJAR-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.hansen-m-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.hjuutilainen-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.homebysix-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.jaharmi-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.jleggat-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.joshua-d-miller-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.jps3-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.jss-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.justinrummel-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.keeleysam-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.killahquam-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.mlbz521-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.moofit-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.n8felton-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.nmcspadden-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.novaksam-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.nstrauss-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.robperc-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.rtrouton-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.scriptingosx-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.sebtomasi-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.sheagcraig-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.tallfunnyjew-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.timsutton-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.wardsparadox-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.foigus-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.aysiu-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.asemak-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.aanklewicz-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.neilmartin83-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.jazzace-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.gerardkok-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.denmoff-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.tbridge-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.peetinc-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.rustymyers-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.grahampugh-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.smithjw-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.davidbpirie-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.zentral-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.precursorca-recipes</string>
		<string>/Volumes/Storage/AutoPkg/RecipeRepos/com.github.autopkg.crystalllized-recipes</string>
	</array>
	<key>REINSTALL_BUTTON_TEXT</key>
	<string>Install</string>
</dict>
</plist>

@MLBZ521
Copy link
Contributor Author

MLBZ521 commented Nov 27, 2023

Additional weirdness...

Can't find a stub recipe (which is in ~/Library/AutoPkg/Recipes/) from parent directory.

% pwd
/Volumes/Storage

% autopkg info local.SharedProcessors
Looking for local.SharedProcessors...
Did not find local.SharedProcessors in recipe map
Rebuilding recipe map with current working directories...
Looking for local.SharedProcessors...
Did not find local.SharedProcessors in recipe map
Search GitHub AutoPkg repos for a local.SharedProcessors recipe? [y/n]: n
We are not currently searching on-disk for recipes; if you intended to run a specific file not in the recipe map, please pass in a real file path instead.
No valid recipe found for local.SharedProcessors

Move down into the actual directory, it finds it...and says it found it in the recipe map, but...the recipe map in fact, isn't updated (verified by checking recipe_map.json.

% cd ./AutoPkg/Recipes 

% autopkg info local.SharedProcessors
Looking for local.SharedProcessors...
Did not find local.SharedProcessors in recipe map
Rebuilding recipe map with current working directories...
Looking for local.SharedProcessors...
Found local.SharedProcessors in recipe map
Description:         Shared Processors
Identifier:          local.SharedProcessors
Munki import recipe: False
Has check phase:     False
Builds package:      False
Recipe file path:    /Volumes/Storage/AutoPkg/Recipes/SharedProcessors.recipe.yaml
Input values: 

Running the same thing again, I receive:

% autopkg info local.SharedProcessors
Looking for local.SharedProcessors...
Did not find local.SharedProcessors in recipe map
Rebuilding recipe map with current working directories...
Looking for local.SharedProcessors...
Found local.SharedProcessors in recipe map
Description:         Shared Processors
Identifier:          local.SharedProcessors
Munki import recipe: False
Has check phase:     False
Builds package:      False
Recipe file path:    /Volumes/Storage/AutoPkg/Recipes/SharedProcessors.recipe.yaml
Input values: 

From there, running a recipe that attempts to use a Shared Processor that references the stub recipe which was supposedly "found...."

% /usr/local/bin/autopkg run local.example2 --prefs='/Library/AutoPkg/PkgBot/Settings/prod_autopkg_prefs.plist'  -vvv
Looking for local.example2...
Found local.example2 in recipe map overrides
**load_recipe time: 0.023925367975607514
Processing local.example2...
WARNING: local.example2 is missing trust info and FAIL_RECIPES_WITHOUT_TRUST_INFO is not set. Proceeding...
Failed.
Receipt written to /tmp/receipts/local.example2-receipt-20231127-140426.plist

The following recipes failed:
    local.example2
        Unknown processor 'local.SharedProcessors/PkgBotPromoter'.

Nothing downloaded, packaged or imported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beta Only for AutoPkg beta releases
Projects
Status: No status
Development

No branches or pull requests

2 participants