Created
August 19, 2015 18:43
-
-
Save Chalcahuite/0d709151f2304c5b16fe to your computer and use it in GitHub Desktop.
JSSRecipeCreator Output
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
pachqmacsvr04:JSSRecipeCreator-master localadmin$ ./JSSRecipeCreator.py ~/Library/AutoPkg/RecipeRepos/com.github.autopkg.recipes/OmniGroup/OmniGraffle6.pkg.recipe | |
/Users/localadmin/Library/AutoPkg/RecipeRepos/com.github.autopkg.recipes/OmniGroup/OmniGraffle6.pkg.recipe | |
Recipe Filename Menu | |
=================== | |
0: OmniGraffle6.jss.recipe (DEFAULT) | |
Hit enter to accept default choice. | |
Enter a number to select from list. | |
Create a new Recipe Filename by entering name/path. | |
Please choose a Recipe Filename: (DEFAULT 'OmniGraffle6.jss.recipe') | |
Recipe Identifier Menu | |
===================== | |
0: com.github.autopkg.jss.omnigraffle6 (DEFAULT) | |
Hit enter to accept default choice. | |
Enter a number to select from list. | |
Create a new Recipe Identifier by entering name/path. | |
Please choose a Recipe Identifier: (DEFAULT 'com.github.autopkg.jss.omnigraffle6') | |
NAME Menu | |
======== | |
0: OmniGraffle6 (DEFAULT) | |
Hit enter to accept default choice. | |
Enter a number to select from list. | |
Create a new NAME by entering name/path. | |
Please choose a NAME: (DEFAULT 'OmniGraffle6') | |
Policy Template Menu | |
=================== | |
0: <None> | |
1: PolicyTemplate.xml (DEFAULT) | |
2: RecipeTemplate.xml | |
3: SmartGroupTemplate.xml | |
Hit enter to accept default choice. | |
Enter a number to select from list. | |
Create a new Policy Template by entering name/path. | |
Please choose a Policy Template: (DEFAULT 'PolicyTemplate.xml') | |
Package Category Menu | |
==================== | |
0: <None> | |
1: 0Patchoo | |
2: 0Patchoo-beta | |
3: 0Patchoo-dev | |
4: 0Patchoo-z-core | |
5: Adobe | |
6: AdobeAIR | |
7: AdobeFlashPlayer | |
8: AdobeReader | |
9: Adware Remediation | |
10: Apple | |
11: Applications | |
12: Applications - Optional | |
13: Applications - Standard | |
14: Automated Deployment | |
15: Binding | |
16: Computer Science | |
17: Development | |
18: Digital Media | |
19: Documentation | |
20: Enrollment & Imaging | |
21: Firefox | |
22: Google | |
23: GoogleChrome | |
24: Java | |
25: Management | |
26: Media | |
27: Media Plugins and Viewers | |
28: Microsoft | |
29: Office2011_update | |
30: OmniPlan | |
31: Operating Systems | |
32: Patches | |
33: Plugins and Frameworks | |
34: Printers | |
35: Productivity | |
36: Profiles | |
37: Scripts | |
38: Security | |
39: Server | |
40: Silverlight | |
41: Support Tools | |
42: System Settings | |
43: TeamViewer | |
44: TeamViewerQS | |
45: Testing | |
46: Text Editing | |
47: TextWrangler | |
48: Third Party Updates | |
49: Tools | |
50: Uninstallers | |
51: Unknown | |
52: Updates | |
53: Users Settings | |
54: Utilities | |
55: Utility | |
56: Virtualization | |
57: VMware Fusion | |
58: Web Browsers and Internet Utilities | |
Hit enter to accept default choice. | |
Enter a number to select from list. | |
Create a new Package Category by entering name/path. | |
Please choose a Package Category: (DEFAULT '') OmniGroup | |
Policy Category Menu | |
=================== | |
0: <None> | |
1: 0Patchoo | |
2: 0Patchoo-beta | |
3: 0Patchoo-dev | |
4: 0Patchoo-z-core | |
5: Adobe | |
6: AdobeAIR | |
7: AdobeFlashPlayer | |
8: AdobeReader | |
9: Adware Remediation | |
10: Apple | |
11: Applications | |
12: Applications - Optional | |
13: Applications - Standard | |
14: Automated Deployment | |
15: Binding | |
16: Computer Science | |
17: Development | |
18: Digital Media | |
19: Documentation | |
20: Enrollment & Imaging | |
21: Firefox | |
22: Google | |
23: GoogleChrome | |
24: Java | |
25: Management | |
26: Media | |
27: Media Plugins and Viewers | |
28: Microsoft | |
29: Office2011_update | |
30: OmniPlan | |
31: Operating Systems | |
32: Patches | |
33: Plugins and Frameworks | |
34: Printers | |
35: Productivity | |
36: Profiles | |
37: Scripts | |
38: Security | |
39: Server | |
40: Silverlight | |
41: Support Tools | |
42: System Settings | |
43: TeamViewer | |
44: TeamViewerQS | |
45: Testing (DEFAULT) | |
46: Text Editing | |
47: TextWrangler | |
48: Third Party Updates | |
49: Tools | |
50: Uninstallers | |
51: Unknown | |
52: Updates | |
53: Users Settings | |
54: Utilities | |
55: Utility | |
56: Virtualization | |
57: VMware Fusion | |
58: Web Browsers and Internet Utilities | |
Hit enter to accept default choice. | |
Enter a number to select from list. | |
Create a new Policy Category by entering name/path. | |
Please choose a Policy Category: (DEFAULT 'Testing') | |
Scope Menu | |
========= | |
Groups available on the JSS: | |
Traceback (most recent call last): | |
File "./JSSRecipeCreator.py", line 911, in <module> | |
main() | |
File "./JSSRecipeCreator.py", line 893, in main | |
menu.run(auto=args.auto) | |
File "./JSSRecipeCreator.py", line 329, in run | |
result = submenu.ask(auto=auto) | |
File "./JSSRecipeCreator.py", line 508, in ask | |
self.display_options_list(self.jss_groups) | |
File "./JSSRecipeCreator.py", line 442, in display_options_list | |
option in enumerate(options)]) | |
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2260' in position 26: ordinal not in range(128) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment