deis / builder

Git server and application builder for Deis Workflow
https://deis.com
MIT License
40 stars 41 forks source link

fix(deis-slugbuilder.yaml): use repo_name instead of deis-slugbuilder #42

Closed arschles closed 8 years ago

arschles commented 8 years ago

so the builder script can replace it with the git sha, and no collisions occur

Fixes #41

bacongobbler commented 8 years ago

is there substitution happening here that wasn't happening before? :)

bacongobbler commented 8 years ago

or is there another related PR for this

technosophos commented 8 years ago

@bacongobbler my understanding is that the above is replaced by this:

https://github.com/deis/builder/blob/master/rootfs/etc/confd/templates/builder#L115

arschles commented 8 years ago

yep, what @technosophos said. he's a faster typer than me ;)

bacongobbler commented 8 years ago

okay, we just weren't using it before.

arschles commented 8 years ago

we were, then I got my hands on it and broke everything! sorry @smothiki