dotwaffle / rancid-git

DEPRECATED -- Strongly consider using the upstream, the version here is very out of date and a poor place to start from!
http://www.shrubbery.net/rancid/
Other
218 stars 92 forks source link

ignore .gitkeep files when looking through the available routers. #44

Closed mhorbul closed 9 years ago

mhorbul commented 9 years ago

Otherwise this file gets deleted which cause configs/ folder to be deleted as well

mhorbul commented 9 years ago

if it happens that configs/ become empty (if start from scratch or routers.db is updated) it also deletes .gitkeep file and commits afterwards, which causes configs/ folder removal. When you run rancid-run again it gets confused due to missing configs/ folder.

dotwaffle commented 9 years ago

Good point. Merged :)