hashbang / admin-tools

Ansible playbooks and other admin tools used to administrate #! servers
MIT License
17 stars 10 forks source link

shells: Fix shell-etc signature verification #127

Closed KellerFuchs closed 5 years ago

KellerFuchs commented 6 years ago

This fixes a non-security bug, that prevented deploying updates after merging in shell-etc locally-generated commits.

daurnimator commented 6 years ago

Doesn't this only verify the HEAD commit?

KellerFuchs commented 6 years ago

@daurnimator No, this verifies the signature on origin/master (and that origin/master's history contains HEAD, as we do a fast-forward merge)