Skip to content

Instantly share code, notes, and snippets.

@gregneagle
Created May 26, 2014 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gregneagle/8c7e334c6d70f51e4310 to your computer and use it in GitHub Desktop.
Save gregneagle/8c7e334c6d70f51e4310 to your computer and use it in GitHub Desktop.
% 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