deis / builder

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

fix(*): remove comments and last traces of cookoo #346

Closed arschles closed 8 years ago

arschles commented 8 years ago

Summary of Changes

316 removed almost all of cookoo related code and comments that mention cookoo, and this patch removes the remaining bits and pieces of code, dependencies and documentation that mention it.

Credit @smothiki for doing the real work to remove cookoo in #316

Issue(s) that this PR Closes

Closes #330

Pull Request Hygiene TODOs

Please make sure the below checklist is complete.

bacongobbler commented 8 years ago

so long, cookoo

kmala commented 8 years ago

you had changed the glide commits tags of others also.....is that intended because the build is failing

arschles commented 8 years ago

@kmala yea, it's a casualty of running a glide up in an attempt to remove cookoo from the glide.lock file. I'm going to add those deps to the glide.yaml and pin them to their old SHAs :(

arschles commented 8 years ago

@kmala fixed in https://github.com/deis/builder/pull/346/commits/8e301f559dd5c61b0d76e3909003efef97eca66c. Still waiting for CI to confirm