Giter VIP home page Giter VIP logo

racker's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

racker's Issues

should .ruby_version ship w/the repo?

should the .ruby_version ship with the repo? It's specific to RVM if I recall correctly, so there's no guarantee a user has RVM, and when they do, they get a warning about not using the correct version even tho racker appears to work fine w/ruby 2.x. The gemspec specifies gem.required_ruby_version = '>= 1.9.2' so shouldn't that suffice for dictating the ruby version?

BTW, I'm a big fan of racker. Usage seems a lot more straight-forward than some of the other approaches to automating packer templates. Thanks!

How to set min_packer_version and description?

I cannot get racker to output min_packer_version (and description).

Racker::Processor.register_template do |template|
  template.min_packer_version = "0.11.0"
  template.description = "my description"
end

Don't do the job. Roughly skimming rackers code I don't see how I can configure these top-level options.

My current workaround is to parse rackers output, inject the keys and output it again as JSON, but this kind of defeats the purpose of racker :)

Allow specifying _pre-requisites_ within templates

@aspring, I was wondering if it makes sense to add the ability of specifying which template needs to be processed before a template but within the template itself.

So that if you want to merge multiple templates like in the example:

$ racker rackertemplate1.rb rackertemplate2.rb rackertemplate3.rb packertemplate.json

You just have to specify the last one:

$ racker rackertemplate3.rb packertemplate.json

Because it already knows that depends on template 1 & 2. Or it knows that depends on template 2 and template 2 knows it depends on template 1.

Maybe a simple require_relative would do but it would be nicer if it was something more integrated into the DSL.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.