wollardj / Mandrill

Multi-user web front-end for managing a Munki repository.
Apache License 2.0
51 stars 3 forks source link

Enabling git doesn't always init a repo #7

Closed wollardj closed 10 years ago

wollardj commented 10 years ago

Scenario 1: munki repo path is set, but its not a git repo. You enable git, the repo is initialized, but the files existing files aren't always getting imported.

Scenario 2: munki repo path is set and git is enabled. If you change the munki repo path to a valid location, a git init needs to be triggered.

wollardj commented 10 years ago

Scenario 1 has been fixed. A workaround for scenario 2 is to uncheck, then recheck the Enable Git box after changing the repo path. But really, how often is this going to happen in practice?