Make Herrie compile with libSpiff 1.0.0.
[herrie-working.git] / www / herrie-snapshot.tar.gz
blobe7091989ba5ae958c08bdd6669928faa52ce48e9
1 #!/bin/sh
3 GIT='git --git-dir=/export/git/public/herrie'
5 printf 'Content-Type: application/octet-stream\r\n\r\n'
6 $GIT archive --format=tar --prefix=herrie-snapshot/ HEAD:herrie | gzip -9c