Skip to content

Commit

Permalink
Corrected recipe and URL script to not attempt a MunkiInstallsItemsCr…
Browse files Browse the repository at this point in the history
…eator from PR #1. Only noticed issue when trying on a fresh autopkg Cache.
  • Loading branch information
jessepeterson committed Aug 11, 2015
1 parent d7af0dd commit 96167dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
21 changes: 2 additions & 19 deletions NVIDIA/CUDADriver.munki.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<string>Downloads latest NVIDIA CUDA Driver and imports into Munki.

Set MAJOR_OS_VERSION to the version of OS X that will be evaluated against
NVIDIA's feed of available driver downloads for various OS versions.
NVIDIA&apos;s feed of available driver downloads for various OS versions.

The resultant pkginfo will automatically have its 'minimum_os_version'
The resultant pkginfo will automatically have its &apos;minimum_os_version&apos;
pkginfo set according to the lowest OS version supported by the
found driver download.</string>
<key>ParentRecipe</key>
Expand Down Expand Up @@ -41,23 +41,6 @@ found driver download.</string>
</dict>
<key>Process</key>
<array>
<dict>
<key>Processor</key>
<string>MunkiInstallsItemsCreator</string>
<key>Arguments</key>
<dict>
<key>faux_root</key>
<string>%RECIPE_CACHE_DIR%/unpack/root</string>
<key>installs_item_paths</key>
<array>
<string>/Library/Frameworks/CUDA.framework</string>
</array>
</dict>
</dict>
<dict>
<key>Processor</key>
<string>MunkiPkginfoMerger</string>
</dict>
<dict>
<key>Processor</key>
<string>MunkiPkginfoMerger</string>
Expand Down
3 changes: 3 additions & 0 deletions NVIDIA/CUDADriverURLProvider.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ class CUDADriverURLProvider(Processor):
'minimum_os_version': {
'description': 'Minimum OS version requirement of the Driver DMG download.'
},
'version': {
'description': 'Version of CUDA Driver DMG download.'
},
'url': {
'description': 'URL to the latest CUDA Driver DMG download.'
},
Expand Down

0 comments on commit 96167dd

Please sign in to comment.