Skip to content

Instantly share code, notes, and snippets.

@WardsParadox
Created February 24, 2020 20:16
Show Gist options
  • Save WardsParadox/5ef7fc32daba0f177fcd0b6411343088 to your computer and use it in GitHub Desktop.
Save WardsParadox/5ef7fc32daba0f177fcd0b6411343088 to your computer and use it in GitHub Desktop.
Autopkg_Recipes_OfficeDeltas
Processing ./Microsoft Office/Office2019_Word_Delta.recipe...
WARNING: ./Microsoft Office/Office2019_Word_Delta.recipe is missing trust info and FAIL_RECIPES_WITHOUT_TRUST_INFO is not set. Proceeding...
{'AUTOPKG_VERSION': u'2.0',
u'CHANNEL': u'Production',
u'GITHUB_TOKEN': u'SFVFIEhVRSBIVUUgTklDRSBPTkUgVEhFUkUgQlVE',
u'LOCALE_ID': u'1033',
u'NAME': u'Office 2019 - Word - Delta',
'PARENT_RECIPES': [u'/Users/mczack/Library/AutoPkg/RecipeRepos/com.github.autopkg.recipes/MSOfficeUpdates/MSOfficeMacProduct.download.recipe'],
u'PRODUCT': u'Word2019',
'RECIPE_CACHE_DIR': u'/Users/mczack/Library/AutoPkg/Cache/com.amazon.clienteng.autopkg.amazon.corretto.8',
'RECIPE_DIR': '/Users/mczack/AMZ_GIT/ClientEng_OSX_AutopkgRecipes/Microsoft Office',
u'RECIPE_OVERRIDE_DIRS': [u'/Users/mczack/AMZ_GIT/ClientEng_OSX_AutopkgRecipes/overrides'],
'RECIPE_PATH': '/Users/mczack/AMZ_GIT/ClientEng_OSX_AutopkgRecipes/Microsoft Office/Office2019_Word_Delta.recipe',
u'RECIPE_REPOS': {u'/Users/mczack/Library/AutoPkg/RecipeRepos/com.github.autopkg.recipes': {u'URL': u'https://github.com/autopkg/recipes'}
u'RECIPE_SEARCH_DIRS': [u'.',
u'~/Library/AutoPkg/Recipes',
u'/Library/AutoPkg/Recipes',
u'/Users/mczack/Library/AutoPkg/RecipeRepos/com.github.autopkg.recipes',
'./Microsoft Office'],
u'VERSION': u'latest-delta',
u'app_path': u'/Applications/Microsoft Word.app',
u'branch': u'Bravehearts',
u'bundle_identifier': u'policy.office.2019.word.delta',
u'evaluation_type': u'path',
u'info_plist_version_key': u'CFBundleVersion',
u'json_name': u'com.microsoft.word.2019.delta',
u'policy_name': u'com.microsoft.word.2019.delta',
u'repo_name': u'ACME3-Manifests',
u'repo_path': u'/tmp/ACME3-Manifests',
u'subpolicy_name': u'policy.office.2019.word.delta',
u'temp_json_dir': u'/tmp/json_fragments',
'verbose': 3}
MSOfficeMacURLandUpdateInfoProvider
{'Input': {'channel': u'Production',
'locale_id': u'1033',
'product': u'Word2019',
'version': u'latest-delta'}}
MSOfficeMacURLandUpdateInfoProvider: No value supplied for munki_required_update_name, setting default value of:
MSOfficeMacURLandUpdateInfoProvider: Requesting xml: https://officecdn.microsoft.com/pr/C1297A47-86C4-4C1F-97FA-950631F94777/MacAutoupdate/0409MSWD2019.xml
MSOfficeMacURLandUpdateInfoProvider: Found URL https://officecdn-microsoft-com.akamaized.net/pr/C1297A47-86C4-4C1F-97FA-950631F94777/MacAutoupdate/Word_16.34.20011502_to_16.34.20020900_Delta.pkg
MSOfficeMacURLandUpdateInfoProvider: Got update: 'Word Update 16.34.0 (20020900)'
MSOfficeMacURLandUpdateInfoProvider: Extracting version 16.34.20020900 from metadata 'Update Version' key
Can't find expected VersionsRelativekeys for determining minimum update required for delta update.
Failed.
Receipt written to /Users/mczack/Library/AutoPkg/Cache/com.amazon.clienteng.autopkg.amazon.corretto.8/receipts/Office2019_Word_Delta-receipt-20200224-121512.plist
The following recipes failed:
./Microsoft Office/Office2019_Word_Delta.recipe
Error in com.amazon.clienteng.autopkg.amazon.corretto.8: Processor: MSOfficeMacURLandUpdateInfoProvider: Error: Can't find expected VersionsRelativekeys for determining minimum update required for delta update.
Nothing downloaded, packaged or imported.
{
"GITHUB_TOKEN" = SFVFIEhVRSBIVUUgTklDRSBPTkUgVEhFUkUgQlVE;
"RECIPE_OVERRIDE_DIRS" = "/Users/mczack/AMZ_GIT/ClientEng_OSX_AutopkgRecipes/overrides";
"RECIPE_REPOS" = {
"/Users/mczack/Library/AutoPkg/RecipeRepos/com.github.autopkg.recipes" = {
URL = "https://github.com/autopkg/recipes";
};
};
"RECIPE_SEARCH_DIRS" = (
".",
"~/Library/AutoPkg/Recipes",
"/Library/AutoPkg/Recipes",
"/Users/mczack/Library/AutoPkg/RecipeRepos/com.github.autopkg.recipes"
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment