1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

Use local peep

This commit is contained in:
Brad Warren
2016-02-29 12:56:34 -08:00
parent 35437019a5
commit a8089a43da

View File

@@ -164,7 +164,7 @@ deactivate
# pin peep hashes of the things we just built
for pkg in acme letsencrypt letsencrypt-apache ; do
echo
peep hash dist."$version/$pkg"/*.{whl,gz}
letsencrypt-auto-source/pieces/peep.py hash dist."$version/$pkg"/*.{whl,gz}
echo $pkg==$version
done > /tmp/hashes.$$