Merge pull request #330 from knqyf263/support_raspbian

Support Raspbian
This commit is contained in:
Kota Kanbe
2017-02-14 12:15:28 +09:00
committed by GitHub
2 changed files with 18 additions and 4 deletions

View File

@@ -517,7 +517,7 @@ func setupChangelogCache() error {
needToSetupCache := false
for _, s := range servers {
switch s.getDistro().Family {
case "ubuntu", "debian":
case "ubuntu", "debian", "raspbian":
needToSetupCache = true
break
}