Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.25 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.25 KB

jgstew-recipes

AutoPkg recipes which anyone can use from JGStew.

Where possible recipes will be in YAML format for better cross platform support at the expense of requiring AutoPkg 2.3+

Python Requirements:

requirements.txt contains the python modules required for the AutoPkg processors used by this repo

Example pip command:

  • pip3 install --requirement requirements.txt

AutoPkg Recipe Repo Requirements:

.autopkg_repos.txt contains a list of recipe repos required for the recipes within this repo

Example bash command to add all listed repos:

  • for line in $(cat /tmp/.autopkg_repos.txt); do python3 ../autopkg/Code/autopkg repo-add $line; done

Docker:

The example Dockerfile in this repo sets up a working AutoPkg dev channel Docker container running on Ubuntu.

References: