gssapi / gssproxy

A proxy for GSSAPI | Docs at https://github.com/gssapi/gssproxy/tree/main/docs
Other
44 stars 28 forks source link

Switch to calling distcheck in CI #29

Closed frozencemetery closed 4 years ago

frozencemetery commented 4 years ago

This should prevent problems like e2240d1b8f1d68fdfbf0881ad892d9b1956e4512 where we accidentally miss files in the tarball.

Signed-off-by: Robbie Harwood rharwood@redhat.com

frozencemetery commented 4 years ago

(For completeness: the other two commits are needed because it turns out we weren't actually passing CFLAGS through properly before due to a typo in 57731ae103f727af9f215936714e8355d2d09bf7 )