rax-maas / dreadnot

deploy without dread
Apache License 2.0
631 stars 61 forks source link

prefer the 'repo' value over the stack name, if available #120

Closed mburns closed 8 years ago

mburns commented 8 years ago

Fixes #119

I want to add an (optional) config value to a Dreadnot stack that we define like this:

    FOO: {
      tip: 'master',
      tip_ttl: 120 * 1000,
      regions: ['bar', 'baz'],
      dryrun: false,
      named_locks: ['global']
    },

That value, repo will be used (if available) in place of this.name when constructing github.com URLs in the form: github.com/racker/FOO.git, where FOO is the name of the current stack (stacks/FOO.js).

sam-falvo commented 8 years ago

+1 from a Javascript POV.

rphillips commented 8 years ago

+1