remind101 / conveyor

A fast build system for Docker images.
http://engineering.remind.com/introducing-conveyor/
BSD 2-Clause "Simplified" License
221 stars 24 forks source link

Slack cleanup #54

Closed ejholmes closed 8 years ago

ejholmes commented 8 years ago

This is just some post https://github.com/remind101/conveyor/pull/53 cleanup.

This does a couple things:

  1. Updates ejholmes/slash to the latest version.
  2. Moves branch resolution into conveyor.Conveyor.Build so that it can be used by the REST api as well.
  3. Makes package slack consume the API provided by conveyor.Conveyor (namely, EnableRepo and Build).

Ultimately results in removing more lines. Yay!

phobologic commented 8 years ago

:+1: