Blueprint looks inside popular package managers, finds changes you made to configuration files, and archives software you built from source.  It runs

blueprint / development infrastructure

submited by
Style Pass
2021-05-17 11:43:20

Blueprint looks inside popular package managers, finds changes you made to configuration files, and archives software you built from source. It runs on Debian- and RPM-based Linux distros with Python >= 2.6 and Git >= 1.7. See http://devstructure.github.com/blueprint/ for comprehensive documentation and examples.

Blueprint inspects your server and stores the results in its local repository. blueprint list shows all the blueprints you've created on this server.

my-first-blueprint.sh is written to your working directory. Try out -P or -C or --cfengine3 to generate a Puppet module or a Chef cookbook or a CFEngine 3 sketch.

Blueprint subtracts bar from foo. Files, packages and sources that appears in foo but not bar will be carried over to baz and everything else will be dropped.

You may need to add Defaults !always_set_home to /etc/sudoers to run blueprint as root, which is required in order to capture source tarballs.

Leave a Comment
Related Posts