Created
May 26, 2014 20:27
-
-
Save gregneagle/8c7e334c6d70f51e4310 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% autopkg info Firefox_RC.munki | |
Description: Downloads Firefox disk image and imports into Munki. | |
Values for FIREFOX_BUILD correspond to directories here: http://download-origin.cdn.mozilla.net/pub/mozilla.org/firefox/releases/ | |
Some useful values are: 'latest', 'latest-10.0esr', 'latest-esr', 'latest-3.6', 'latest-beta' | |
LOCALE corresponds to directories at http://download-origin.cdn.mozilla.net/pub/mozilla.org/firefox/releases/$FIREFOX_BUILD/mac/ | |
Examples include 'en-US', 'de', 'ja-JP-mac', 'sv-SE', and 'zh-TW' | |
No idea if all Firefox builds are available in all the same localizations, so you may need to verify that any particular | |
combination is offered. | |
Identifier: com.disneyanimation.firefox-RC | |
Munki import recipe: True | |
Has check phase: True | |
Builds package: False | |
Recipe file path: /Users/gneagle/Library/AutoPkg/RecipeOverrides/Firefox_RC.munki.recipe | |
Parent recipe(s): /Users/gneagle/Library/AutoPkg/RecipeRepos/com.github.autopkg.recipes/Mozilla/Firefox.munki.recipe | |
/Users/gneagle/Library/AutoPkg/RecipeRepos/com.github.autopkg.recipes/Mozilla/Firefox.download.recipe | |
Input values: | |
LOCALE = "en_US"; | |
"MUNKI_REPO_SUBDIR" = apps; | |
NAME = Firefox; | |
RELEASE = latest; | |
pkginfo = { | |
catalogs = ( | |
testing, | |
"firefox-testing" | |
); | |
category = Internet; | |
description = "Mozilla Firefox is a free and open source web browser."; | |
developer = Mozilla; | |
"display_name" = "Mozilla Firefox"; | |
name = Firefox; | |
"unattended_install" = 1; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment