ryankee / concrete

Simple continuous integration server written with NodeJS and CoffeeScript
http://ryankee.github.com/concrete
MIT License
494 stars 96 forks source link

Allow '.' in pathname #20

Closed joefiorini closed 12 years ago

joefiorini commented 12 years ago

MongoDB doesn't allow . in database names, but I have github repos that do. This enables me to use those repos without having to rename them.

ryankee commented 12 years ago

Fantastic, concise commits. Thanks!